mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Thumb assembly parsing and encoding for ORR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138245 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d446460f42
commit
011af5ca80
@ -355,3 +355,11 @@ _func:
|
||||
nop
|
||||
|
||||
@ CHECK: nop @ encoding: [0xc0,0x46]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ ORR
|
||||
@------------------------------------------------------------------------------
|
||||
orrs r3, r4
|
||||
|
||||
@ CHECK-ERRORS: orrs r3, r4 @ encoding: [0x23,0x43]
|
||||
|
Loading…
Reference in New Issue
Block a user