Home | History | Annotate | Download | only in arm

Lines Matching defs:randV128

68 static void randV128 ( /*OUT*/V128* v, LaneTy ty )
90 printf("randV128: doing v->u32[%u] = v->u32[%u]\n", l1, l2);
101 printf("randV128: doing v->u64[%u] = v->u64[%u]\n", l1, l2);
114 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
206 randV128(&block[0], ty); \
207 randV128(&block[1], ty); \
208 randV128(&block[2], ty); \
209 randV128(&block[3], 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); \