Re: [PATCH for-6.2 50/53] target/arm: Implement MVE VCVT with specified rounding mode

2021-07-30 Thread Richard Henderson
On 7/29/21 1:15 AM, Peter Maydell wrote: Implement the MVE VCVT which converts from floating-point to integer using a rounding mode specified by the instruction. We implement this similarly to the Neon equivalents, by passing the required rounding mode as an extra integer parameter to the helper

[PATCH for-6.2 50/53] target/arm: Implement MVE VCVT with specified rounding mode

2021-07-29 Thread Peter Maydell
Implement the MVE VCVT which converts from floating-point to integer using a rounding mode specified by the instruction. We implement this similarly to the Neon equivalents, by passing the required rounding mode as an extra integer parameter to the helper functions. Signed-off-by: Peter Maydell