[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v8 28/45] target/arm: Use mte_checkN for sve unpredicated loa
From: |
Peter Maydell |
Subject: |
Re: [PATCH v8 28/45] target/arm: Use mte_checkN for sve unpredicated loads |
Date: |
Thu, 25 Jun 2020 12:06:43 +0100 |
On Tue, 23 Jun 2020 at 20:37, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> v8: Drop the out-of-line helper (pmm).
> ---
> target/arm/translate-sve.c | 61 +++++++++++++++++++++-----------------
> 1 file changed, 33 insertions(+), 28 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v8 20/45] target/arm: Implement the access tag cache flushes, (continued)
- [PATCH v8 20/45] target/arm: Implement the access tag cache flushes, Richard Henderson, 2020/06/23
- [PATCH v8 21/45] target/arm: Move regime_el to internals.h, Richard Henderson, 2020/06/23
- [PATCH v8 22/45] target/arm: Move regime_tcr to internals.h, Richard Henderson, 2020/06/23
- [PATCH v8 23/45] target/arm: Add gen_mte_check1, Richard Henderson, 2020/06/23
- [PATCH v8 24/45] target/arm: Add gen_mte_checkN, Richard Henderson, 2020/06/23
- [PATCH v8 25/45] target/arm: Implement helper_mte_check1, Richard Henderson, 2020/06/23
- [PATCH v8 26/45] target/arm: Implement helper_mte_checkN, Richard Henderson, 2020/06/23
- [PATCH v8 27/45] target/arm: Add helper_mte_check_zva, Richard Henderson, 2020/06/23
- [PATCH v8 28/45] target/arm: Use mte_checkN for sve unpredicated loads, Richard Henderson, 2020/06/23
- Re: [PATCH v8 28/45] target/arm: Use mte_checkN for sve unpredicated loads,
Peter Maydell <=
- [PATCH v8 29/45] target/arm: Use mte_checkN for sve unpredicated stores, Richard Henderson, 2020/06/23
- [PATCH v8 30/45] target/arm: Use mte_check1 for sve LD1R, Richard Henderson, 2020/06/23
- [PATCH v8 31/45] target/arm: Tidy trans_LD1R_zpri, Richard Henderson, 2020/06/23
- [PATCH v8 32/45] target/arm: Add arm_tlb_bti_gp, Richard Henderson, 2020/06/23
- [PATCH v8 34/45] target/arm: Add mte helpers for sve scalar + int stores, Richard Henderson, 2020/06/23