mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Thumb2 assembly parsing and encoding for NOP.W.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139740 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d32872f9ca
commit
5c5eca3534
@ -1167,6 +1167,13 @@ _func:
|
||||
@ CHECK: it eq @ encoding: [0x08,0xbf]
|
||||
@ CHECK: mvneq r2, r3 @ encoding: [0xda,0x43]
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ NOP
|
||||
@------------------------------------------------------------------------------
|
||||
nop.w
|
||||
|
||||
@ CHECK: nop.w @ encoding: [0xaf,0xf3,0x00,0x80]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ IT
|
||||
|
@ -226,9 +226,6 @@
|
||||
@ CHECK: qdsub r1, r2, r3 @ encoding: [0x83,0xfa,0xb2,0xf1]
|
||||
qdsub r1, r2, r3
|
||||
|
||||
@ CHECK: nop.w @ encoding: [0xaf,0xf3,0x00,0x80]
|
||||
nop.w
|
||||
|
||||
@ CHECK: yield.w @ encoding: [0xaf,0xf3,0x01,0x80]
|
||||
yield.w
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user