summaryrefslogtreecommitdiff
path: root/test/MC/ARM/basic-arm-instructions.s
diff options
context:
space:
mode:
authorRichard Barton <richard.barton@arm.com>2012-06-27 09:48:23 +0000
committerRichard Barton <richard.barton@arm.com>2012-06-27 09:48:23 +0000
commit4acefe192f02849bcb2fd620a9f507c00d39a686 (patch)
tree9897290ee82c6640f99117ca1e489ce17c3cc84d /test/MC/ARM/basic-arm-instructions.s
parentb05b4603305f8f5bf09f27824d8adb29a9b51100 (diff)
downloadllvm-4acefe192f02849bcb2fd620a9f507c00d39a686.tar.gz
llvm-4acefe192f02849bcb2fd620a9f507c00d39a686.tar.bz2
llvm-4acefe192f02849bcb2fd620a9f507c00d39a686.tar.xz
Teach assembler to handle capitalised operation values for DSB instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159259 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM/basic-arm-instructions.s')
-rw-r--r--test/MC/ARM/basic-arm-instructions.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-arm-instructions.s b/test/MC/ARM/basic-arm-instructions.s
index 0920d715d5..c62413d0ea 100644
--- a/test/MC/ARM/basic-arm-instructions.s
+++ b/test/MC/ARM/basic-arm-instructions.s
@@ -601,6 +601,12 @@ Lforward:
@ CHECK: dsb oshst @ encoding: [0x42,0xf0,0x7f,0xf5]
@ CHECK: dsb sy @ encoding: [0x4f,0xf0,0x7f,0xf5]
+@ With capitals
+ dsb SY
+ dsb OSHST
+
+@ CHECK: dsb sy @ encoding: [0x4f,0xf0,0x7f,0xf5]
+@ CHECK: dsb oshst @ encoding: [0x42,0xf0,0x7f,0xf5]
@------------------------------------------------------------------------------
@ EOR
@------------------------------------------------------------------------------