mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-04 08:12:05 +00:00
141 lines
3.4 KiB
YAML
141 lines
3.4 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0x22, 0x0e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqrshl v0.8b, v1.8b, v2.8b"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0x22, 0x4e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqrshl v0.16b, v1.16b, v2.16b"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0x62, 0x0e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqrshl v0.4h, v1.4h, v2.4h"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0x62, 0x4e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqrshl v0.8h, v1.8h, v2.8h"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0xa2, 0x0e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqrshl v0.2s, v1.2s, v2.2s"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0xa2, 0x4e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqrshl v0.4s, v1.4s, v2.4s"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0xe2, 0x4e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sqrshl v0.2d, v1.2d, v2.2d"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0x22, 0x2e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "uqrshl v0.8b, v1.8b, v2.8b"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0x22, 0x6e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "uqrshl v0.16b, v1.16b, v2.16b"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0x62, 0x2e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "uqrshl v0.4h, v1.4h, v2.4h"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0x62, 0x6e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "uqrshl v0.8h, v1.8h, v2.8h"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0xa2, 0x2e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "uqrshl v0.2s, v1.2s, v2.2s"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0xa2, 0x6e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "uqrshl v0.4s, v1.4s, v2.4s"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x5c, 0xe2, 0x6e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "uqrshl v0.2d, v1.2d, v2.2d"
|