mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Thumb2 assembly parsing and encoding for SEV.W.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139866 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cc156647f
commit
d16160f18a
@ -1666,6 +1666,18 @@ _func:
|
||||
@ CHECK: selle r5, r9, r2 @ encoding: [0xa9,0xfa,0x82,0xf5]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ SEV
|
||||
@------------------------------------------------------------------------------
|
||||
sev.w
|
||||
it eq
|
||||
seveq.w
|
||||
|
||||
@ CHECK: sev.w @ encoding: [0xaf,0xf3,0x04,0x80]
|
||||
@ CHECK: it eq @ encoding: [0x08,0xbf]
|
||||
@ CHECK: seveq.w @ encoding: [0xaf,0xf3,0x04,0x80]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ SUB (register)
|
||||
@------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user