aboutsummaryrefslogtreecommitdiff
path: root/thumb.risu
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-04-25 12:42:18 +0100
committerPeter Maydell <peter.maydell@linaro.org>2014-04-25 13:22:02 +0100
commitfd9058c90bba92d15f7db103c4a39fb140cf9f61 (patch)
tree0edab392268b889154685d0d52c0e42e01e31e93 /thumb.risu
parent695e77471b0210555c6c9429141970ec5ca3dabb (diff)
arm.risu, thumb.risu: Patterns for new v8 insns
Diffstat (limited to 'thumb.risu')
-rw-r--r--thumb.risu3
1 files changed, 3 insertions, 0 deletions
diff --git a/thumb.risu b/thumb.risu
index cd8ba24..8e14c95 100644
--- a/thumb.risu
+++ b/thumb.risu
@@ -434,3 +434,6 @@ STR T2 11111 000 0100 rn:4 rt:4 000000 imm:2 rm:4 \
!memory { reg_plus_reg_shifted($rn, $rm, $imm); }
##############################################################################
+
+# V8 only instructions
+CRC32 T1 111 1101 011 0 c rn:4 1111 rd:4 10 sz:2 rm:4 !constraints { $sz != 3; }