Home
last modified time | relevance | path

Searched refs:in_hi (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_types.hpp215 …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 …:Float const &in_lo, SIMD256Impl::Float const &in_hi = _mm256_setzero_ps()) { v8[0] = in_lo; v8[1]… in Float() argument
330 …er const &in_lo, SIMD256Impl::Integer const &in_hi = _mm256_setzero_si256()) { v8[0] = in_lo; v8[1… in Integer() argument
353 …ouble const &in_lo, SIMD256Impl::Double const &in_hi = _mm256_setzero_pd()) { v8[0] = in_lo; v8[1]… in Double() argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpooling_ops.cc562 auto in_hi = xla::BitcastConvertType( in Compile() local
570 auto in_hi_bp_hi = xla::Add(in_hi, bp_hi); // Want an unsigned add. in Compile()
571 auto in_hi_bp_lo = xla::Add(in_hi, bp_lo); // Want an unsigned add. in Compile()
/external/webp/src/dsp/
Dlossless_enc_sse2.c374 const __m128i in_hi = _mm_unpackhi_epi8(zero, in); in BundleColorMap_SSE2() local
375 const __m128i dst2 = _mm_unpacklo_epi16(in_hi, ff); in BundleColorMap_SSE2()
376 const __m128i dst3 = _mm_unpackhi_epi16(in_hi, ff); in BundleColorMap_SSE2()