Home
last modified time | relevance | path

Searched refs:_mm_set_epi8 (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Headers/
H A Demmintrin.h3563 _mm_set_epi8(char __b15, char __b14, char __b13, char __b12, char __b11, in _mm_set_epi8() function
3653 return _mm_set_epi8(__b, __b, __b, __b, __b, __b, __b, __b, __b, __b, __b, in _mm_set1_epi8()
3775 return _mm_set_epi8(__b15, __b14, __b13, __b12, __b11, __b10, __b9, __b8, in _mm_setr_epi8()
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_sse41.c32 x, _mm_set_epi8(13, 12, 15, 14, 9, 8, 11, 10, 5, 4, 7, 6, 1, 0, 3, 2)); in rot16()
41 x, _mm_set_epi8(12, 15, 14, 13, 8, 11, 10, 9, 4, 7, 6, 5, 0, 3, 2, 1)); in rot8()
/openbsd/gnu/gcc/gcc/config/i386/
H A Demmintrin.h596 _mm_set_epi8 (char __q15, char __q14, char __q13, char __q12, in _mm_set_epi8() function
636 return _mm_set_epi8 (__A, __A, __A, __A, __A, __A, __A, __A, in _mm_set1_epi8()
668 return _mm_set_epi8 (__q15, __q14, __q13, __q12, __q11, __q10, __q09, __q08, in _mm_setr_epi8()
/openbsd/gnu/llvm/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h679 _mm_set_epi8(char __q15, char __q14, char __q13, char __q12, char __q11, in _mm_set_epi8() function
716 return _mm_set_epi8(__A, __A, __A, __A, __A, __A, __A, __A, __A, __A, __A, in _mm_set1_epi8()
747 return _mm_set_epi8(__q15, __q14, __q13, __q12, __q11, __q10, __q09, __q08, in _mm_setr_epi8()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Demmintrin.h661 _mm_set_epi8 (char __Z, char __Y, char __X, char __W, in _mm_set_epi8() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DREADME-SSE.txt615 return _mm_set_epi8 (1, 0, 0, 0, 0, 0, 0, 0, 0, x, 0, 1, 0, 0, 0, 0);
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog10746 _mm_set_epi8, _mm_set1_epi64, _mm_set1_epi32, _mm_set1_epi16,