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:
40
thirdparty/capstone/tests/MC/AArch64/CSSC/abs_32.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/abs_32.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x20, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs w0, w0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x21, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs w21, w10"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x21, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs w23, w13"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x23, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs wzr, wzr"
|
Reference in New Issue
Block a user