OSDN Git Service

Thumb assembly parsing and encoding for ORR.
authorJim Grosbach <grosbach@apple.com>
Mon, 22 Aug 2011 17:41:44 +0000 (17:41 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 22 Aug 2011 17:41:44 +0000 (17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138245 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 13d1964..a3bb317 100644 (file)
@@ -355,3 +355,11 @@ _func:
         nop
 
 @ CHECK: nop                            @ encoding: [0xc0,0x46]
+
+
+@------------------------------------------------------------------------------
+@ ORR
+@------------------------------------------------------------------------------
+        orrs  r3, r4
+
+@ CHECK-ERRORS:        orrs    r3, r4                  @ encoding: [0x23,0x43]