mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-10 09:35:06 +00:00
25 lines
772 B
YAML
25 lines
772 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x1a, 0xa2, 0xee, 0xb1, 0x0c, 0x42, 0xf2, 0x50, 0x4c, 0x08, 0xf2, 0x40, 0x1a, 0x92, 0xee, 0x40, 0x1a, 0xa2, 0xee, 0xb1, 0x0c, 0x62, 0xf2, 0x50, 0x4c, 0x28, 0xf2, 0x00, 0x1a, 0x92, 0xee ]
|
|
arch: "CS_ARCH_ARM"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_ARM" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "vfma.f32 s2, s4, s0"
|
|
-
|
|
asm_text: "vfma.f32 d16, d18, d17"
|
|
-
|
|
asm_text: "vfma.f32 q2, q4, q0"
|
|
-
|
|
asm_text: "vfnma.f32 s2, s4, s0"
|
|
-
|
|
asm_text: "vfms.f32 s2, s4, s0"
|
|
-
|
|
asm_text: "vfms.f32 d16, d18, d17"
|
|
-
|
|
asm_text: "vfms.f32 q2, q4, q0"
|
|
-
|
|
asm_text: "vfnms.f32 s2, s4, s0"
|