Kaizen/external/capstone/tests/MC/AArch64/SVE/andv.s.yaml

80 lines
1.8 KiB
YAML

test_cases:
-
input:
bytes: [ 0xe0, 0x3f, 0x1a, 0x04 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "andv b0, p7, z31.b"
-
input:
bytes: [ 0xe0, 0x3f, 0x5a, 0x04 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "andv h0, p7, z31.h"
-
input:
bytes: [ 0xe0, 0x3f, 0x9a, 0x04 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "andv s0, p7, z31.s"
-
input:
bytes: [ 0xe0, 0x3f, 0xda, 0x04 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "andv d0, p7, z31.d"
-
input:
bytes: [ 0xe0, 0x3f, 0x1a, 0x04 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "andv b0, p7, z31.b"
-
input:
bytes: [ 0xe0, 0x3f, 0x5a, 0x04 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "andv h0, p7, z31.h"
-
input:
bytes: [ 0xe0, 0x3f, 0x9a, 0x04 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "andv s0, p7, z31.s"
-
input:
bytes: [ 0xe0, 0x3f, 0xda, 0x04 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "andv d0, p7, z31.d"