On 7/29/21 1:15 AM, Peter Maydell wrote:
Implement the MVE VCVT insns which convert between floating and fixed
point.  As with the Neon equivalents, these use essentially the same
constant encoding as right-shift-by-immediate.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/helper-mve.h    |  9 +++++++++
  target/arm/mve.decode      | 19 +++++++++++++++++++
  target/arm/mve_helper.c    | 36 ++++++++++++++++++++++++++++++++++++
  target/arm/translate-mve.c | 18 ++++++++++++++++++
  4 files changed, 82 insertions(+)

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

r~

Reply via email to