Searched refs:in_lo (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 215 …SIMDINLINE Float(SIMD128Impl::Float const &in_lo, SIMD128Impl::Float const &in_hi = _mm_setzero_ps… in Float() argument 217 v = _mm256_insertf128_ps(_mm256_castps128_ps256(in_lo), in_hi, 0x1); in Float() 231 …SIMDINLINE Integer(SIMD128Impl::Integer const &in_lo, SIMD128Impl::Integer const &in_hi = _mm_setz… in Integer() argument 233 v = _mm256_insertf128_si256(_mm256_castsi128_si256(in_lo), in_hi, 0x1); in Integer() 247 …SIMDINLINE Double(SIMD128Impl::Double const &in_lo, SIMD128Impl::Double const &in_hi = _mm_setzero… in Double() argument 249 v = _mm256_insertf128_pd(_mm256_castpd128_pd256(in_lo), in_hi, 0x1); in Double() 308 …NLINE Float(SIMD256Impl::Float const &in_lo, SIMD256Impl::Float const &in_hi = _mm256_setzero_ps()… in Float() argument 330 …nteger(SIMD256Impl::Integer const &in_lo, SIMD256Impl::Integer const &in_hi = _mm256_setzero_si256… in Integer() argument 353 …NE Double(SIMD256Impl::Double const &in_lo, SIMD256Impl::Double const &in_hi = _mm256_setzero_pd()… in Double() argument
|
/external/webp/src/dsp/ |
D | lossless_enc_sse2.c | 371 const __m128i in_lo = _mm_unpacklo_epi8(zero, in); in BundleColorMap_SSE2() local 372 const __m128i dst0 = _mm_unpacklo_epi16(in_lo, ff); in BundleColorMap_SSE2() 373 const __m128i dst1 = _mm_unpackhi_epi16(in_lo, ff); in BundleColorMap_SSE2()
|