aboutsummaryrefslogtreecommitdiff
path: root/arm.risu
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-02-09 14:00:48 +0000
committerPeter Maydell <peter.maydell@linaro.org>2011-02-09 14:01:07 +0000
commitaa1a1520cbe710fce488b42bcab4aec418a49435 (patch)
treea210573b6a6e0e9805899f1c8a9296ff7fa83771 /arm.risu
parentbce3e9d98872d0103025486a75785f653e6c11b9 (diff)
Uncomment half-precision patterns as they are now tested.
Diffstat (limited to 'arm.risu')
-rw-r--r--arm.risu10
1 files changed, 5 insertions, 5 deletions
diff --git a/arm.risu b/arm.risu
index fb50038..12fbeec 100644
--- a/arm.risu
+++ b/arm.risu
@@ -81,15 +81,15 @@ VCVT_neon_b_q1 A1 1111 001 u 1 d 1 imm:5 vd:3 0 111 op 0 1 m 1 vm:3 0
VCVT_298 A1 cond:4 1110 1 d 11 0111 vd:4 101 sz 1 1 m 0 vm:4
# These three patterns deal with conversions to and from
-# half-precision (16 bit) floats. A8 doesn't have these so
-# the patterns are untested.
+# half-precision (16 bit) floats. A8 doesn't have these; you'll
+# need an A9 as the master to use these.
# we don't generate the sz!=01 UNDEF cases
# two patterns to avoid the op==1 Vd<0>==1 and op==0 Vm<0>==1 UNDEF cases
-# VCVT_299_a A1 1111 0011 1 d 11 01 10 vd:4 011 0 0 0 m 0 vm:3 0
-# VCVT_299_b A1 1111 0011 1 d 11 01 10 vd:3 0 011 1 0 0 m 0 vm:4
+VCVT_299_a A1 1111 0011 1 d 11 01 10 vd:4 011 0 0 0 m 0 vm:3 0
+VCVT_299_b A1 1111 0011 1 d 11 01 10 vd:3 0 011 1 0 0 m 0 vm:4
# VCVTB, VCVTT (A8.6.300)
-# VCTV_B_TT A1 cond:4 1110 1 d 11 001 op vd:4 101 0 t 1 m 0 vm:4
+VCTV_B_TT A1 cond:4 1110 1 d 11 001 op vd:4 101 0 t 1 m 0 vm:4
########### VQSHL ########################################