tcg/mips: Aggressively use the constant pool for n64 calls
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 6 Aug 2021 23:17:20 +0000 (13:17 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 25 May 2023 13:57:51 +0000 (13:57 +0000)
commit4316de32e71ae2626bbf8483a0265c61d3e3a05f
tree71a66e389154934b14c916b4de050fe0129e9883
parent48c12ba748bae9d8c5d20748226115f91fb88ad9
tcg/mips: Aggressively use the constant pool for n64 calls

Repeated calls to a single helper are common -- especially
the ones for softmmu memory access.  Prefer the constant pool
to longer sequences to increase sharing.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/mips/tcg-target.c.inc