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:
37
thirdparty/capstone/tests/MC/HPPA/sfu11.s.yaml
vendored
Normal file
37
thirdparty/capstone/tests/MC/HPPA/sfu11.s.yaml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x10, 0x00, 0x00, 0xa3 ]
|
||||
arch: "CS_ARCH_HPPA"
|
||||
options: [ "CS_MODE_BIG_ENDIAN", "CS_MODE_HPPA_11" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "spop0,2,3,n"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x10, 0x00, 0x1a, 0xa1 ]
|
||||
arch: "CS_ARCH_HPPA"
|
||||
options: [ "CS_MODE_BIG_ENDIAN", "CS_MODE_HPPA_11" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "spop1,2,3,n r1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x10, 0x20, 0x04, 0xa3 ]
|
||||
arch: "CS_ARCH_HPPA"
|
||||
options: [ "CS_MODE_BIG_ENDIAN", "CS_MODE_HPPA_11" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "spop2,2,3,n r1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x10, 0x41, 0x06, 0xa3 ]
|
||||
arch: "CS_ARCH_HPPA"
|
||||
options: [ "CS_MODE_BIG_ENDIAN", "CS_MODE_HPPA_11" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "spop3,2,3,n r1,rp"
|
Reference in New Issue
Block a user