aboutsummaryrefslogtreecommitdiff
path: root/target/arm/vfp.decode
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2019-05-31 17:44:45 +0100
committerPeter Maydell <peter.maydell@linaro.org>2019-06-04 14:58:29 +0100
commit2677520e90d6c727dd70f5e542c5f6e0dd1a274d (patch)
tree84faf71d332975efe377d825f3a5fc5528c95668 /target/arm/vfp.decode
parent28fbfa4d79325d969e748f26be95e854e48642cf (diff)
target/arm: Convert VFP VNMLA to decodetree
Convert the VFP VNMLA instruction to decodetree. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm/vfp.decode')
-rw-r--r--target/arm/vfp.decode5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode
index 467892377b..a7b10d7f6c 100644
--- a/target/arm/vfp.decode
+++ b/target/arm/vfp.decode
@@ -99,3 +99,8 @@ VNMLS_sp ---- 1110 0.01 .... .... 1010 .0.0 .... \
vm=%vm_sp vn=%vn_sp vd=%vd_sp
VNMLS_dp ---- 1110 0.01 .... .... 1011 .0.0 .... \
vm=%vm_dp vn=%vn_dp vd=%vd_dp
+
+VNMLA_sp ---- 1110 0.01 .... .... 1010 .1.0 .... \
+ vm=%vm_sp vn=%vn_sp vd=%vd_sp
+VNMLA_dp ---- 1110 0.01 .... .... 1011 .1.0 .... \
+ vm=%vm_dp vn=%vn_dp vd=%vd_dp