aboutsummaryrefslogtreecommitdiff
path: root/arm.risu
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-05-06 14:51:05 +0000
committerPeter Maydell <peter.maydell@linaro.org>2011-05-06 14:51:05 +0000
commit69c67857d0aa5e09f29ebc14ab02279ca131ac0c (patch)
tree9fa2261ca2768415f9d36a67df002259f9c24809 /arm.risu
parent8f93008a0d99ca2a932f3b3fe1102c24d3512203 (diff)
arm.risu: add pattern for REVSH
Diffstat (limited to 'arm.risu')
-rw-r--r--arm.risu2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm.risu b/arm.risu
index f5fb57c..0981397 100644
--- a/arm.risu
+++ b/arm.risu
@@ -94,6 +94,8 @@ SSAX A1 cond:4 0110 0001 rn:4 rd:4 1111 0101 rm:4
# MLS - v6T2 and later only
MLS A1 cond:4 00000110 rd:4 ra:4 rm:4 1001 rn:4
+REVSH A1 cond:4 01101 111 1111 rd:4 1111 1011 rm:4
+
# vector duplicate (reg)
# b:e == 11 UNDEF
VDUP A1a cond:4 1110 1 b 1 0 vd:3 0 rt:4 1011 d 0 e 1 0000 { ($b == 0) || ($e == 0); }