Lines Matching refs:ty
65 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() argument
117 static void test_##TESTNAME ( LaneTy ty ) { \
122 randV128(&block[0], ty); \
123 randV128(&block[1], ty); \
124 randV128(&block[2], ty); \
125 randV128(&block[3], ty); \
152 static void test_##TESTNAME ( LaneTy ty ) { \
157 randV128(&block[0], ty); \
158 randV128(&block[1], ty); \
159 randV128(&block[2], ty); \
160 randV128(&block[3], ty); \
161 randV128(&block[4], ty); \
162 randV128(&block[5], ty); \