Lines Matching refs:ty
68 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() argument
80 switch (ty) { in randV128()
199 static void test_##TESTNAME ( LaneTy ty ) { \
206 randV128(&block[0], ty); \
207 randV128(&block[1], ty); \
208 randV128(&block[2], ty); \
209 randV128(&block[3], ty); \
240 static void test_##TESTNAME ( LaneTy ty ) { \
248 randV128(&block[0], ty); \
249 randV128(&block[1], ty); \
250 randV128(&block[2], ty); \
251 randV128(&block[3], ty); \
252 randV128(&block[4], ty); \
253 randV128(&block[5], ty); \