Home | History | Annotate | Download | only in tests

Lines Matching refs:NNN

124    // (NNN = 1, 2, 4 or 8), with varying alignments, of values with
133 #define DO(NNN, Ty, ITy, isF4) \
134 fprintf(stderr, "-- NNN: %d %s %s ------------------------\n", NNN, #Ty, #ITy); \
135 /* For all of the alignments from (0..NNN-1), eg. if NNN==4, we do */ \
137 for (h = 0; h < NNN; h++) { \
146 fprintf(stderr, "h = %d (checking %d..%d) ", h, h, (int)(n-NNN+h)); \
151 U8 tmp = build(NNN, j); \
159 VALGRIND_MAKE_MEM_DEFINED(&undefN_ITyDef, NNN); \
193 check_all(h, n-NNN+h, expected_byte, expected_byte_alt, "STOREVn", h); \
199 check_all(h, n-NNN+h, expected_byte, expected_byte_alt, "LOADVn", h); \