mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-09-14 15:26:34 +00:00
Initial Commit
This commit is contained in:
60
thirdparty/capstone/tests/MC/AArch64/SVE/armv9.5a-cpa.s.yaml
vendored
Normal file
60
thirdparty/capstone/tests/MC/AArch64/SVE/armv9.5a-cpa.s.yaml
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x09, 0xe8, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve", "cpa" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "addpt z23.d, z13.d, z8.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x0d, 0xc4, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve", "cpa" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "addpt z23.d, p3/m, z23.d, z13.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x0d, 0xe8, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve", "cpa" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "subpt z23.d, z13.d, z8.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x0d, 0xc5, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve", "cpa" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "subpt z23.d, p3/m, z23.d, z13.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0xdb, 0xc1, 0x44 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve", "cpa" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "madpt z0.d, z1.d, z31.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0xd0, 0xdf, 0x44 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve", "cpa" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "mlapt z0.d, z1.d, z31.d"
|
Reference in New Issue
Block a user