Re: [PATCH 06/55] target/arm: Implement MVE LCTP

2021-06-07 Thread Richard Henderson
On 6/7/21 9:57 AM, Peter Maydell wrote: Implement the MVE LCTP instruction. We put its decode and implementation with the other low-overhead-branch insns because although it is only present if MVE is implemented it is logically in the same group as the other LOB insns. Signed-off-by: Peter Mayd

[PATCH 06/55] target/arm: Implement MVE LCTP

2021-06-07 Thread Peter Maydell
Implement the MVE LCTP instruction. We put its decode and implementation with the other low-overhead-branch insns because although it is only present if MVE is implemented it is logically in the same group as the other LOB insns. Signed-off-by: Peter Maydell --- target/arm/t32.decode | 2 ++