]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/mips: Use the constant pool for 64-bit constants
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 6 Aug 2021 23:07:41 +0000 (13:07 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 25 May 2023 13:57:51 +0000 (13:57 +0000)
commit48c12ba748bae9d8c5d20748226115f91fb88ad9
tree06d1bf93e541fe5d0f434ad103f8c62bb0339b64
parent1d9c5b30846930fa29cd8cfe3b4f66396cc181a0
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>
tcg/mips/tcg-target.c.inc
tcg/mips/tcg-target.h