mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
tcg/sparc64: Remove sparc32plus constraints
With sparc64 we need not distinguish between registers that can hold 32-bit values and those that can hold 64-bit values. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
6d0b52ed88
commit
a59a293126
3 changed files with 44 additions and 84 deletions
|
@ -9,10 +9,7 @@
|
|||
* REGS(letter, register_mask)
|
||||
*/
|
||||
REGS('r', ALL_GENERAL_REGS)
|
||||
REGS('R', ALL_GENERAL_REGS64)
|
||||
REGS('s', ALL_QLDST_REGS)
|
||||
REGS('S', ALL_QLDST_REGS64)
|
||||
REGS('A', TARGET_LONG_BITS == 64 ? ALL_QLDST_REGS64 : ALL_QLDST_REGS)
|
||||
|
||||
/*
|
||||
* Define constraint letters for constants:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue