tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Nov 2020 19:34:51 +0000 (19:34 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 7 Jan 2021 15:09:42 +0000 (05:09 -1000)
commit2d6f38ebe534f0232228fab6df3044e3819675c6
treeaa05d047697055e2967abf8da534d891625d9226
parente6dc7f818fd99d598f08506a3e145abbdf9dc763
tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB

The maximum TB code gen size is UINT16_MAX, which the current
code does not support.  Use our utility function to optimally
add an arbitrary constant.

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