mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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>
This commit is contained in:
parent
01a112e2e9
commit
b41b43a477
3 changed files with 14 additions and 31 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue