Home
last modified time | relevance | path

Searched defs:__h (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dkeylockerintrin.h131 return __builtin_ia32_encodekey128_u32(__htype, (__v2di)__key, __h); in _mm_encodekey128_u32() argument
169 _mm_encodekey256_u32(unsigned int __htype,__m128i __key_lo,__m128i __key_hi,void * __h) _mm_encodekey256_u32() argument
207 _mm_aesenc128kl_u8(__m128i * __odata,__m128i __idata,const void * __h) _mm_aesenc128kl_u8() argument
246 _mm_aesenc256kl_u8(__m128i * __odata,__m128i __idata,const void * __h) _mm_aesenc256kl_u8() argument
285 _mm_aesdec128kl_u8(__m128i * __odata,__m128i __idata,const void * __h) _mm_aesdec128kl_u8() argument
324 _mm_aesdec256kl_u8(__m128i * __odata,__m128i __idata,const void * __h) _mm_aesdec256kl_u8() argument
382 _mm_aesencwide128kl_u8(__m128i __odata[8],const __m128i __idata[8],const void * __h) _mm_aesencwide128kl_u8() argument
428 _mm_aesencwide256kl_u8(__m128i __odata[8],const __m128i __idata[8],const void * __h) _mm_aesencwide256kl_u8() argument
474 _mm_aesdecwide128kl_u8(__m128i __odata[8],const __m128i __idata[8],const void * __h) _mm_aesdecwide128kl_u8() argument
520 _mm_aesdecwide256kl_u8(__m128i __odata[8],const __m128i __idata[8],const void * __h) _mm_aesdecwide256kl_u8() argument
[all...]
H A Davxintrin.h3719 _mm256_set_ps(float __a,float __b,float __c,float __d,float __e,float __f,float __g,float __h) _mm256_set_ps() argument
3986 _mm256_setr_ps(float __a,float __b,float __c,float __d,float __e,float __f,float __g,float __h) _mm256_setr_ps() argument
H A Davx512vlfp16intrin.h37 static __inline__ __m128h __DEFAULT_FN_ATTRS128 _mm_set_sh(_Float16 __h) { in _mm_set_sh()
41 static __inline __m128h __DEFAULT_FN_ATTRS128 _mm_set1_ph(_Float16 __h) { in _mm_set1_ph()
45 static __inline __m256h __DEFAULT_FN_ATTRS256 _mm256_set1_ph(_Float16 __h) { in _mm256_set1_ph()
H A Davx512fp16intrin.h67 static __inline __m512h __DEFAULT_FN_ATTRS512 _mm512_set1_ph(_Float16 __h) { in _mm512_set1_ph() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h84 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_am(const hours& __h) noexcept { in is_am()
87 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_pm(const hours& __h) noexcept { in is_pm()
91 _LIBCPP_HIDE_FROM_ABI inline constexpr hours make12(const hours& __h) noexcept { in make12()
100 _LIBCPP_HIDE_FROM_ABI inline constexpr hours make24(const hours& __h, bool __is_pm) noexcept { in make24()
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_partition.h136 unique_ptr<value_type, __return_temporary_buffer> __h; in __stable_partition_impl() local
276 unique_ptr<value_type, __return_temporary_buffer> __h; in __stable_partition_impl() local
H A Dstable_sort.h245 unique_ptr<value_type, __return_temporary_buffer> __h; in __stable_sort_impl() local