Home | History | Annotate | Download | only in tests

Lines Matching defs:DO

22 // a[] is the array in which we do our loads and stores.  
23 // b[] is another one in which we do some copying.
134 #define DO(NNN, Ty, ITy, isF4) \
137 /* For all of the alignments from (0..NNN-1), eg. if NNN==4, we do */ \
206 // For sizes 4 and 8 we do both integer and floating-point types. The
210 DO(1, U1, U1, /*isF4*/0);
211 DO(2, U2, U2, /*isF4*/0);
212 DO(4, U4, U4, /*isF4*/0);
213 DO(4, F4, U4, /*isF4*/1);
214 DO(8, U8, U8, /*isF4*/0);
215 DO(8, F8, U8, /*isF4*/0);