On 7/13/21 6:37 AM, Peter Maydell wrote:
Implement the MVE VPSEL insn, which sets each byte of the destination
vector Qd to the byte from either Qn or Qm depending on the value of
the corresponding bit in VPR.P0.

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

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

r~

Reply via email to