On 7/13/21 6:37 AM, Peter Maydell wrote:
Implement the MVE integer vector comparison instructions that compare
each element against a scalar from a general purpose register.  These
are "VCMP (vector)" encodings T4, T5 and T6 and "VPT (vector)"
encodings T4, T5 and T6.

We have to move the decodetree pattern for VPST, because it
overlaps with VCMP T4 with size = 0b11.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/helper-mve.h    | 32 +++++++++++++++++++++++++++
  target/arm/mve.decode      | 18 +++++++++++++---
  target/arm/mve_helper.c    | 44 +++++++++++++++++++++++++++++++-------
  target/arm/translate-mve.c | 43 +++++++++++++++++++++++++++++++++++++
  4 files changed, 126 insertions(+), 11 deletions(-)

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

r~

Reply via email to