summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-10-05 17:16:40 +0000
committerOwen Anderson <resistor@mac.com>2011-10-05 17:16:40 +0000
commit2dbb46a0a09d4a16a6752cfcbe1d55d51e7d2a31 (patch)
tree4e9b2dcd7a008a79c3eeeaf3bf5ca4d95ee60eec /test
parentb73a8414a7f7d4f5131338b7bc3a81fe34298e4a (diff)
downloadllvm-2dbb46a0a09d4a16a6752cfcbe1d55d51e7d2a31.tar.gz
llvm-2dbb46a0a09d4a16a6752cfcbe1d55d51e7d2a31.tar.bz2
llvm-2dbb46a0a09d4a16a6752cfcbe1d55d51e7d2a31.tar.xz
Support a valid, but not very useful, encoding of CPSIE where none of the AIF bits are set.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ARM/arm_instructions.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/ARM/arm_instructions.s b/test/MC/ARM/arm_instructions.s
index 5bc4ba4d99..186954cafa 100644
--- a/test/MC/ARM/arm_instructions.s
+++ b/test/MC/ARM/arm_instructions.s
@@ -71,3 +71,6 @@
@ CHECK: ssat16 r0, #7, r0 @ encoding: [0x30,0x0f,0xa6,0xe6]
ssat16 r0, #7, r0
+@ CHECK: cpsie none, #0 @ encoding: [0x00,0x00,0x0a,0xf1]
+ cpsie none, #0
+