diff options
| author | Peter Maydell | 2020-06-16 11:32:28 +0200 |
|---|---|---|
| committer | Peter Maydell | 2020-06-16 11:32:28 +0200 |
| commit | 0aad761fb0aed40c99039eacac470cbd03d07019 (patch) | |
| tree | d6a9e4f00b3504bb26a5ff4d0278ca75c90f0786 /include/exec/memory.h | |
| parent | target/arm: Convert Neon 2-reg-scalar long multiplies to decodetree (diff) | |
| download | qemu-0aad761fb0aed40c99039eacac470cbd03d07019.tar.gz qemu-0aad761fb0aed40c99039eacac470cbd03d07019.tar.xz qemu-0aad761fb0aed40c99039eacac470cbd03d07019.zip | |
target/arm: Convert Neon VEXT to decodetree
Convert the Neon VEXT insn to decodetree. Rather than keeping the
old implementation which used fixed temporaries cpu_V0 and cpu_V1
and did the extraction with by-hand shift and logic ops, we use
the TCG extract2 insn.
We don't need to special case 0 or 8 immediates any more as the
optimizer is smart enough to throw away the dead code.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/memory.h')
0 files changed, 0 insertions, 0 deletions
