2024-09-07 18:15:29 +06:00

61 lines
1.3 KiB
YAML

test_cases:
-
input:
bytes: [ 0xe0, 0x33, 0x4f, 0x65 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "frsqrte z0.h, z31.h"
-
input:
bytes: [ 0xe0, 0x33, 0x8f, 0x65 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "frsqrte z0.s, z31.s"
-
input:
bytes: [ 0xe0, 0x33, 0xcf, 0x65 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "frsqrte z0.d, z31.d"
-
input:
bytes: [ 0xe0, 0x33, 0x4f, 0x65 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "frsqrte z0.h, z31.h"
-
input:
bytes: [ 0xe0, 0x33, 0x8f, 0x65 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "frsqrte z0.s, z31.s"
-
input:
bytes: [ 0xe0, 0x33, 0xcf, 0x65 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "frsqrte z0.d, z31.d"