Home | History | Annotate | Download | only in x86

Lines Matching refs:this_out

2586           __m256i *this_out = &out[8 * transpose_block];
2595 const __m256i tr0_0 = _mm256_unpacklo_epi16(this_out[0], this_out[1]);
2596 const __m256i tr0_1 = _mm256_unpacklo_epi16(this_out[2], this_out[3]);
2597 const __m256i tr0_2 = _mm256_unpackhi_epi16(this_out[0], this_out[1]);
2598 const __m256i tr0_3 = _mm256_unpackhi_epi16(this_out[2], this_out[3]);
2599 const __m256i tr0_4 = _mm256_unpacklo_epi16(this_out[4], this_out[5]);
2600 const __m256i tr0_5 = _mm256_unpacklo_epi16(this_out[6], this_out[7]);
2601 const __m256i tr0_6 = _mm256_unpackhi_epi16(this_out[4], this_out[5]);
2602 const __m256i tr0_7 = _mm256_unpackhi_epi16(this_out[6], this_out[7]);