Home
last modified time | relevance | path

Searched refs:VEC_SIZE (Results 1 – 8 of 8) sorted by relevance

/xen/tools/tests/x86_emulator/
A Dsimd.h56 #ifndef VEC_SIZE
57 # define VEC_SIZE ELEM_SIZE macro
69 #if VEC_SIZE >= 8
84 #if VEC_SIZE >= 16
87 # if VEC_SIZE > 32
101 # if VEC_SIZE > 64
114 # if VEC_SIZE > 128
156 #if VEC_SIZE == 16
159 #elif VEC_SIZE == 32
161 #elif VEC_SIZE == 64
[all …]
A Dsimd-clmul.c11 0x00ff00ff00ff00ffULL & (~0ULL >> (64 - VEC_SIZE))))
13 # if defined(__AVX2__) && VEC_SIZE == 32
24 #if VEC_SIZE == 16
27 #elif VEC_SIZE == 32
30 #elif VEC_SIZE == 64
73 for ( i = 1; i < VEC_SIZE; ++i ) in clmul_test()
77 for ( i = 0; i < 256; i += VEC_SIZE ) in clmul_test()
146 src += 0x0101010101010101ULL * VEC_SIZE; in clmul_test()
A Dsimd-aes.c6 #if VEC_SIZE == 16
9 #elif VEC_SIZE == 32
21 #elif VEC_SIZE == 64
44 # if defined(__AVX2__) && VEC_SIZE == 32
85 #if VEC_SIZE == 16 in aes_test()
A Dsimd-fma.c6 #if VEC_SIZE < 16 && !defined(to_bool)
8 #elif VEC_SIZE == 16 && !defined(__AVX512VL__)
14 #elif VEC_SIZE == 32 && !defined(__AVX512VL__)
26 #if defined(__AVX512F__) && VEC_SIZE > FLOAT_SIZE
32 #elif VEC_SIZE == 16
44 #elif VEC_SIZE == 32
A Dsimd.c7 # if VEC_SIZE == 4
15 # elif VEC_SIZE == 8
45 #elif VEC_SIZE == 16
63 #elif VEC_SIZE == 32
313 # if VEC_SIZE == 16
338 # if VEC_SIZE >= 32
357 # if VEC_SIZE == 64
384 # if VEC_SIZE == 16
444 # elif VEC_SIZE == 4
494 # elif VEC_SIZE == 8
[all …]
A Dsimd-gf.c6 #if VEC_SIZE == 16
8 #elif VEC_SIZE == 32
10 #elif VEC_SIZE == 64
22 : [matrix] "m" (m), [src] "v" (x), [imm] "i" (c), [n] "i" (VEC_SIZE / 8) ); \
A Dsimd-sg.c7 #define VEC_SIZE (IDX_SIZE <= ELEM_SIZE ? VEC_MAX \ macro
9 #if VEC_SIZE < 16
10 # undef VEC_SIZE
11 # define VEC_SIZE 16 macro
35 #define ITEM_COUNT (VEC_SIZE / ELEM_SIZE < IVEC_SIZE / IDX_SIZE ? \
36 VEC_SIZE / ELEM_SIZE : IVEC_SIZE / IDX_SIZE)
117 # if VEC_SIZE == 16
A Dsimd-sha.c138 for ( i = 1; i < VEC_SIZE; ++i ) in sha_test()
142 for ( i = 0; i < 256; i += VEC_SIZE ) in sha_test()
388 src += 0x01010101 * VEC_SIZE; in sha_test()

Completed in 12 milliseconds