mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-10 17:45:08 +00:00
121 lines
4.3 KiB
YAML
121 lines
4.3 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x31, 0xfe, 0x08, 0x0f, 0x35, 0xfe, 0x8e, 0x0f, 0x31, 0xfe, 0x00, 0x1f, 0x31, 0xfe, 0x82, 0x1f, 0x33, 0xfe, 0x09, 0x1f, 0x35, 0xfe, 0x8d, 0x1f, 0x35, 0xee, 0x0a, 0x0f, 0x37, 0xee, 0x88, 0x0f, 0x31, 0xee, 0x0e, 0x1f, 0x3b, 0xee, 0x84, 0x1f, 0x35, 0xee, 0x0f, 0x1f, 0x35, 0xee, 0x89, 0x1f, 0x09, 0xfe, 0x0c, 0x0f, 0x05, 0xfe, 0x84, 0x0f, 0x09, 0xfe, 0x0c, 0x0f, 0x05, 0xfe, 0x84, 0x0f, 0x09, 0xfe, 0x0c, 0x0f, 0x05, 0xfe, 0x84, 0x0f, 0x01, 0xfe, 0x00, 0x1f, 0x05, 0xfe, 0x8e, 0x1f, 0x09, 0xfe, 0x07, 0x1f, 0x0f, 0xfe, 0x87, 0x1f, 0x03, 0xfe, 0x89, 0x0f, 0x03, 0xfe, 0x09, 0x0f, 0x19, 0xfe, 0x0e, 0x0f, 0x15, 0xfe, 0x82, 0x0f, 0x13, 0xfe, 0x0e, 0x1f, 0x11, 0xfe, 0x82, 0x1f, 0x13, 0xfe, 0x0f, 0x1f, 0x15, 0xfe, 0x83, 0x1f, 0x13, 0xfe, 0x89, 0x0f, 0x13, 0xfe, 0x09, 0x0f, 0x25, 0xfe, 0x0e, 0x0f, 0x25, 0xfe, 0x88, 0x0f, 0x2b, 0xfe, 0x0a, 0x1f, 0x25, 0xfe, 0x84, 0x1f, 0x21, 0xfe, 0x03, 0x1f, 0x2b, 0xfe, 0x89, 0x1f, 0x23, 0xfe, 0x89, 0x0f, 0x23, 0xfe, 0x09, 0x0f, 0x39, 0xfe, 0x6f, 0x1f, 0x39, 0xfe, 0x4c, 0x0f, 0x37, 0xee, 0xc0, 0x0f, 0x03, 0xfe, 0x40, 0x0f, 0x03, 0xfe, 0xe0, 0x1f, 0x03, 0xfe, 0x60, 0x0f, 0x1b, 0xfe, 0x4a, 0x0f, 0x23, 0xfe, 0x44, 0x0f, 0x71, 0xfe, 0x4d, 0x8f, 0x01, 0xfe, 0x40, 0x0f, 0x11, 0xfe, 0xc0, 0x0f, 0xb4, 0xee, 0x60, 0x09, 0xb4, 0xee, 0xe0, 0x09, 0x04, 0xbf, 0xb4, 0xee, 0x60, 0x0a, 0xb4, 0xee, 0xe0, 0x0a ]
|
|
arch: "CS_ARCH_ARM"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_MCLASS", "CS_MODE_V8", "CS_MODE_THUMB" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "vcmp.f16 eq, q0, q4"
|
|
-
|
|
asm_text: "vcmp.f16 ne, q2, q7"
|
|
-
|
|
asm_text: "vcmp.f16 ge, q0, q0"
|
|
-
|
|
asm_text: "vcmp.f16 lt, q0, q1"
|
|
-
|
|
asm_text: "vcmp.f16 gt, q1, q4"
|
|
-
|
|
asm_text: "vcmp.f16 le, q2, q6"
|
|
-
|
|
asm_text: "vcmp.f32 eq, q2, q5"
|
|
-
|
|
asm_text: "vcmp.f32 ne, q3, q4"
|
|
-
|
|
asm_text: "vcmp.f32 ge, q0, q7"
|
|
-
|
|
asm_text: "vcmp.f32 lt, q5, q2"
|
|
-
|
|
asm_text: "vcmp.f32 gt, q2, q7"
|
|
-
|
|
asm_text: "vcmp.f32 le, q2, q4"
|
|
-
|
|
asm_text: "vcmp.i8 eq, q4, q6"
|
|
-
|
|
asm_text: "vcmp.i8 ne, q2, q2"
|
|
-
|
|
asm_text: "vcmp.i8 eq, q4, q6"
|
|
-
|
|
asm_text: "vcmp.i8 ne, q2, q2"
|
|
-
|
|
asm_text: "vcmp.i8 eq, q4, q6"
|
|
-
|
|
asm_text: "vcmp.i8 ne, q2, q2"
|
|
-
|
|
asm_text: "vcmp.s8 ge, q0, q0"
|
|
-
|
|
asm_text: "vcmp.s8 lt, q2, q7"
|
|
-
|
|
asm_text: "vcmp.s8 gt, q4, q3"
|
|
-
|
|
asm_text: "vcmp.s8 le, q7, q3"
|
|
-
|
|
asm_text: "vcmp.u8 hi, q1, q4"
|
|
-
|
|
asm_text: "vcmp.u8 cs, q1, q4"
|
|
-
|
|
asm_text: "vcmp.i16 eq, q4, q7"
|
|
-
|
|
asm_text: "vcmp.i16 ne, q2, q1"
|
|
-
|
|
asm_text: "vcmp.s16 ge, q1, q7"
|
|
-
|
|
asm_text: "vcmp.s16 lt, q0, q1"
|
|
-
|
|
asm_text: "vcmp.s16 gt, q1, q7"
|
|
-
|
|
asm_text: "vcmp.s16 le, q2, q1"
|
|
-
|
|
asm_text: "vcmp.u16 hi, q1, q4"
|
|
-
|
|
asm_text: "vcmp.u16 cs, q1, q4"
|
|
-
|
|
asm_text: "vcmp.i32 eq, q2, q7"
|
|
-
|
|
asm_text: "vcmp.i32 ne, q2, q4"
|
|
-
|
|
asm_text: "vcmp.s32 ge, q5, q5"
|
|
-
|
|
asm_text: "vcmp.s32 lt, q2, q2"
|
|
-
|
|
asm_text: "vcmp.s32 gt, q0, q1"
|
|
-
|
|
asm_text: "vcmp.s32 le, q5, q4"
|
|
-
|
|
asm_text: "vcmp.u32 hi, q1, q4"
|
|
-
|
|
asm_text: "vcmp.u32 cs, q1, q4"
|
|
-
|
|
asm_text: "vcmp.f16 gt, q4, zr"
|
|
-
|
|
asm_text: "vcmp.f16 eq, q4, r12"
|
|
-
|
|
asm_text: "vcmp.f32 ne, q3, r0"
|
|
-
|
|
asm_text: "vcmp.i8 eq, q1, r0"
|
|
-
|
|
asm_text: "vcmp.s8 le, q1, r0"
|
|
-
|
|
asm_text: "vcmp.u8 cs, q1, r0"
|
|
-
|
|
asm_text: "vcmp.i16 eq, q5, r10"
|
|
-
|
|
asm_text: "vcmp.i32 eq, q1, r4"
|
|
-
|
|
asm_text: "vpste"
|
|
-
|
|
asm_text: "vcmpt.i8 eq, q0, r0"
|
|
-
|
|
asm_text: "vcmpe.i16 ne, q0, r0"
|
|
-
|
|
asm_text: "vcmp.f16 s0, s1"
|
|
-
|
|
asm_text: "vcmpe.f16 s0, s1"
|
|
-
|
|
asm_text: "itt eq"
|
|
-
|
|
asm_text: "vcmpeq.f32 s0, s1"
|
|
-
|
|
asm_text: "vcmpeeq.f32 s0, s1"
|