Re: [PATCH 10/55] target/arm: Add framework for MVE decode

2021-06-07 Thread Richard Henderson
On 6/7/21 9:57 AM, Peter Maydell wrote: Add the framework for decoding MVE insns, with the necessary new files and the meson.build rules, but no actual content yet. Signed-off-by: Peter Maydell --- target/arm/translate-a32.h | 1 + target/arm/mve.decode | 20 targe

[PATCH 10/55] target/arm: Add framework for MVE decode

2021-06-07 Thread Peter Maydell
Add the framework for decoding MVE insns, with the necessary new files and the meson.build rules, but no actual content yet. Signed-off-by: Peter Maydell --- target/arm/translate-a32.h | 1 + target/arm/mve.decode | 20 target/arm/translate-mve.c | 29 +