XenonRecomp/thirdparty/capstone/tests/MC/ARM/neont2-reverse-encoding.s.yaml
2024-09-08 17:16:32 +06:00

33 lines
1.0 KiB
YAML

test_cases:
-
input:
bytes: [ 0xf0, 0xff, 0x20, 0x00, 0xf4, 0xff, 0x20, 0x00, 0xf8, 0xff, 0x20, 0x00, 0xf0, 0xff, 0x60, 0x00, 0xf4, 0xff, 0x60, 0x00, 0xf8, 0xff, 0x60, 0x00, 0xf0, 0xff, 0xa0, 0x00, 0xf4, 0xff, 0xa0, 0x00, 0xf0, 0xff, 0xe0, 0x00, 0xf4, 0xff, 0xe0, 0x00, 0xf0, 0xff, 0x20, 0x01, 0xf0, 0xff, 0x60, 0x01 ]
arch: "CS_ARCH_ARM"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_THUMB" ]
expected:
insns:
-
asm_text: "vrev64.8 d16, d16"
-
asm_text: "vrev64.16 d16, d16"
-
asm_text: "vrev64.32 d16, d16"
-
asm_text: "vrev64.8 q8, q8"
-
asm_text: "vrev64.16 q8, q8"
-
asm_text: "vrev64.32 q8, q8"
-
asm_text: "vrev32.8 d16, d16"
-
asm_text: "vrev32.16 d16, d16"
-
asm_text: "vrev32.8 q8, q8"
-
asm_text: "vrev32.16 q8, q8"
-
asm_text: "vrev16.8 d16, d16"
-
asm_text: "vrev16.8 q8, q8"