mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Port new Thumb1 encoding tests over to decoding tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f815c0b50
commit
3230e9537d
@ -28,3 +28,40 @@
|
|||||||
|
|
||||||
0xd1 0x18
|
0xd1 0x18
|
||||||
0x42 0x44
|
0x42 0x44
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
# ASR (immediate)
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
# CHECK: asrs r2, r3, #32
|
||||||
|
# CHECK: asrs r2, r3, #5
|
||||||
|
# CHECK: asrs r2, r3, #1
|
||||||
|
|
||||||
|
0x1a 0x10
|
||||||
|
0x5a 0x11
|
||||||
|
0x5a 0x10
|
||||||
|
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
# ASR (register)
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
# CHECK: asrs r5, r2
|
||||||
|
|
||||||
|
0x15 0x41
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
# BICS
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
# CHECK: bics r1, r6
|
||||||
|
|
||||||
|
0xb1 0x43
|
||||||
|
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
# BKPT
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
# CHECK: bkpt #0
|
||||||
|
# CHECK: bkpt #255
|
||||||
|
|
||||||
|
0x00 0xbe
|
||||||
|
0xff 0xbe
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user