/external/valgrind/main/none/tests/arm/ |
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...] |