mirror of
https://github.com/qemu/qemu.git
synced 2024-12-15 15:33:29 +08:00
tcg/ppc: Disable TCG_REG_TB for Power9/Power10
This appears to slightly improve performance on power9/10. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
1958dbbd2a
commit
cc3f99aac4
@ -83,7 +83,7 @@
|
||||
#define TCG_VEC_TMP2 TCG_REG_V1
|
||||
|
||||
#define TCG_REG_TB TCG_REG_R31
|
||||
#define USE_REG_TB (TCG_TARGET_REG_BITS == 64)
|
||||
#define USE_REG_TB (TCG_TARGET_REG_BITS == 64 && !have_isa_3_00)
|
||||
|
||||
/* Shorthand for size of a pointer. Avoid promotion to unsigned. */
|
||||
#define SZP ((int)sizeof(void *))
|
||||
|
Loading…
Reference in New Issue
Block a user