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/cnt_64.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/cnt_64.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x1c, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt x0, x0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x1d, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt x21, x10"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x1d, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt x23, x13"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1f, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt xzr, xzr"
|
Reference in New Issue
Block a user