• Home
  • Raw
  • Download

Lines Matching refs:__m128i

11 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) {  in test_mm_blend_epi16()
29 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8()
71 __m128i test_mm_cmpeq_epi64(__m128i A, __m128i B) { in test_mm_cmpeq_epi64()
78 __m128i test_mm_cvtepi8_epi16(__m128i a) { in test_mm_cvtepi8_epi16()
85 __m128i test_mm_cvtepi8_epi32(__m128i a) { in test_mm_cvtepi8_epi32()
92 __m128i test_mm_cvtepi8_epi64(__m128i a) { in test_mm_cvtepi8_epi64()
99 __m128i test_mm_cvtepi16_epi32(__m128i a) { in test_mm_cvtepi16_epi32()
106 __m128i test_mm_cvtepi16_epi64(__m128i a) { in test_mm_cvtepi16_epi64()
113 __m128i test_mm_cvtepi32_epi64(__m128i a) { in test_mm_cvtepi32_epi64()
120 __m128i test_mm_cvtepu8_epi16(__m128i a) { in test_mm_cvtepu8_epi16()
127 __m128i test_mm_cvtepu8_epi32(__m128i a) { in test_mm_cvtepu8_epi32()
134 __m128i test_mm_cvtepu8_epi64(__m128i a) { in test_mm_cvtepu8_epi64()
141 __m128i test_mm_cvtepu16_epi32(__m128i a) { in test_mm_cvtepu16_epi32()
148 __m128i test_mm_cvtepu16_epi64(__m128i a) { in test_mm_cvtepu16_epi64()
155 __m128i test_mm_cvtepu32_epi64(__m128i a) { in test_mm_cvtepu32_epi64()
174 int test_mm_extract_epi8(__m128i x) { in test_mm_extract_epi8()
181 int test_mm_extract_epi32(__m128i x) { in test_mm_extract_epi32()
187 long long test_mm_extract_epi64(__m128i x) { in test_mm_extract_epi64()
223 __m128i test_mm_insert_epi8(__m128i x, char b) { in test_mm_insert_epi8()
229 __m128i test_mm_insert_epi32(__m128i x, int b) { in test_mm_insert_epi32()
235 __m128i test_mm_insert_epi64(__m128i x, long long b) { in test_mm_insert_epi64()
247 __m128i test_mm_max_epi8(__m128i x, __m128i y) { in test_mm_max_epi8()
254 __m128i test_mm_max_epi32(__m128i x, __m128i y) { in test_mm_max_epi32()
261 __m128i test_mm_max_epu16(__m128i x, __m128i y) { in test_mm_max_epu16()
268 __m128i test_mm_max_epu32(__m128i x, __m128i y) { in test_mm_max_epu32()
275 __m128i test_mm_min_epi8(__m128i x, __m128i y) { in test_mm_min_epi8()
282 __m128i test_mm_min_epi32(__m128i x, __m128i y) { in test_mm_min_epi32()
289 __m128i test_mm_min_epu16(__m128i x, __m128i y) { in test_mm_min_epu16()
296 __m128i test_mm_min_epu32(__m128i x, __m128i y) { in test_mm_min_epu32()
303 __m128i test_mm_minpos_epu16(__m128i x) { in test_mm_minpos_epu16()
309 __m128i test_mm_mpsadbw_epu8(__m128i x, __m128i y) { in test_mm_mpsadbw_epu8()
315 __m128i test_mm_mul_epi32(__m128i x, __m128i y) { in test_mm_mul_epi32()
321 __m128i test_mm_mullo_epi32(__m128i x, __m128i y) { in test_mm_mullo_epi32()
327 __m128i test_mm_packus_epi32(__m128i x, __m128i y) { in test_mm_packus_epi32()
357 __m128i test_mm_stream_load_si128(__m128i const *a) { in test_mm_stream_load_si128()
363 int test_mm_test_all_ones(__m128i x) { in test_mm_test_all_ones()
369 int test_mm_test_all_zeros(__m128i x, __m128i y) { in test_mm_test_all_zeros()
375 int test_mm_test_mix_ones_zeros(__m128i x, __m128i y) { in test_mm_test_mix_ones_zeros()
381 int test_mm_testc_si128(__m128i x, __m128i y) { in test_mm_testc_si128()
387 int test_mm_testnzc_si128(__m128i x, __m128i y) { in test_mm_testnzc_si128()
393 int test_mm_testz_si128(__m128i x, __m128i y) { in test_mm_testz_si128()