Home
last modified time | relevance | path

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

/tools/tests/x86_emulator/
A Dsimd.h61 #ifndef VEC_SIZE
73 #if VEC_SIZE >= 4
77 #if VEC_SIZE >= 8
92 #if VEC_SIZE >= 16
95 # if VEC_SIZE > 32
112 # if VEC_SIZE > 64
128 # if VEC_SIZE > 128
170 #if VEC_SIZE == 16
173 #elif VEC_SIZE == 32
175 #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.c7 # if VEC_SIZE == 4
15 # elif VEC_SIZE == 8
23 # elif VEC_SIZE == 2
55 #elif VEC_SIZE == 16
73 #elif VEC_SIZE == 32
177 # if VEC_SIZE == 16
376 # if VEC_SIZE == 16
401 # if VEC_SIZE >= 32
420 # if VEC_SIZE == 64
447 # if VEC_SIZE == 16
[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-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
34 #elif VEC_SIZE == 16
46 #elif VEC_SIZE == 32
77 # if VEC_SIZE > FLOAT_SIZE
232 # if VEC_SIZE > FLOAT_SIZE in fma_test()
318 # if VEC_SIZE == FLOAT_SIZE in fma_test()
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 21 milliseconds