diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-04-30 19:09:36 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-05-04 12:57:56 +0100 |
commit | 35f5d4d1747558c6af2d914bcd848dcc30c3b531 (patch) | |
tree | df43a47ba0d7b457ab7be5d751822082affefcc3 /target/arm/neon-shared.decode | |
parent | 7e1b5d615361bb0038cda0e08af41e350e42d081 (diff) | |
download | qemu-35f5d4d1747558c6af2d914bcd848dcc30c3b531.zip qemu-35f5d4d1747558c6af2d914bcd848dcc30c3b531.tar.gz qemu-35f5d4d1747558c6af2d914bcd848dcc30c3b531.tar.bz2 |
target/arm: Convert V[US]DOT (scalar) to decodetree
Convert the V[US]DOT (scalar) insns in the 2reg-scalar-ext group
to decodetree.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200430181003.21682-10-peter.maydell@linaro.org
Diffstat (limited to 'target/arm/neon-shared.decode')
-rw-r--r-- | target/arm/neon-shared.decode | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/arm/neon-shared.decode b/target/arm/neon-shared.decode index c11d755..63a46c6 100644 --- a/target/arm/neon-shared.decode +++ b/target/arm/neon-shared.decode @@ -54,3 +54,6 @@ VCMLA_scalar 1111 1110 0 . rot:2 .... .... 1000 . q:1 index:1 0 vm:4 \ vn=%vn_dp vd=%vd_dp size=0 VCMLA_scalar 1111 1110 1 . rot:2 .... .... 1000 . q:1 . 0 .... \ vm=%vm_dp vn=%vn_dp vd=%vd_dp size=1 index=0 + +VDOT_scalar 1111 1110 0 . 10 .... .... 1101 . q:1 index:1 u:1 rm:4 \ + vm=%vm_dp vn=%vn_dp vd=%vd_dp |