Lines Matching refs:_01
364 auto _01 = _mm_loadu_si128((const __m128i*)(ptr + 0)) ;
368 _0 = _01; _1 = _mm_srli_si128(_01, 6);
389 __m128i _01, _23, _45, _67;
392 _01 = _23 = _45 = _67 = _mm_setzero_si128();
393 if (tail > 0) { _01 = _mm_loadl_pd(_01, src+0); }
394 if (tail > 1) { _01 = _mm_loadh_pd(_01, src+1); }
401 _01 = _mm_loadu_si128(((__m128i*)ptr) + 0);
407 auto _02 = _mm_unpacklo_epi16(_01, _23), // r0 r2 g0 g2 b0 b2 a0 a2
408 _13 = _mm_unpackhi_epi16(_01, _23), // r1 r3 g1 g3 b1 b3 a1 a3
428 auto _01 = _mm_unpacklo_epi32(rg0123, ba0123),
435 if (tail > 0) { _mm_storel_pd(dst+0, _01); }
436 if (tail > 1) { _mm_storeh_pd(dst+1, _01); }
443 _mm_storeu_si128((__m128i*)ptr + 0, _01);
494 F _01 = _mm256_permute2f128_ps(_04, _15, 32), // 32 == 0010 0000 == lo, lo
498 _mm256_storeu_ps(ptr+ 0, _01);
570 auto _01 = _mm_loadu_si128((const __m128i*)(ptr + 0)) ,
574 _0 = _01;
575 _1 = _mm_srli_si128(_01, 6);
594 __m128i _01, _23;
596 _01 = _23 = _mm_setzero_si128();
598 if ( true ) { _01 = _mm_loadl_pd(_01, src + 0); } // r0 g0 b0 a0 00 00 00 00
599 if (tail > 1) { _01 = _mm_loadh_pd(_01, src + 1); } // r0 g0 b0 a0 r1 g1 b1 a1
602 _01 = _mm_loadu_si128(((__m128i*)ptr) + 0); // r0 g0 b0 a0 r1 g1 b1 a1
606 auto _02 = _mm_unpacklo_epi16(_01, _23), // r0 r2 g0 g2 b0 b2 a0 a2
607 _13 = _mm_unpackhi_epi16(_01, _23); // r1 r3 g1 g3 b1 b3 a1 a3
2850 __m256i _01,_23;
2851 split(rgba, &_01, &_23);
2852 __m256i _02 = _mm256_permute2x128_si256(_01,_23, 0x20),
2853 _13 = _mm256_permute2x128_si256(_01,_23, 0x31);