[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 08/16] tcg/aarch64: Simplify constraints on qemu_ld/st
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 08/16] tcg/aarch64: Simplify constraints on qemu_ld/st |
Date: |
Tue, 30 May 2023 14:55:46 +0100 |
On Fri, 26 May 2023 at 01:26, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Adjust the softmmu tlb to use TMP[0-2], not any of the normally available
> registers. Since we handle overlap betwen inputs and helper arguments,
> we can allow any allocatable reg.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH v4 02/16] accel/tcg: Fix check for page writeability in load_atomic16_or_exit, (continued)
- [PATCH v4 03/16] meson: Split test for __int128_t type from __int128_t arithmetic, Richard Henderson, 2023/05/25
- [PATCH v4 04/16] qemu/atomic128: Add x86_64 atomic128-ldst.h, Richard Henderson, 2023/05/25
- [PATCH v4 06/16] tcg/aarch64: Rename temporaries, Richard Henderson, 2023/05/25
- [PATCH v4 09/16] tcg/aarch64: Support 128-bit load/store, Richard Henderson, 2023/05/25
- [PATCH v4 05/16] tcg/i386: Support 128-bit load/store, Richard Henderson, 2023/05/25
- [PATCH v4 07/16] tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2, Richard Henderson, 2023/05/25
- [PATCH v4 08/16] tcg/aarch64: Simplify constraints on qemu_ld/st, Richard Henderson, 2023/05/25
- Re: [PATCH v4 08/16] tcg/aarch64: Simplify constraints on qemu_ld/st,
Peter Maydell <=
- [PATCH v4 11/16] tcg/s390x: Support 128-bit load/store, Richard Henderson, 2023/05/25
- [PATCH v4 12/16] accel/tcg: Extract load_atom_extract_al16_or_al8 to host header, Richard Henderson, 2023/05/25
- [PATCH v4 10/16] tcg/ppc: Support 128-bit load/store, Richard Henderson, 2023/05/25
- [PATCH v4 13/16] accel/tcg: Extract store_atom_insert_al16 to host header, Richard Henderson, 2023/05/25
- [PATCH v4 14/16] accel/tcg: Add x86_64 load_atom_extract_al16_or_al8, Richard Henderson, 2023/05/25
- [PATCH v4 15/16] accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8, Richard Henderson, 2023/05/25