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:
160
thirdparty/capstone/tests/MC/AArch64/neon-bitwise-instructions.s.yaml
vendored
Normal file
160
thirdparty/capstone/tests/MC/AArch64/neon-bitwise-instructions.s.yaml
vendored
Normal file
@@ -0,0 +1,160 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0x22, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "and v0.8b, v1.8b, v2.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0x22, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "and v0.16b, v1.16b, v2.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0xa2, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "orr v0.8b, v1.8b, v2.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0xa2, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "orr v0.16b, v1.16b, v2.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0x22, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "eor v0.8b, v1.8b, v2.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0x22, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "eor v0.16b, v1.16b, v2.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0xa2, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bit v0.8b, v1.8b, v2.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0xa2, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bit v0.16b, v1.16b, v2.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0xe2, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bif v0.8b, v1.8b, v2.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0xe2, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bif v0.16b, v1.16b, v2.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0x62, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bsl v0.8b, v1.8b, v2.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0x62, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bsl v0.16b, v1.16b, v2.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0xe2, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "orn v0.8b, v1.8b, v2.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0xe2, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "orn v0.16b, v1.16b, v2.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0x62, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bic v0.8b, v1.8b, v2.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x1c, 0x62, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bic v0.16b, v1.16b, v2.16b"
|
Reference in New Issue
Block a user