Re: [PATCH for-6.2 28/34] target/arm: Implement MVE VMAXA, VMINA

2021-07-21 Thread Richard Henderson
On 7/13/21 3:37 AM, Peter Maydell wrote: Implement the MVE VMAXA and VMINA insns, which take the absolute value of the signed elements in the input vector and then accumulate the unsigned max or min into the destination vector. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 8

[PATCH for-6.2 28/34] target/arm: Implement MVE VMAXA, VMINA

2021-07-13 Thread Peter Maydell
Implement the MVE VMAXA and VMINA insns, which take the absolute value of the signed elements in the input vector and then accumulate the unsigned max or min into the destination vector. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 8 target/arm/mve.decode | 4