diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-06-16 10:32:27 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-06-16 10:32:27 +0100 |
commit | 96fc80f5f186decd1a649f6c04252faceb057ad2 (patch) | |
tree | f70888655c2bb133ae1fb6381ab1db22f84a9166 /Makefile.target | |
parent | a4f67e180def790ff0bbb33fc93bb6e80382f041 (diff) |
target/arm: Convert Neon 2-reg-scalar integer multiplies to decodetree
Convert the VMLA, VMLS and VMUL insns in the Neon "2 registers and a
scalar" group to decodetree. These are 32x32->32 operations where
one of the inputs is the scalar, followed by a possible accumulate
operation of the 32-bit result.
The refactoring removes some of the oddities of the old decoder:
* operands to the operation and accumulation were often
reversed (taking advantage of the fact that most of these ops
are commutative); the new code follows the pseudocode order
* the Q bit in the insn was in a local variable 'u'; in the
new code it is decoded into a->q
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'Makefile.target')
0 files changed, 0 insertions, 0 deletions