• Home
  • Raw
  • Download

Lines Matching refs:__m128i

9 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) {  in test_mm_blend_epi16()
27 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8()
69 __m128i test_mm_cmpeq_epi64(__m128i A, __m128i B) { in test_mm_cmpeq_epi64()
75 __m128i test_mm_cvtepi8_epi16(__m128i a) { in test_mm_cvtepi8_epi16()
81 __m128i test_mm_cvtepi8_epi32(__m128i a) { in test_mm_cvtepi8_epi32()
87 __m128i test_mm_cvtepi8_epi64(__m128i a) { in test_mm_cvtepi8_epi64()
93 __m128i test_mm_cvtepi16_epi32(__m128i a) { in test_mm_cvtepi16_epi32()
99 __m128i test_mm_cvtepi16_epi64(__m128i a) { in test_mm_cvtepi16_epi64()
105 __m128i test_mm_cvtepi32_epi64(__m128i a) { in test_mm_cvtepi32_epi64()
111 __m128i test_mm_cvtepu8_epi16(__m128i a) { in test_mm_cvtepu8_epi16()
117 __m128i test_mm_cvtepu8_epi32(__m128i a) { in test_mm_cvtepu8_epi32()
123 __m128i test_mm_cvtepu8_epi64(__m128i a) { in test_mm_cvtepu8_epi64()
129 __m128i test_mm_cvtepu16_epi32(__m128i a) { in test_mm_cvtepu16_epi32()
135 __m128i test_mm_cvtepu16_epi64(__m128i a) { in test_mm_cvtepu16_epi64()
141 __m128i test_mm_cvtepu32_epi64(__m128i a) { in test_mm_cvtepu32_epi64()
159 int test_mm_extract_epi8(__m128i x) { in test_mm_extract_epi8()
165 int test_mm_extract_epi32(__m128i x) { in test_mm_extract_epi32()
171 long long test_mm_extract_epi64(__m128i x) { in test_mm_extract_epi64()
206 __m128i test_mm_insert_epi8(__m128i x, char b) { in test_mm_insert_epi8()
212 __m128i test_mm_insert_epi32(__m128i x, int b) { in test_mm_insert_epi32()
218 __m128i test_mm_insert_epi64(__m128i x, long long b) { in test_mm_insert_epi64()
230 __m128i test_mm_max_epi8(__m128i x, __m128i y) { in test_mm_max_epi8()
236 __m128i test_mm_max_epu16(__m128i x, __m128i y) { in test_mm_max_epu16()
242 __m128i test_mm_max_epi32(__m128i x, __m128i y) { in test_mm_max_epi32()
248 __m128i test_mm_max_epu32(__m128i x, __m128i y) { in test_mm_max_epu32()
254 __m128i test_mm_min_epi8(__m128i x, __m128i y) { in test_mm_min_epi8()
260 __m128i test_mm_min_epu16(__m128i x, __m128i y) { in test_mm_min_epu16()
266 __m128i test_mm_min_epi32(__m128i x, __m128i y) { in test_mm_min_epi32()
272 __m128i test_mm_min_epu32(__m128i x, __m128i y) { in test_mm_min_epu32()
278 __m128i test_mm_minpos_epu16(__m128i x) { in test_mm_minpos_epu16()
284 __m128i test_mm_mpsadbw_epu8(__m128i x, __m128i y) { in test_mm_mpsadbw_epu8()
290 __m128i test_mm_mul_epi32(__m128i x, __m128i y) { in test_mm_mul_epi32()
296 __m128i test_mm_mullo_epi32(__m128i x, __m128i y) { in test_mm_mullo_epi32()
302 __m128i test_mm_packus_epi32(__m128i x, __m128i y) { in test_mm_packus_epi32()
332 __m128i test_mm_stream_load_si128(__m128i const *a) { in test_mm_stream_load_si128()
338 int test_mm_test_all_ones(__m128i x) { in test_mm_test_all_ones()
344 int test_mm_test_all_zeros(__m128i x, __m128i y) { in test_mm_test_all_zeros()
350 int test_mm_test_mix_ones_zeros(__m128i x, __m128i y) { in test_mm_test_mix_ones_zeros()
356 int test_mm_testc_si128(__m128i x, __m128i y) { in test_mm_testc_si128()
362 int test_mm_testnzc_si128(__m128i x, __m128i y) { in test_mm_testnzc_si128()
368 int test_mm_testz_si128(__m128i x, __m128i y) { in test_mm_testz_si128()