On 7/29/21 1:15 AM, Peter Maydell wrote:
Implement the MVE VRINT insns, which round floating point inputs
to integer values, leaving them in floating point format.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/helper-mve.h    |  6 +++++
  target/arm/mve.decode      |  7 ++++++
  target/arm/mve_helper.c    | 35 +++++++++++++++++++++++++++++
  target/arm/translate-mve.c | 45 ++++++++++++++++++++++++++++++++++++++
  4 files changed, 93 insertions(+)

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

r~

Reply via email to