Thumb assembly parsing and encoding for ORR.

llvm-svn: 138245
This commit is contained in:
Jim Grosbach 2011-08-22 17:41:44 +00:00
parent a6ceaf82c5
commit 3a232fc83e

View File

@ -355,3 +355,11 @@ _func:
nop
@ CHECK: nop @ encoding: [0xc0,0x46]
@------------------------------------------------------------------------------
@ ORR
@------------------------------------------------------------------------------
orrs r3, r4
@ CHECK-ERRORS: orrs r3, r4 @ encoding: [0x23,0x43]