[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 55/57] tcg/aarch64: Support 128-bit load/store
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 55/57] tcg/aarch64: Support 128-bit load/store |
Date: |
Fri, 5 May 2023 14:41:24 +0100 |
On Wed, 3 May 2023 at 08:21, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Use LDXP+STXP when LSE2 is not present and 16-byte atomicity is required,
> and LDP/STP otherwise. This requires allocating a second general-purpose
> temporary, as Rs cannot overlap Rn in STXP.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/aarch64/tcg-target-con-set.h | 2 +
> tcg/aarch64/tcg-target.h | 2 +-
> tcg/aarch64/tcg-target.c.inc | 181 ++++++++++++++++++++++++++++++-
> 3 files changed, 181 insertions(+), 4 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH v4 51/57] tcg/sparc64: Use atom_and_align_for_opc, (continued)
- [PATCH v4 53/57] tcg/i386: Support 128-bit load/store with have_atomic16, Richard Henderson, 2023/05/03
- [PATCH v4 49/57] tcg/riscv: Use atom_and_align_for_opc, Richard Henderson, 2023/05/03
- [PATCH v4 54/57] tcg/aarch64: Rename temporaries, Richard Henderson, 2023/05/03
- [PATCH v4 55/57] tcg/aarch64: Support 128-bit load/store, Richard Henderson, 2023/05/03
- Re: [PATCH v4 55/57] tcg/aarch64: Support 128-bit load/store,
Peter Maydell <=
- [PATCH v4 56/57] tcg/ppc: Support 128-bit load/store, Richard Henderson, 2023/05/03
- [PATCH v4 57/57] tcg/s390x: Support 128-bit load/store, Richard Henderson, 2023/05/03
- Re: [PATCH v4 00/57] tcg: Improve atomicity support, Peter Maydell, 2023/05/05