[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 05/12] tcg/mips: Unify TCG_GUEST_BASE_REG tests
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v4 05/12] tcg/mips: Unify TCG_GUEST_BASE_REG tests |
Date: |
Sat, 8 Jan 2022 10:20:21 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 |
On 1/8/22 07:36, Richard Henderson wrote:
> In tcg_out_qemu_ld/st, we already check for guest_base matching int16_t.
> Mirror that when setting up TCG_GUEST_BASE_REG in the prologue.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/mips/tcg-target.c.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- [PATCH v4 00/12] tcg/mips: Unaligned access and other cleanup, Richard Henderson, 2022/01/08
- [PATCH v4 01/12] tcg/mips: Support unaligned access for user-only, Richard Henderson, 2022/01/08
- [PATCH v4 03/12] tcg/mips: Move TCG_AREG0 to S8, Richard Henderson, 2022/01/08
- [PATCH v4 02/12] tcg/mips: Support unaligned access for softmmu, Richard Henderson, 2022/01/08
- [PATCH v4 04/12] tcg/mips: Move TCG_GUEST_BASE_REG to S7, Richard Henderson, 2022/01/08
- [PATCH v4 06/12] tcg/mips: Create and use TCG_REG_TB, Richard Henderson, 2022/01/08
- [PATCH v4 05/12] tcg/mips: Unify TCG_GUEST_BASE_REG tests, Richard Henderson, 2022/01/08
- Re: [PATCH v4 05/12] tcg/mips: Unify TCG_GUEST_BASE_REG tests,
Philippe Mathieu-Daudé <=
- [PATCH v4 07/12] tcg/mips: Split out tcg_out_movi_one, Richard Henderson, 2022/01/08
- [PATCH v4 08/12] tcg/mips: Split out tcg_out_movi_two, Richard Henderson, 2022/01/08
- [PATCH v4 11/12] tcg/mips: Try tb-relative addresses in tcg_out_movi, Richard Henderson, 2022/01/08
- [PATCH v4 09/12] tcg/mips: Use the constant pool for 64-bit constants, Richard Henderson, 2022/01/08
- [PATCH v4 12/12] tcg/mips: Try three insns with shift and add in tcg_out_movi, Richard Henderson, 2022/01/08
- [PATCH v4 10/12] tcg/mips: Aggressively use the constant pool for n64 calls, Richard Henderson, 2022/01/08