Thumb2 assembly parsing and encoding for SEV.W.
authorJim Grosbach <grosbach@apple.com>
Thu, 15 Sep 2011 22:24:20 +0000 (22:24 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 15 Sep 2011 22:24:20 +0000 (22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139866 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/ARM/basic-thumb2-instructions.s

index 55cf9cc8bc88f8afff2b8aabdff7adf579d6dd7a..718189cad4e0d21f26dfb7b7e0b4642d660138f6 100644 (file)
@@ -1666,6 +1666,18 @@ _func:
 @ CHECK: selle r5, r9, r2              @ encoding: [0xa9,0xfa,0x82,0xf5]
 
 
+@------------------------------------------------------------------------------
+@ SEV
+@------------------------------------------------------------------------------
+        sev.w
+        it eq
+        seveq.w
+
+@ CHECK: sev.w                           @ encoding: [0xaf,0xf3,0x04,0x80]
+@ CHECK: it    eq                       @ encoding: [0x08,0xbf]
+@ CHECK: seveq.w                         @ encoding: [0xaf,0xf3,0x04,0x80]
+
+
 @------------------------------------------------------------------------------
 @ SUB (register)
 @------------------------------------------------------------------------------