Searched defs:__V (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Headers/ |
D | __wmmintrin_aes.h | 46 _mm_aesenc_si128(__m128i __V, __m128i __R) in _mm_aesenc_si128() 66 _mm_aesenclast_si128(__m128i __V, __m128i __R) in _mm_aesenclast_si128() 86 _mm_aesdec_si128(__m128i __V, __m128i __R) in _mm_aesdec_si128() 106 _mm_aesdeclast_si128(__m128i __V, __m128i __R) in _mm_aesdeclast_si128() 123 _mm_aesimc_si128(__m128i __V) in _mm_aesimc_si128()
|
D | immintrin.h | 224 _writefsbase_u32(unsigned int __V) in _writefsbase_u32() 230 _writefsbase_u64(unsigned long long __V) in _writefsbase_u64() 236 _writegsbase_u32(unsigned int __V) in _writegsbase_u32() 242 _writegsbase_u64(unsigned long long __V) in _writegsbase_u64()
|
D | smmintrin.h | 144 _mm_stream_load_si128 (__m128i const *__V) in _mm_stream_load_si128() 252 _mm_testz_si128(__m128i __M, __m128i __V) in _mm_testz_si128() 258 _mm_testc_si128(__m128i __M, __m128i __V) in _mm_testc_si128() 264 _mm_testnzc_si128(__m128i __M, __m128i __V) in _mm_testnzc_si128() 282 _mm_cvtepi8_epi16(__m128i __V) in _mm_cvtepi8_epi16() 290 _mm_cvtepi8_epi32(__m128i __V) in _mm_cvtepi8_epi32() 298 _mm_cvtepi8_epi64(__m128i __V) in _mm_cvtepi8_epi64() 306 _mm_cvtepi16_epi32(__m128i __V) in _mm_cvtepi16_epi32() 312 _mm_cvtepi16_epi64(__m128i __V) in _mm_cvtepi16_epi64() 318 _mm_cvtepi32_epi64(__m128i __V) in _mm_cvtepi32_epi64() [all …]
|
D | avx2intrin.h | 361 _mm256_cvtepi8_epi16(__m128i __V) in _mm256_cvtepi8_epi16() 369 _mm256_cvtepi8_epi32(__m128i __V) in _mm256_cvtepi8_epi32() 377 _mm256_cvtepi8_epi64(__m128i __V) in _mm256_cvtepi8_epi64() 385 _mm256_cvtepi16_epi32(__m128i __V) in _mm256_cvtepi16_epi32() 391 _mm256_cvtepi16_epi64(__m128i __V) in _mm256_cvtepi16_epi64() 397 _mm256_cvtepi32_epi64(__m128i __V) in _mm256_cvtepi32_epi64() 403 _mm256_cvtepu8_epi16(__m128i __V) in _mm256_cvtepu8_epi16() 409 _mm256_cvtepu8_epi32(__m128i __V) in _mm256_cvtepu8_epi32() 415 _mm256_cvtepu8_epi64(__m128i __V) in _mm256_cvtepu8_epi64() 421 _mm256_cvtepu16_epi32(__m128i __V) in _mm256_cvtepu16_epi32() [all …]
|
/external/ppp/pppd/ |
D | pppd.h | 62 #define __V(x) x macro 65 #define __V(x) (va_alist) va_dcl macro
|
/external/clang/test/CodeGen/ |
D | avx512f-builtins.c | 4241 __m512d test_mm512_shuffle_pd(__m512d __M, __m512d __V) { in test_mm512_shuffle_pd() 4247 __m512d test_mm512_mask_shuffle_pd(__m512d __W, __mmask8 __U, __m512d __M, __m512d __V) { in test_mm512_mask_shuffle_pd() 4254 __m512d test_mm512_maskz_shuffle_pd(__mmask8 __U, __m512d __M, __m512d __V) { in test_mm512_maskz_shuffle_pd() 4261 __m512 test_mm512_shuffle_ps(__m512 __M, __m512 __V) { in test_mm512_shuffle_ps() 4267 __m512 test_mm512_mask_shuffle_ps(__m512 __W, __mmask16 __U, __m512 __M, __m512 __V) { in test_mm512_mask_shuffle_ps() 4274 __m512 test_mm512_maskz_shuffle_ps(__mmask16 __U, __m512 __M, __m512 __V) { in test_mm512_maskz_shuffle_ps()
|