HomeSort by relevance Sort by last modified time
    Searched defs:randV128 (Results 1 - 7 of 7) sorted by null

  /external/valgrind/memcheck/tests/amd64/
sse_memory.c 46 static void randV128 ( V128* v )
55 randV128(&rra->arg1);
56 randV128(&rra->arg2);
57 randV128(&rra->res);
62 randV128(&rra->arg1);
63 randV128(&rra->res);
  /external/valgrind/none/tests/arm/
v8crypto_a.c 65 static void randV128 ( /*OUT*/V128* v, LaneTy ty )
80 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
122 randV128(&block[0], ty); \
123 randV128(&block[1], ty); \
124 randV128(&block[2], ty); \
125 randV128(&block[3], ty); \
157 randV128(&block[0], ty); \
158 randV128(&block[1], ty); \
159 randV128(&block[2], ty); \
160 randV128(&block[3], ty);
    [all...]
v8crypto_t.c 65 static void randV128 ( /*OUT*/V128* v, LaneTy ty )
80 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
122 randV128(&block[0], ty); \
123 randV128(&block[1], ty); \
124 randV128(&block[2], ty); \
125 randV128(&block[3], ty); \
157 randV128(&block[0], ty); \
158 randV128(&block[1], ty); \
159 randV128(&block[2], ty); \
160 randV128(&block[3], ty);
    [all...]
v8fpsimd_a.c 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);
    [all...]
v8fpsimd_t.c 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);
    [all...]
  /external/valgrind/none/tests/amd64/
sse4-64.c 70 static void randV128 ( V128* v )
398 randV128(&src);
399 randV128(&dst);
412 randV128(&src);
413 randV128(&dst);
    [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.c 60 static void randV128 ( /*OUT*/V128* v, LaneTy ty )
75 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
245 randV128(&block[0], ty); \
246 randV128(&block[1], ty); \
273 randV128(&block[0], ty); \
274 randV128(&block[1], ty); \
275 randV128(&block[2], ty); \
305 randV128(&block[0], ty); \
306 randV128(&block[1], ty); \
334 randV128(&block[0], ty);
    [all...]

Completed in 249 milliseconds