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

37 lines
1.2 KiB
YAML

test_cases:
-
input:
bytes: [ 0xf1, 0xff, 0xa0, 0x03, 0xf5, 0xff, 0xa0, 0x03, 0xf9, 0xff, 0xa0, 0x03, 0xf9, 0xff, 0xa0, 0x07, 0xf1, 0xff, 0xe0, 0x03, 0xf5, 0xff, 0xe0, 0x03, 0xf9, 0xff, 0xe0, 0x03, 0xf9, 0xff, 0xe0, 0x07, 0xf0, 0xff, 0xa0, 0x07, 0xf4, 0xff, 0xa0, 0x07, 0xf8, 0xff, 0xa0, 0x07, 0xf0, 0xff, 0xe0, 0x07, 0xf4, 0xff, 0xe0, 0x07, 0xf8, 0xff, 0xe0, 0x07 ]
arch: "CS_ARCH_ARM"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_THUMB" ]
expected:
insns:
-
asm_text: "vneg.s8 d16, d16"
-
asm_text: "vneg.s16 d16, d16"
-
asm_text: "vneg.s32 d16, d16"
-
asm_text: "vneg.f32 d16, d16"
-
asm_text: "vneg.s8 q8, q8"
-
asm_text: "vneg.s16 q8, q8"
-
asm_text: "vneg.s32 q8, q8"
-
asm_text: "vneg.f32 q8, q8"
-
asm_text: "vqneg.s8 d16, d16"
-
asm_text: "vqneg.s16 d16, d16"
-
asm_text: "vqneg.s32 d16, d16"
-
asm_text: "vqneg.s8 q8, q8"
-
asm_text: "vqneg.s16 q8, q8"
-
asm_text: "vqneg.s32 q8, q8"