HomeSort by relevance Sort by last modified time
    Searched refs:f2u (Results 1 - 4 of 4) sorted by null

  /external/valgrind/none/tests/arm/
vfpv4_fma.c 10 static unsigned int f2u(float x) { function
106 TESTINSN_bin_f32("vfma.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN));
107 TESTINSN_bin_f32("vfma.f32 s7, s1, s6", s7, s1, i32, f2u(INFINITY), s6, i32, f2u(NAN));
108 TESTINSN_bin_f32("vfma.f32 s0, s5, s2", s0, s5, i32, f2u(NAN), s2, i32, f2u(-1.0));
109 TESTINSN_bin_f32("vfma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0));
110 TESTINSN_bin_f32("vfma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN))
    [all...]
neon128.c 33 static inline unsigned int f2u(float x) { function
    [all...]
vfp.c 26 static inline unsigned int f2u(float x) { function
1061 TESTINSN_core_to_scalar("vmov.32 d0[0], r5", d0, r5, f2u(13));
1063 TESTINSN_core_to_scalar("vmov.32 d20[0], r5", d20, r5, f2u(NAN));
1064 TESTINSN_core_to_scalar("vmov.32 d29[1], r6", d29, r6, f2u(172));
1065 TESTINSN_core_to_scalar("vmov.32 d30[0], r5", d30, r5, f2u(INFINITY));
1066 TESTINSN_core_to_scalar("vmov.32 d11[1], r6", d11, r6, f2u(-INFINITY));
1067 TESTINSN_core_to_scalar("vmov.32 d18[0], r5", d11, r5, f2u(653));
1070 TESTINSN_core_to_scalar("vmov.16 d14[1], r5", d14, r5, f2u(NAN));
1073 TESTINSN_core_to_scalar("vmov.16 d0[0], r5", d0, r5, f2u(INFINITY));
1074 TESTINSN_core_to_scalar("vmov.16 d7[1], r5", d7, r5, f2u(-INFINITY))
    [all...]
neon64.c 34 static inline unsigned int f2u(float x) { function
    [all...]

Completed in 1078 milliseconds