Re: [Qemu-devel] [PATCH 12/17] target/arm: Implement the LDGV and STGV instructions

2019-02-07 Thread Peter Maydell
On Mon, 14 Jan 2019 at 01:12, Richard Henderson wrote: > > Signed-off-by: Richard Henderson These insns don't exist any more. thanks -- PMM

[Qemu-devel] [PATCH 12/17] target/arm: Implement the LDGV and STGV instructions

2019-01-13 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/arm/helper-a64.h| 2 ++ target/arm/mte_helper.c| 51 ++ target/arm/translate-a64.c | 34 - 3 files changed, 81 insertions(+), 6 deletions(-) diff --git a/target/arm/helper-a64.h