summary refs log tree commit diff stats
path: root/tcg/ppc/tcg-target-con-str.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-04-04 03:04:49 +0300
committerRichard Henderson <richard.henderson@linaro.org>2023-05-11 09:53:41 +0100
commitb41b43a4773c64c40b563c4da49285487f1ca1d8 (patch)
tree5891fbab85ae7a3dfe3236c6ac0abe7d7ecd6528 /tcg/ppc/tcg-target-con-str.h
parent01a112e2e9f8c969b3d190e1fd2faf24644a771c (diff)
downloadfocaccia-qemu-b41b43a4773c64c40b563c4da49285487f1ca1d8.tar.gz
focaccia-qemu-b41b43a4773c64c40b563c4da49285487f1ca1d8.zip
tcg/ppc: Adjust constraints on qemu_ld/st
The softmmu tlb uses TCG_REG_{TMP1,TMP2,R0}, not any of the normally
available registers.  Now that we handle overlap betwen inputs and
helper arguments, we can allow any allocatable reg.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/ppc/tcg-target-con-str.h')
-rw-r--r--tcg/ppc/tcg-target-con-str.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/ppc/tcg-target-con-str.h b/tcg/ppc/tcg-target-con-str.h
index 298ca20d5b..f3bf030bc3 100644
--- a/tcg/ppc/tcg-target-con-str.h
+++ b/tcg/ppc/tcg-target-con-str.h
@@ -14,8 +14,6 @@ REGS('A', 1u << TCG_REG_R3)
 REGS('B', 1u << TCG_REG_R4)
 REGS('C', 1u << TCG_REG_R5)
 REGS('D', 1u << TCG_REG_R6)
-REGS('L', ALL_QLOAD_REGS)
-REGS('S', ALL_QSTORE_REGS)
 
 /*
  * Define constraint letters for constants: