On 6/14/21 8:09 AM, Peter Maydell wrote:
Implement the MVE VCLZ insn (and the necessary machinery
for MVE 1-input vector ops).

Note that for non-load instructions predication is always performed
at a byte level granularity regardless of element size (R_ZLSJ),
and so the masking logic here differs from that used in the VLDR
and VSTR helpers.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/helper-mve.h    |  4 ++
  target/arm/mve.decode      |  8 ++++
  target/arm/mve_helper.c    | 97 ++++++++++++++++++++++++++++++++++++++
  target/arm/translate-mve.c | 38 +++++++++++++++
  4 files changed, 147 insertions(+)

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

r~

Reply via email to