aboutsummaryrefslogtreecommitdiff
path: root/target/arm/vfp.decode
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2019-05-31 15:14:54 +0100
committerPeter Maydell <peter.maydell@linaro.org>2019-06-04 14:58:29 +0100
commit28fbfa4d79325d969e748f26be95e854e48642cf (patch)
tree69cb06c441cf4b770f88b29da340f88a3739b261 /target/arm/vfp.decode
parentb7b1dbf8874bcc1559f7860b86e73c948c2c883c (diff)
target/arm: Convert VFP VNMLS to decodetree
Convert the VFP VNMLS 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 47878a88c7..467892377b 100644
--- a/target/arm/vfp.decode
+++ b/target/arm/vfp.decode
@@ -94,3 +94,8 @@ VMLS_sp ---- 1110 0.00 .... .... 1010 .1.0 .... \
vm=%vm_sp vn=%vn_sp vd=%vd_sp
VMLS_dp ---- 1110 0.00 .... .... 1011 .1.0 .... \
vm=%vm_dp vn=%vn_dp vd=%vd_dp
+
+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