Lines Matching refs:_23
365 auto _23 = _mm_loadu_si128((const __m128i*)(ptr + 6)) ;
369 _2 = _23; _3 = _mm_srli_si128(_23, 6);
389 __m128i _01, _23, _45, _67;
392 _01 = _23 = _45 = _67 = _mm_setzero_si128();
395 if (tail > 2) { _23 = _mm_loadl_pd(_23, src+2); }
396 if (tail > 3) { _23 = _mm_loadh_pd(_23, src+3); }
402 _23 = _mm_loadu_si128(((__m128i*)ptr) + 1);
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
429 _23 = _mm_unpackhi_epi32(rg0123, ba0123),
437 if (tail > 2) { _mm_storel_pd(dst+2, _23); }
438 if (tail > 3) { _mm_storeh_pd(dst+3, _23); }
444 _mm_storeu_si128((__m128i*)ptr + 1, _23);
495 _23 = _mm256_permute2f128_ps(_26, _37, 32),
499 _mm256_storeu_ps(ptr+ 8, _23);
571 _23 = _mm_srli_si128(_mm_loadu_si128((const __m128i*)(ptr + 4)), 4);
576 _2 = _23;
577 _3 = _mm_srli_si128(_23, 6);
594 __m128i _01, _23;
596 _01 = _23 = _mm_setzero_si128();
600 if (tail > 2) { _23 = _mm_loadl_pd(_23, src + 2); } // r2 g2 b2 a2 00 00 00 00
603 _23 = _mm_loadu_si128(((__m128i*)ptr) + 1); // r2 g2 b2 a2 r3 g3 b3 a3
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
2834 __m256i _01,_23;
2835 split(rgba, &_01, &_23);
2836 __m256i _02 = _mm256_permute2x128_si256(_01,_23, 0x20),
2837 _13 = _mm256_permute2x128_si256(_01,_23, 0x31);