Home | History | Annotate | Download | only in tests

Lines Matching refs:NNN

125    // (NNN = 1, 2, 4 or 8), with varying alignments, of values with
134 #define DO(NNN, Ty, ITy, isF4) \
135 fprintf(stderr, "-- NNN: %d %s %s ------------------------\n", \
136 NNN, #Ty, #ITy); \
137 /* For all of the alignments from (0..NNN-1), eg. if NNN==4, we do */ \
139 for (h = 0; h < NNN; h++) { \
148 fprintf(stderr, "h = %d (checking %d..%d) ", h, h, (int)(n-NNN+h)); \
153 U8 tmp = build(NNN, j); \
161 (void)VALGRIND_MAKE_MEM_DEFINED(&undefN_ITyDef, NNN); \
194 check_all(h, n-NNN+h, expected_byte, expected_byte_alt, \
201 check_all(h, n-NNN+h, expected_byte, expected_byte_alt, "LOADVn", h); \