I've posted some of these before, perhaps a year or more ago, but
then failed to follow up and get them merged.
I don't think there are any real dependencies, but it has been
rebased upon today's load/store helpers patch set, so there might
be minor conflicts, therefore:
Based-on: 20230408024314.3357414-1-richard.henderson@linaro.org
("[PATCH for-8.1 00/42] tcg: Simplify calls to load/store helpers")
Richard Henderson (12):
tcg/mips: Move TCG_AREG0 to S8
tcg/mips: Move TCG_GUEST_BASE_REG to S7
tcg/mips: Unify TCG_GUEST_BASE_REG tests
tcg/mips: Create and use TCG_REG_TB
tcg/mips: Split out tcg_out_movi_one
tcg/mips: Split out tcg_out_movi_two
tcg/mips: Use the constant pool for 64-bit constants
tcg/mips: Aggressively use the constant pool for n64 calls
tcg/mips: Try tb-relative addresses in tcg_out_movi
tcg/mips: Try three insns with shift and add in tcg_out_movi
tcg/mips: Use qemu_build_not_reached for LO/HI_OFF
tcg/mips: Replace MIPS_BE with HOST_BIG_ENDIAN
tcg/mips/tcg-target.h | 3 +-
tcg/mips/tcg-target.c.inc | 350 ++++++++++++++++++++++++++++----------
2 files changed, 260 insertions(+), 93 deletions(-)