aboutsummaryrefslogtreecommitdiff
path: root/arm.risu
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2010-11-08 15:55:36 +0000
committerPeter Maydell <peter.maydell@linaro.org>2010-11-08 15:55:36 +0000
commit62f689e360bc348e535c9f308e1f294b31a44fde (patch)
treec674ccfa3d9aac3018bea9e2de4c984003e03df3 /arm.risu
parent4835d1aba11420f8228be2578132b098ef5ca874 (diff)
Add a comment about the status of the half-precision VCVT patterns.
Diffstat (limited to 'arm.risu')
-rw-r--r--arm.risu3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm.risu b/arm.risu
index 4cb1488..dbf1c58 100644
--- a/arm.risu
+++ b/arm.risu
@@ -19,7 +19,8 @@
########### VCVT #########################################
# These patterns should cover all the VCVT* instructions
-# in their ARM encodings.
+# in their ARM encodings. NB that the patterns for half
+# precision conversions are commented out and untested.
##########################################################
# VCVT between fp and int: split in two because opc2 must be 000 or 10x (A8.6.295)