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 functions.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/helper-mve.h    |  5 ++++
  target/arm/mve.decode      | 10 ++++++++
  target/arm/mve_helper.c    | 38 ++++++++++++++++++++++++++++
  target/arm/translate-mve.c | 52 ++++++++++++++++++++++++++++++++++++++
  4 files changed, 105 insertions(+)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to