[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 12/16] accel/tcg: Extract load_atom_extract_al16_or_al8 to
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH v4 12/16] accel/tcg: Extract load_atom_extract_al16_or_al8 to host header |
|
Date: |
Tue, 30 May 2023 14:58:39 +0100 |
On Fri, 26 May 2023 at 01:24, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> .../generic/host/load-extract-al16-al8.h | 45 +++++++++++++++++++
> accel/tcg/ldst_atomicity.c.inc | 36 +--------------
> 2 files changed, 47 insertions(+), 34 deletions(-)
> create mode 100644 host/include/generic/host/load-extract-al16-al8.h
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v4 04/16] qemu/atomic128: Add x86_64 atomic128-ldst.h, (continued)
- [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
- [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
- Re: [PATCH v4 12/16] accel/tcg: Extract load_atom_extract_al16_or_al8 to host header,
Peter Maydell <=
- [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
- [PATCH v4 16/16] accel/tcg: Add aarch64 store_atom_insert_al16, Richard Henderson, 2023/05/25