mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
25 lines
828 B
YAML
25 lines
828 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x2a, 0xb0, 0xee, 0x00, 0x2a, 0xb7, 0xee, 0x00, 0x3b, 0xb0, 0xee, 0x00, 0x3b, 0xb7, 0xee, 0x01, 0x2a, 0xf0, 0x1e, 0x00, 0x2a, 0xf2, 0xce, 0x03, 0x2b, 0xb0, 0xbe, 0x00, 0x2b, 0xb4, 0xae ]
|
|
arch: "CS_ARCH_ARM"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_ARM" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "vmov.f32 s4, #2.000000e+00"
|
|
-
|
|
asm_text: "vmov.f32 s4, #1.000000e+00"
|
|
-
|
|
asm_text: "vmov.f64 d3, #2.000000e+00"
|
|
-
|
|
asm_text: "vmov.f64 d3, #1.000000e+00"
|
|
-
|
|
asm_text: "vmovne.f32 s5, #2.125000e+00"
|
|
-
|
|
asm_text: "vmovgt.f32 s5, #8.000000e+00"
|
|
-
|
|
asm_text: "vmovlt.f64 d2, #2.375000e+00"
|
|
-
|
|
asm_text: "vmovge.f64 d2, #1.250000e-01"
|