mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-04 08:12:05 +00:00
211 lines
5.1 KiB
YAML
211 lines
5.1 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0x22, 0x0e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sshl v0.8b, v1.8b, v2.8b"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0x22, 0x4e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sshl v0.16b, v1.16b, v2.16b"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0x62, 0x0e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sshl v0.4h, v1.4h, v2.4h"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0x62, 0x4e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sshl v0.8h, v1.8h, v2.8h"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0xa2, 0x0e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sshl v0.2s, v1.2s, v2.2s"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0xa2, 0x4e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sshl v0.4s, v1.4s, v2.4s"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0xe2, 0x4e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "sshl v0.2d, v1.2d, v2.2d"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0x22, 0x2e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ushl v0.8b, v1.8b, v2.8b"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0x22, 0x6e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ushl v0.16b, v1.16b, v2.16b"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0x62, 0x2e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ushl v0.4h, v1.4h, v2.4h"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0x62, 0x6e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ushl v0.8h, v1.8h, v2.8h"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0xa2, 0x2e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ushl v0.2s, v1.2s, v2.2s"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0xa2, 0x6e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ushl v0.4s, v1.4s, v2.4s"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x44, 0xe2, 0x6e ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ushl v0.2d, v1.2d, v2.2d"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x54, 0x0b, 0x0f ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "shl v0.8b, v1.8b, #3"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x54, 0x13, 0x0f ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "shl v0.4h, v1.4h, #3"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x54, 0x23, 0x0f ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "shl v0.2s, v1.2s, #3"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x54, 0x0b, 0x4f ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "shl v0.16b, v1.16b, #3"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x54, 0x13, 0x4f ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "shl v0.8h, v1.8h, #3"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x54, 0x23, 0x4f ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "shl v0.4s, v1.4s, #3"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x54, 0x43, 0x4f ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "shl v0.2d, v1.2d, #3"
|