mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-11 10:05:07 +00:00
241 lines
5.6 KiB
YAML
241 lines
5.6 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x81, 0x0f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z0.b, p0/m, z0.b, #0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x81, 0x0f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.b, p0/m, z31.b, #7"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x82, 0x0f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z0.h, p0/m, z0.h, #0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x83, 0x0f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.h, p0/m, z31.h, #15"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x80, 0x4f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z0.s, p0/m, z0.s, #0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x83, 0x4f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.s, p0/m, z31.s, #31"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x80, 0x8f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z0.d, p0/m, z0.d, #0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x83, 0xcf, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.d, p0/m, z31.d, #63"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xdf, 0x20, 0xd0, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "movprfx z31.d, p0/z, z6.d"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x83, 0xcf, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.d, p0/m, z31.d, #63"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xdf, 0xbc, 0x20, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "movprfx z31, z6"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x83, 0xcf, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.d, p0/m, z31.d, #63"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x81, 0x0f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z0.b, p0/m, z0.b, #0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x81, 0x0f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.b, p0/m, z31.b, #7"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x82, 0x0f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z0.h, p0/m, z0.h, #0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x83, 0x0f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.h, p0/m, z31.h, #15"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x80, 0x4f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z0.s, p0/m, z0.s, #0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x83, 0x4f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.s, p0/m, z31.s, #31"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x80, 0x8f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z0.d, p0/m, z0.d, #0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x83, 0xcf, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.d, p0/m, z31.d, #63"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xdf, 0x20, 0xd0, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "movprfx z31.d, p0/z, z6.d"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x83, 0xcf, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.d, p0/m, z31.d, #63"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xdf, 0xbc, 0x20, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "movprfx z31, z6"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x83, 0xcf, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqshlu z31.d, p0/m, z31.d, #63"
|