]> Git Repo - qemu.git/commit
target/arm: Implement MVE scatter-gather insns
authorPeter Maydell <[email protected]>
Fri, 13 Aug 2021 16:11:56 +0000 (17:11 +0100)
committerPeter Maydell <[email protected]>
Wed, 25 Aug 2021 09:48:50 +0000 (10:48 +0100)
commitdc18628b1833157a50a424cb6b83b63eca560402
tree50c4da0d00f8f22f52efe37ebf0b6d76977d6040
parent0f31e37c7f0b9577c6ce46304158ccd7c935006b
target/arm: Implement MVE scatter-gather insns

Implement the MVE gather-loads and scatter-stores which
form the address by adding a base value from a scalar
register to an offset in each element of a vector.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
target/arm/helper-mve.h
target/arm/mve.decode
target/arm/mve_helper.c
target/arm/translate-mve.c
This page took 0.022748 seconds and 4 git commands to generate.