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:
120
thirdparty/capstone/tests/MC/AArch64/SVE/splice.s.yaml
vendored
Normal file
120
thirdparty/capstone/tests/MC/AArch64/SVE/splice.s.yaml
vendored
Normal file
@@ -0,0 +1,120 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0x2c, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.b, p7, z31.b, z31.b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0x6c, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.h, p7, z31.h, z31.h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0xac, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.s, p7, z31.s, z31.s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0xec, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.d, p7, z31.d, z31.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xc4, 0xbc, 0x20, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "movprfx z4, z6"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe4, 0x9f, 0xec, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z4.d, p7, z4.d, z31.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0x2c, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.b, p7, z31.b, z31.b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0x6c, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.h, p7, z31.h, z31.h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0xac, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.s, p7, z31.s, z31.s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0xec, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.d, p7, z31.d, z31.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xc4, 0xbc, 0x20, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "movprfx z4, z6"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe4, 0x9f, 0xec, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z4.d, p7, z4.d, z31.d"
|
Reference in New Issue
Block a user