On 6/7/21 9:57 AM, Peter Maydell wrote:
Implement the scalar form of the MVE VADD insn. This takes the
scalar operand from a general purpose register.

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

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

+        MVEGenTwoOpScalarFn *fns[] = {                          \

static const, which I will quit mentioning.


r~

Reply via email to