On 27/2/23 06:41, Richard Henderson wrote:
Common subroutine for LDR and LWR. Use tcg_constant_tl of ~1 instead of tcg_const_tl of 0x..fe.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/mips/tcg/translate.c | 116 +++++++++++++----------------------- 1 file changed, 40 insertions(+), 76 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>