mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
28
thirdparty/capstone/tests/MC/HPPA/longimm20.s.yaml
vendored
Normal file
28
thirdparty/capstone/tests/MC/HPPA/longimm20.s.yaml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x34, 0x22, 0x3f, 0xf1 ]
|
||||
arch: "CS_ARCH_HPPA"
|
||||
options: [ "CS_MODE_BIG_ENDIAN", "CS_MODE_HPPA_20" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "ldo -8(r1),rp"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x23, 0x98, 0xc5, 0x4f ]
|
||||
arch: "CS_ARCH_HPPA"
|
||||
options: [ "CS_MODE_BIG_ENDIAN", "CS_MODE_HPPA_20" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "ldil -0x55810000,ret0"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x2b, 0x98, 0xc5, 0x4f ]
|
||||
arch: "CS_ARCH_HPPA"
|
||||
options: [ "CS_MODE_BIG_ENDIAN", "CS_MODE_HPPA_20" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "addil -0x55810000,ret0"
|
Reference in New Issue
Block a user