On 7/13/21 3:37 AM, Peter Maydell wrote:
Implement the MVE narrowing move insns VMOVN, VQMOVN and VQMOVUN.
These take a double-width input, narrow it (possibly saturating) and
store the result to either the top or bottom half of the output
element.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/helper-mve.h    | 20 ++++++++++
  target/arm/mve.decode      | 12 ++++++
  target/arm/mve_helper.c    | 78 ++++++++++++++++++++++++++++++++++++++
  target/arm/translate-mve.c | 22 +++++++++++
  4 files changed, 132 insertions(+)

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

r~

Reply via email to