Home
last modified time | relevance | path

Searched refs:__unsigned (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h375 __v8hi __unsigned = vec_splats((signed short)0x00ff); in _mm_maddubs_epi16() local
376 __v8hi __C = vec_and(vec_unpackh((__v16qi)__A), __unsigned); in _mm_maddubs_epi16()
377 __v8hi __D = vec_and(vec_unpackl((__v16qi)__A), __unsigned); in _mm_maddubs_epi16()
396 const __v8hi __unsigned = vec_splats((signed short)0x00ff); in _mm_maddubs_pi16() local
397 __C = vec_and(__C, __unsigned); in _mm_maddubs_pi16()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h78 return __arg_t::__unsigned; in __determine_arg_t()
186 else if constexpr (__arg == __arg_t::__unsigned) in __create_format_arg()
H A Dformat_arg.h66 __unsigned, enumerator
120 case __format::__arg_t::__unsigned: in decltype()
H A Dformat_functions.h173 case __arg_t::__unsigned: in __compile_time_validate_argument()
216 case __arg_t::__unsigned: in __compile_time_visit_format_arg()