• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/

Lines Matching refs:__B

33 /// \param __B
36 /// conversion of __B, and higher 64 bits come from conversion of __A.
38 _mm_cvtne2ps_pbh(__m128 __A, __m128 __B) {
40 (__v4sf) __B);
51 /// \param __B
57 /// A 1 means conversion of __A or __B. A 0 means element from __W.
59 /// conversion of __B, and higher 64 bits come from conversion of __A.
61 _mm_mask_cvtne2ps_pbh(__m128bh __W, __mmask8 __U, __m128 __A, __m128 __B) {
63 (__v8hi)_mm_cvtne2ps_pbh(__A, __B),
75 /// \param __B
79 /// A 1 means conversion of __A or __B. A 0 means element is zero.
81 /// conversion of __B, and higher 64 bits come from conversion of __A.
83 _mm_maskz_cvtne2ps_pbh(__mmask8 __U, __m128 __A, __m128 __B) {
85 (__v8hi)_mm_cvtne2ps_pbh(__A, __B),
97 /// \param __B
100 /// conversion of __B, and higher 128 bits come from conversion of __A.
102 _mm256_cvtne2ps_pbh(__m256 __A, __m256 __B) {
104 (__v8sf) __B);
115 /// \param __B
121 /// A 1 means conversion of __A or __B. A 0 means element from __W.
123 /// conversion of __B, and higher 128 bits come from conversion of __A.
125 _mm256_mask_cvtne2ps_pbh(__m256bh __W, __mmask16 __U, __m256 __A, __m256 __B) {
127 (__v16hi)_mm256_cvtne2ps_pbh(__A, __B),
139 /// \param __B
143 /// A 1 means conversion of __A or __B. A 0 means element is zero.
145 /// conversion of __B, and higher 128 bits come from conversion of __A.
147 _mm256_maskz_cvtne2ps_pbh(__mmask16 __U, __m256 __A, __m256 __B) {
149 (__v16hi)_mm256_cvtne2ps_pbh(__A, __B),
276 /// \param __B
281 /// __A, __B and __D
283 _mm_dpbf16_ps(__m128 __D, __m128bh __A, __m128bh __B) {
286 (__v4si)__B);
297 /// \param __B
303 /// A 1 means __A and __B's dot product accumulated with __D. A 0 means __D.
305 /// __A, __B and __D
307 _mm_mask_dpbf16_ps(__m128 __D, __mmask8 __U, __m128bh __A, __m128bh __B) {
309 (__v4sf)_mm_dpbf16_ps(__D, __A, __B),
321 /// \param __B
327 /// A 1 means __A and __B's dot product accumulated with __D. A 0 means 0.
329 /// __A, __B and __D
331 _mm_maskz_dpbf16_ps(__mmask8 __U, __m128 __D, __m128bh __A, __m128bh __B) {
333 (__v4sf)_mm_dpbf16_ps(__D, __A, __B),
345 /// \param __B
350 /// __A, __B and __D
352 _mm256_dpbf16_ps(__m256 __D, __m256bh __A, __m256bh __B) {
355 (__v8si)__B);
366 /// \param __B
372 /// A 1 means __A and __B's dot product accumulated with __D. A 0 means __D.
374 /// __A, __B and __D
376 _mm256_mask_dpbf16_ps(__m256 __D, __mmask8 __U, __m256bh __A, __m256bh __B) {
378 (__v8sf)_mm256_dpbf16_ps(__D, __A, __B),
390 /// \param __B
396 /// A 1 means __A and __B's dot product accumulated with __D. A 0 means 0.
398 /// __A, __B and __D
400 _mm256_maskz_dpbf16_ps(__mmask8 __U, __m256 __D, __m256bh __A, __m256bh __B) {
402 (__v8sf)_mm256_dpbf16_ps(__D, __A, __B),