Lines Matching refs:_23

489             auto _23 =                _mm_loadu_si128((const __m128i*)(ptr +  6))    ;
493 _2 = _23; _3 = _mm_srli_si128(_23, 6);
513 __m128i _01, _23, _45, _67;
516 _01 = _23 = _45 = _67 = _mm_setzero_si128();
519 if (tail > 2) { _23 = _mm_loadl_pd(_23, src+2); }
520 if (tail > 3) { _23 = _mm_loadh_pd(_23, src+3); }
526 _23 = _mm_loadu_si128(((__m128i*)ptr) + 1);
531 auto _02 = _mm_unpacklo_epi16(_01, _23), // r0 r2 g0 g2 b0 b2 a0 a2
532 _13 = _mm_unpackhi_epi16(_01, _23), // r1 r3 g1 g3 b1 b3 a1 a3
553 _23 = _mm_unpackhi_epi32(rg0123, ba0123),
561 if (tail > 2) { _mm_storel_pd(dst+2, _23); }
562 if (tail > 3) { _mm_storeh_pd(dst+3, _23); }
568 _mm_storeu_si128((__m128i*)ptr + 1, _23);
683 _23 = _mm256_permute2f128_ps(_26, _37, 32),
687 _mm256_storeu_ps(ptr+ 8, _23);
803 _23 = _mm_srli_si128(_mm_loadu_si128((const __m128i*)(ptr + 4)), 4);
808 _2 = _23;
809 _3 = _mm_srli_si128(_23, 6);
826 __m128i _01, _23;
828 _01 = _23 = _mm_setzero_si128();
832 if (tail > 2) { _23 = _mm_loadl_pd(_23, src + 2); } // r2 g2 b2 a2 00 00 00 00
835 _23 = _mm_loadu_si128(((__m128i*)ptr) + 1); // r2 g2 b2 a2 r3 g3 b3 a3
838 auto _02 = _mm_unpacklo_epi16(_01, _23), // r0 r2 g0 g2 b0 b2 a0 a2
839 _13 = _mm_unpackhi_epi16(_01, _23); // r1 r3 g1 g3 b1 b3 a1 a3
866 F _01, _23;
868 _01 = _23 = _mm_setzero_si128();
871 if (tail > 2) { _23 = _mm_loadl_pi(_23, (__m64 const*)(ptr + 4)); }
874 _23 = _mm_loadu_ps(ptr + 4);
876 *r = _mm_shuffle_ps(_01, _23, 0x88);
877 *g = _mm_shuffle_ps(_01, _23, 0xDD);
881 _23 = _mm_unpackhi_ps(r, g);
885 if (tail > 2) { _mm_storel_pi((__m64*)(ptr + 4), _23); }
888 _mm_storeu_ps(ptr + 4, _23);
3570 __m256i _01,_23;
3571 split(rgba, &_01, &_23);
3572 __m256i _02 = _mm256_permute2x128_si256(_01,_23, 0x20),
3573 _13 = _mm256_permute2x128_si256(_01,_23, 0x31);