OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTINSN_bin_f32
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/arm/
vfpv4_fma.c
60
#define
TESTINSN_bin_f32
(instruction, SD, SM, SMtype, SMval, SN, SNtype, SNval) \
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));
111
TESTINSN_bin_f32
("vfma.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687));
112
TESTINSN_bin_f32
("vfma.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346));
113
TESTINSN_bin_f32
("vfma.f32 s20, s31, s12", s20, s31, i32, f2u(48755), s12, i32, f2u(-45786.476));
114
TESTINSN_bin_f32
("vfma.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065))
[
all
...]
vfp.c
741
#define
TESTINSN_bin_f32
(instruction, SD, SM, SMtype, SMval, SN, SNtype, SNval) \
[
all
...]
Completed in 1151 milliseconds