mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
Thumb2 assembly parsing and encoding for RRX.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139831 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5260be1f2d
commit
aba8015cc3
@ -1511,6 +1511,22 @@ _func:
|
||||
@ CHECK: rors.w r3, r4, r8 @ encoding: [0x74,0xfa,0x08,0xf3]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ RRX
|
||||
@------------------------------------------------------------------------------
|
||||
rrx r1, r2
|
||||
rrxs r1, r2
|
||||
ite lt
|
||||
rrxlt r9, r12
|
||||
rrxsge r8, r3
|
||||
|
||||
@ CHECK: rrx r1, r2 @ encoding: [0x4f,0xea,0x32,0x01]
|
||||
@ CHECK: rrxs r1, r2 @ encoding: [0x5f,0xea,0x32,0x01]
|
||||
@ CHECK: ite lt @ encoding: [0xb4,0xbf]
|
||||
@ CHECK: rrxlt r9, r12 @ encoding: [0x4f,0xea,0x3c,0x09]
|
||||
@ CHECK: rrxsge r8, r3 @ encoding: [0x5f,0xea,0x33,0x08]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ SUB (register)
|
||||
@------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user