Re: [PATCH v5 13/22] target/arm: Implement the LDGM and STGM instructions
On Fri, 11 Oct 2019 at 14:50, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > v3: Require pre-cleaned addresses. > --- > target/arm/helper-a64.h| 3 ++ > target/arm/mte_helper.c| 96 ++ > target/arm/translate-a64.c | 42 +
[PATCH v5 13/22] target/arm: Implement the LDGM and STGM instructions
Signed-off-by: Richard Henderson --- v3: Require pre-cleaned addresses. --- target/arm/helper-a64.h| 3 ++ target/arm/mte_helper.c| 96 ++ target/arm/translate-a64.c | 42 + 3 files changed, 132 insertions(+), 9 deletions(-) diff --git