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:
90
thirdparty/capstone/tests/MC/AArch64/neon-scalar-extract-narrow.s.yaml
vendored
Normal file
90
thirdparty/capstone/tests/MC/AArch64/neon-scalar-extract-narrow.s.yaml
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xd3, 0x29, 0x21, 0x7e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "sqxtun b19, h14"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xf5, 0x29, 0x61, 0x7e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "sqxtun h21, s15"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x94, 0x29, 0xa1, 0x7e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "sqxtun s20, d12"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x52, 0x4a, 0x21, 0x5e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "sqxtn b18, h18"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x34, 0x4a, 0x61, 0x5e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "sqxtn h20, s17"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xd3, 0x49, 0xa1, 0x5e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "sqxtn s19, d14"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x52, 0x4a, 0x21, 0x7e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uqxtn b18, h18"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x34, 0x4a, 0x61, 0x7e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uqxtn h20, s17"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xd3, 0x49, 0xa1, 0x7e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uqxtn s19, d14"
|
Reference in New Issue
Block a user