Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h210 int __shift = 0; in __create_packed_storage() local
H A Dparser_std_format_spec.h222 uint32_t __shift = static_cast<uint32_t>(__t); in __create_type_mask() local
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Df2s.cpp114 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __mulShift(const uint32_t __m, const uint64_t __factor, const int32_t __shift) { in __mulShift() argument
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp120 bool __shift = false; in __format() local