target/arm: Add read/write_neon_element32
commita712266f5d5a36d04b22fe69fa15592d62bed019
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 2 Nov 2020 16:52:13 +0000 (2 16:52 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 2 Nov 2020 16:52:13 +0000 (2 16:52 +0000)
tree1c07652d4fe55a6502f723134ba4e1f8ec8ec4dc
parentd8719785fde2f5041986853a314c05c6f567d3cb
target/arm: Add read/write_neon_element32

Model these off the aa64 read/write_vec_element functions.
Use it within translate-neon.c.inc.  The new functions do
not allocate or free temps, so this rearranges the calling
code a bit.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20201030022618.785675-6-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-neon.c.inc
target/arm/translate.c