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:
240
thirdparty/capstone/tests/MC/AArch64/SVE2/urshr.s.yaml
vendored
Normal file
240
thirdparty/capstone/tests/MC/AArch64/SVE2/urshr.s.yaml
vendored
Normal file
@@ -0,0 +1,240 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x81, 0x0d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z0.b, p0/m, z0.b, #1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x81, 0x0d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.b, p0/m, z31.b, #8"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x83, 0x0d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z0.h, p0/m, z0.h, #1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x82, 0x0d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.h, p0/m, z31.h, #16"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x83, 0x4d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z0.s, p0/m, z0.s, #1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x80, 0x4d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.s, p0/m, z31.s, #32"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x83, 0xcd, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z0.d, p0/m, z0.d, #1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x80, 0x8d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.d, p0/m, z31.d, #64"
|
||||
|
||||
-
|
||||
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: [ 0x1f, 0x80, 0x8d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.d, p0/m, z31.d, #64"
|
||||
|
||||
-
|
||||
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: [ 0x1f, 0x80, 0x8d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.d, p0/m, z31.d, #64"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x81, 0x0d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z0.b, p0/m, z0.b, #1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x81, 0x0d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.b, p0/m, z31.b, #8"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x83, 0x0d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z0.h, p0/m, z0.h, #1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x82, 0x0d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.h, p0/m, z31.h, #16"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x83, 0x4d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z0.s, p0/m, z0.s, #1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x80, 0x4d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.s, p0/m, z31.s, #32"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x83, 0xcd, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z0.d, p0/m, z0.d, #1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x80, 0x8d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.d, p0/m, z31.d, #64"
|
||||
|
||||
-
|
||||
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: [ 0x1f, 0x80, 0x8d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.d, p0/m, z31.d, #64"
|
||||
|
||||
-
|
||||
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: [ 0x1f, 0x80, 0x8d, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "urshr z31.d, p0/m, z31.d, #64"
|
Reference in New Issue
Block a user