diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-08-06 13:07:41 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-05-25 13:57:51 +0000 |
commit | 48c12ba748bae9d8c5d20748226115f91fb88ad9 (patch) | |
tree | 06d1bf93e541fe5d0f434ad103f8c62bb0339b64 /tcg/mips/tcg-target.h | |
parent | 1d9c5b30846930fa29cd8cfe3b4f66396cc181a0 (diff) |
tcg/mips: Use the constant pool for 64-bit constants
During normal processing, the constant pool is accessible via
TCG_REG_TB. During the prologue, it is accessible via TCG_REG_T9.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/mips/tcg-target.h')
-rw-r--r-- | tcg/mips/tcg-target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h index 46b63e59cc..8fbb6c6507 100644 --- a/tcg/mips/tcg-target.h +++ b/tcg/mips/tcg-target.h @@ -208,5 +208,6 @@ extern bool use_mips32r2_instructions; #define TCG_TARGET_DEFAULT_MO 0 #define TCG_TARGET_NEED_LDST_LABELS +#define TCG_TARGET_NEED_POOL_LABELS #endif |