Home
last modified time | relevance | path

Searched refs:perm_mask (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pwr8.h80 static const __m128i perm_mask = in vec_unpacklo_epi32() local
87 return vec_perm (even, odd, perm_mask); in vec_unpacklo_epi32()
93 static const __m128i perm_mask = in vec_unpackhi_epi32() local
100 return vec_perm (even, odd, perm_mask); in vec_unpackhi_epi32()
106 static const __m128i perm_mask = in vec_unpacklo_epi64() local
113 return vec_perm (even, odd, perm_mask); in vec_unpacklo_epi64()
119 static const __m128i perm_mask = in vec_unpackhi_epi64() local
126 return vec_perm (even, odd, perm_mask); in vec_unpackhi_epi64()
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp3564 const __m128i perm_mask = {0x78, 0x70, 0x68, 0x60, 0x58, 0x50, 0x48, 0x40, in to_bitmask() local
3568 (__m128i)perm_mask)); in to_bitmask()
[all...]

Completed in 34 milliseconds