Searched refs:_mm_roti_epi64 (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2b-round.h | 32 #define _mm_roti_epi64(x, c) \ macro 39 #define _mm_roti_epi64(r, c) _mm_xor_si128(_mm_srli_epi64( (r), -(c) ),_mm_slli_epi64( (r), 64-(-(c… macro 54 row4l = _mm_roti_epi64(row4l, -32); \ 55 row4h = _mm_roti_epi64(row4h, -32); \ 63 row2l = _mm_roti_epi64(row2l, -24); \ 64 row2h = _mm_roti_epi64(row2h, -24); \ 73 row4l = _mm_roti_epi64(row4l, -16); \ 74 row4h = _mm_roti_epi64(row4h, -16); \ 82 row2l = _mm_roti_epi64(row2l, -63); \ 83 row2h = _mm_roti_epi64(row2h, -63); \
|
/external/clang/test/CodeGen/ |
D | xop-builtins.c | 236 return _mm_roti_epi64(a, 100); in test_mm_roti_epi64()
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | xop-builtins.c | 240 return _mm_roti_epi64(a, 100); in test_mm_roti_epi64()
|
/external/clang/lib/Headers/ |
D | xopintrin.h | 249 #define _mm_roti_epi64(A, N) __extension__ ({ \ macro
|
/external/llvm-project/clang/lib/Headers/ |
D | xopintrin.h | 236 #define _mm_roti_epi64(A, N) \ macro
|