Home
last modified time | relevance | path

Searched defs:__shift (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h98 const __v16qu __shift = vec_splats((unsigned char)((__count - 16) * 8)); in _mm_alignr_epi8() local
125 const __v4su __shift = {__count << 3, 0, 0, 0}; in _mm_alignr_pi8() local
128 const __v4su __shift = {0, 0, 0, __count << 3}; in _mm_alignr_pi8() local
420 const __v4su __shift = vec_splats((unsigned int)14); in _mm_mulhrs_epi16() local
439 const __v4su __shift = vec_splats((unsigned int)14); in _mm_mulhrs_pi16() local
H A Demmintrin.h1562 __v16qu __shift = vec_splats((unsigned char)(__N * 8)); in _mm_bsrli_si128() local
/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h211 int __shift = 0; __create_packed_storage() local
H A Dparser_std_format_spec.h223 if (__shift == 0) in __create_type_mask() local
/freebsd-src/contrib/llvm-project/libcxx/src/ryu/
H A Df2s.cpp114 …BI inline uint32_t __mulShift(const uint32_t __m, const uint64_t __factor, const int32_t __shift) { in __mulShift()