mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 07:41:38 +00:00
Thumb assembly parsing and encoding for ORR.
llvm-svn: 138245
This commit is contained in:
parent
a6ceaf82c5
commit
3a232fc83e
@ -355,3 +355,11 @@ _func:
|
|||||||
nop
|
nop
|
||||||
|
|
||||||
@ CHECK: nop @ encoding: [0xc0,0x46]
|
@ CHECK: nop @ encoding: [0xc0,0x46]
|
||||||
|
|
||||||
|
|
||||||
|
@------------------------------------------------------------------------------
|
||||||
|
@ ORR
|
||||||
|
@------------------------------------------------------------------------------
|
||||||
|
orrs r3, r4
|
||||||
|
|
||||||
|
@ CHECK-ERRORS: orrs r3, r4 @ encoding: [0x23,0x43]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user