Searched refs:f2u (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/arm/
H A Dneon128.c33 static inline unsigned int f2u(float x) { function
2242 TESTINSN_bin("vadd.f32 q0, q5, q2", q0, q5, i32, f2u(23.04), q2, i32, f2u(-45.5687));
2243 TESTINSN_bin("vadd.f32 q3, q4, q5", q3, q4, i32, f2u(-347856.475), q5, i32, f2u(1346));
2244 TESTINSN_bin("vadd.f32 q10, q11, q2", q10, q11, i32, f2u(48755), q2, i32, f2u(-45786.476));
2245 TESTINSN_bin("vadd.f32 q9, q5, q7", q9, q5, i32, f2u(95867.76), q7, i32, f2u(17065));
2246 TESTINSN_bin("vadd.f32 q0, q5, q2", q0, q5, i32, f2u(
[all...]
H A Dvfpv4_fma.c10 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(NA
[all...]
H A Dvfp.c26 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(
[all...]
H A Dneon64.c34 static inline unsigned int f2u(float x) { function
3595 TESTINSN_bin("vadd.f32 d0, d5, d2", d0, d5, i32, f2u(23.04), d2, i32, f2u(-45.5687));
3596 TESTINSN_bin("vadd.f32 d3, d4, d5", d3, d4, i32, f2u(-347856.475), d5, i32, f2u(1346));
3597 TESTINSN_bin("vadd.f32 d10, d11, d2", d10, d11, i32, f2u(48755), d2, i32, f2u(-45786.476));
3598 TESTINSN_bin("vadd.f32 d9, d5, d7", d9, d5, i32, f2u(95867.76), d7, i32, f2u(17065));
3599 TESTINSN_bin("vadd.f32 d0, d5, d2", d0, d5, i32, f2u(
[all...]

Completed in 148 milliseconds