On 6/7/21 9:58 AM, Peter Maydell wrote:
Implement the MVE VBRSR insn, which reverses a specified
number of bits in each element, setting the rest to zero.

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

What an interesting operation combination. I wonder what dsp loop kernel it goes with...

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


r~

Reply via email to