mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Thumb2 assembly parsing and encoding for SMLAWB/SMLAWT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139907 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
231948f860
commit
f566ca7418
@ -1838,6 +1838,22 @@ _func:
|
||||
@ CHECK: smlaldxne r2, r3, r5, r8 @ encoding: [0xc5,0xfb,0xd8,0x23]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ SMLAWB/SMLAWT
|
||||
@------------------------------------------------------------------------------
|
||||
smlawb r2, r3, r10, r8
|
||||
smlawt r8, r3, r5, r9
|
||||
ite eq
|
||||
smlawbeq r2, r7, r5, r8
|
||||
smlawtne r1, r3, r0, r8
|
||||
|
||||
@ CHECK: smlawb r2, r3, r10, r8 @ encoding: [0x33,0xfb,0x0a,0x82]
|
||||
@ CHECK: smlawt r8, r3, r5, r9 @ encoding: [0x33,0xfb,0x15,0x98]
|
||||
@ CHECK: ite eq @ encoding: [0x0c,0xbf]
|
||||
@ CHECK: smlawbeq r2, r7, r5, r8 @ encoding: [0x37,0xfb,0x05,0x82]
|
||||
@ CHECK: smlawtne r1, r3, r0, r8 @ encoding: [0x33,0xfb,0x10,0x81]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ SUB (register)
|
||||
@------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user