Home
last modified time | relevance | path

Searched refs:in_lo (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_types.hpp239 SIMDINLINE Float(SIMD128Impl::Float const& in_lo, in Float() argument
242 v = _mm256_insertf128_ps(_mm256_castps128_ps256(in_lo), in_hi, 0x1); in Float()
264 SIMDINLINE Integer(SIMD128Impl::Integer const& in_lo, in Integer() argument
267 v = _mm256_insertf128_si256(_mm256_castsi128_si256(in_lo), in_hi, 0x1); in Integer()
289 SIMDINLINE Double(SIMD128Impl::Double const& in_lo, in Double() argument
292 v = _mm256_insertf128_pd(_mm256_castpd128_pd256(in_lo), in_hi, 0x1); in Double()
359 SIMDINLINE Float(SIMD256Impl::Float const& in_lo, in Float() argument
362 v8[0] = in_lo; in Float()
390 SIMDINLINE Integer(SIMD256Impl::Integer const& in_lo, in Integer() argument
393 v8[0] = in_lo; in Integer()
[all …]
/external/webp/src/dsp/
Dlossless_enc_sse2.c374 const __m128i in_lo = _mm_unpacklo_epi8(zero, in); in BundleColorMap_SSE2() local
375 const __m128i dst0 = _mm_unpacklo_epi16(in_lo, ff); in BundleColorMap_SSE2()
376 const __m128i dst1 = _mm_unpackhi_epi16(in_lo, ff); in BundleColorMap_SSE2()