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:
55
thirdparty/capstone/tests/MC/Sparc/sparc-atomic-instructions.s.yaml
vendored
Normal file
55
thirdparty/capstone/tests/MC/Sparc/sparc-atomic-instructions.s.yaml
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x81, 0x43, 0xe0, 0x0f ]
|
||||
arch: "CS_ARCH_SPARC"
|
||||
options: [ "CS_MODE_BIG_ENDIAN" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "membar 15"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x81, 0x43, 0xc0, 0x00 ]
|
||||
arch: "CS_ARCH_SPARC"
|
||||
options: [ "CS_MODE_BIG_ENDIAN" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "stbar"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xd4, 0x7e, 0x00, 0x16 ]
|
||||
arch: "CS_ARCH_SPARC"
|
||||
options: [ "CS_MODE_BIG_ENDIAN" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "swap [%i0+%l6], %o2"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xd4, 0x7e, 0x20, 0x20 ]
|
||||
arch: "CS_ARCH_SPARC"
|
||||
options: [ "CS_MODE_BIG_ENDIAN" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "swap [%i0+32], %o2"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xd5, 0xe6, 0x10, 0x16 ]
|
||||
arch: "CS_ARCH_SPARC"
|
||||
options: [ "CS_MODE_BIG_ENDIAN" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cas [%i0], %l6, %o2"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xd5, 0xf6, 0x10, 0x16 ]
|
||||
arch: "CS_ARCH_SPARC"
|
||||
options: [ "CS_MODE_BIG_ENDIAN" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "casx [%i0], %l6, %o2"
|
Reference in New Issue
Block a user