Searched refs:temp_hi (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | jnt_convolve_sse2.c | 450 __m128i temp_lo, temp_hi; in av1_dist_wtd_convolve_2d_sse2() local 460 temp_hi = _mm_slli_si128(src_hi, 12); in av1_dist_wtd_convolve_2d_sse2() 461 const __m128i src_2 = _mm_or_si128(temp_hi, temp_lo); in av1_dist_wtd_convolve_2d_sse2() 464 temp_hi = _mm_slli_si128(src_hi, 8); in av1_dist_wtd_convolve_2d_sse2() 465 const __m128i src_4 = _mm_or_si128(temp_hi, temp_lo); in av1_dist_wtd_convolve_2d_sse2() 468 temp_hi = _mm_slli_si128(src_hi, 4); in av1_dist_wtd_convolve_2d_sse2() 469 const __m128i src_6 = _mm_or_si128(temp_hi, temp_lo); in av1_dist_wtd_convolve_2d_sse2() 479 temp_hi = _mm_slli_si128(src_hi, 14); in av1_dist_wtd_convolve_2d_sse2() 480 const __m128i src_1 = _mm_or_si128(temp_hi, temp_lo); in av1_dist_wtd_convolve_2d_sse2() 483 temp_hi = _mm_slli_si128(src_hi, 10); in av1_dist_wtd_convolve_2d_sse2() [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 2008 … Value *temp_hi = PMOVSXBD(BITCAST(VEXTRACT(selectedPermute_hi, C(lane)), v16x8Ty)); in Shuffle8bpcGatherd16() local 2014 temp_hi = FMUL(CAST(fpCast, temp_hi, mSimdFP32Ty), conversionFactor); in Shuffle8bpcGatherd16() 2017 vVertexElements[currentVertexElement] = JOIN_16(temp_lo, temp_hi); in Shuffle8bpcGatherd16() 2102 … Value *temp_hi = BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy); in Shuffle8bpcGatherd16() local 2112 temp_hi = FMUL(CAST(fpCast, temp_hi, mSimdFP32Ty), conversionFactor); in Shuffle8bpcGatherd16() 2115 vVertexElements[currentVertexElement] = JOIN_16(temp_lo, temp_hi); in Shuffle8bpcGatherd16() 2367 … Value *temp_hi = CVTPH2PS(BITCAST(VEXTRACT(selectedPermute_hi, C(lane)), v8x16Ty)); in Shuffle16bpcGather16() local 2369 vVertexElements[currentVertexElement] = JOIN_16(temp_lo, temp_hi); in Shuffle16bpcGather16() 2375 … Value *temp_hi = PMOVSXWD(BITCAST(VEXTRACT(selectedPermute_hi, C(lane)), v8x16Ty)); in Shuffle16bpcGather16() local 2381 … temp_hi = FMUL(CAST(IntToFpCast, temp_hi, mSimdFP32Ty), conversionFactor); in Shuffle16bpcGather16() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 989 __m128i s[8], s_lo[4], s_hi[4], temp_lo, temp_hi; in filter_vert_w16_ssse3() local 1003 temp_hi = convolve8_8_ssse3(s_hi, f); in filter_vert_w16_ssse3() 1007 temp_hi = _mm_packus_epi16(temp_lo, temp_hi); in filter_vert_w16_ssse3() 1010 _mm_store_si128((__m128i *)&dst[i], temp_hi); in filter_vert_w16_ssse3()
|