]> Git Repo - qemu.git/commit
target/arm: Add read/write_neon_element32
authorRichard Henderson <[email protected]>
Mon, 2 Nov 2020 16:52:13 +0000 (16:52 +0000)
committerPeter Maydell <[email protected]>
Mon, 2 Nov 2020 16:52:13 +0000 (16:52 +0000)
commita712266f5d5a36d04b22fe69fa15592d62bed019
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 <[email protected]>
Message-id: 20201030022618[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate-neon.c.inc
target/arm/translate.c
This page took 0.0259 seconds and 4 git commands to generate.