Home
last modified time | relevance | path

Searched refs:__V (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dia32intrin.h63 __crc32b (unsigned int __C, unsigned char __V) in __crc32b() argument
65 return __builtin_ia32_crc32qi (__C, __V); in __crc32b()
70 __crc32w (unsigned int __C, unsigned short __V) in __crc32w() argument
72 return __builtin_ia32_crc32hi (__C, __V); in __crc32w()
77 __crc32d (unsigned int __C, unsigned int __V) in __crc32d() argument
79 return __builtin_ia32_crc32si (__C, __V); in __crc32d()
221 __crc32q (unsigned long long __C, unsigned long long __V) in __crc32q() argument
223 return __builtin_ia32_crc32di (__C, __V); in __crc32q()
Dsmmintrin.h67 _mm_testz_si128 (__m128i __M, __m128i __V) in _mm_testz_si128() argument
69 return __builtin_ia32_ptestz128 ((__v2di)__M, (__v2di)__V); in _mm_testz_si128()
75 _mm_testc_si128 (__m128i __M, __m128i __V) in _mm_testc_si128() argument
77 return __builtin_ia32_ptestc128 ((__v2di)__M, (__v2di)__V); in _mm_testc_si128()
83 _mm_testnzc_si128 (__m128i __M, __m128i __V) in _mm_testnzc_si128() argument
85 return __builtin_ia32_ptestnzc128 ((__v2di)__M, (__v2di)__V); in _mm_testnzc_si128()
100 _mm_round_pd (__m128d __V, const int __M) in _mm_round_pd() argument
102 return (__m128d) __builtin_ia32_roundpd ((__v2df)__V, __M); in _mm_round_pd()
106 _mm_round_sd(__m128d __D, __m128d __V, const int __M) in _mm_round_sd() argument
109 (__v2df)__V, in _mm_round_sd()
[all …]
Davxintrin.h1058 _mm256_round_pd (__m256d __V, const int __M) in _mm256_round_pd() argument
1060 return (__m256d) __builtin_ia32_roundpd256 ((__v4df)__V, __M); in _mm256_round_pd()
1064 _mm256_round_ps (__m256 __V, const int __M) in _mm256_round_ps() argument
1066 return (__m256) __builtin_ia32_roundps256 ((__v8sf)__V, __M); in _mm256_round_ps()
1106 _mm_testz_pd (__m128d __M, __m128d __V) in _mm_testz_pd() argument
1108 return __builtin_ia32_vtestzpd ((__v2df)__M, (__v2df)__V); in _mm_testz_pd()
1112 _mm_testc_pd (__m128d __M, __m128d __V) in _mm_testc_pd() argument
1114 return __builtin_ia32_vtestcpd ((__v2df)__M, (__v2df)__V); in _mm_testc_pd()
1118 _mm_testnzc_pd (__m128d __M, __m128d __V) in _mm_testnzc_pd() argument
1120 return __builtin_ia32_vtestnzcpd ((__v2df)__M, (__v2df)__V); in _mm_testnzc_pd()
[all …]
Dxsaveintrin.h53 _xsetbv (unsigned int __A, long long __V) in _xsetbv() argument
55 __builtin_ia32_xsetbv (__A, __V); in _xsetbv()
Davx512bf16vlintrin.h183 __v4sf __V = {__A, 0, 0, 0}; in _mm_cvtness_sbh() local
184 __v8hi __R = __builtin_ia32_cvtneps2bf16_v4sf_mask ((__v4sf)__V, in _mm_cvtness_sbh()
Davx512fintrin.h2722 _mm512_div_round_pd (__m512d __M, __m512d __V, const int __R) in _mm512_div_round_pd() argument
2725 (__v8df) __V, in _mm512_div_round_pd()
2734 __m512d __V, const int __R) in _mm512_mask_div_round_pd() argument
2737 (__v8df) __V, in _mm512_mask_div_round_pd()
2744 _mm512_maskz_div_round_pd (__mmask8 __U, __m512d __M, __m512d __V, in _mm512_maskz_div_round_pd() argument
2748 (__v8df) __V, in _mm512_maskz_div_round_pd()
7121 _mm512_shuffle_ps (__m512 __M, __m512 __V, const int __imm) in _mm512_shuffle_ps() argument
7124 (__v16sf) __V, __imm, in _mm512_shuffle_ps()
7133 __m512 __V, const int __imm) in _mm512_mask_shuffle_ps() argument
7136 (__v16sf) __V, __imm, in _mm512_mask_shuffle_ps()
[all …]