Re: [Qemu-devel] [PATCH v3 15/16] target/arm: Decode t32 simd 3reg and 2reg_scalar extension

2018-03-01 Thread Peter Maydell
On 28 February 2018 at 19:31, Richard Henderson wrote: > Happily, the bits are in the same places compared to a32. > > Signed-off-by: Richard Henderson > --- > target/arm/translate.c | 14 +- > 1 file changed, 13

[Qemu-devel] [PATCH v3 15/16] target/arm: Decode t32 simd 3reg and 2reg_scalar extension

2018-02-28 Thread Richard Henderson
Happily, the bits are in the same places compared to a32. Signed-off-by: Richard Henderson --- target/arm/translate.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/target/arm/translate.c b/target/arm/translate.c index