Searched refs:in_hi (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 240 SIMD128Impl::Float const& in_hi = _mm_setzero_ps()) in Float() argument 242 v = _mm256_insertf128_ps(_mm256_castps128_ps256(in_lo), in_hi, 0x1); in Float() 265 SIMD128Impl::Integer const& in_hi = _mm_setzero_si128()) in Integer() argument 267 v = _mm256_insertf128_si256(_mm256_castsi128_si256(in_lo), in_hi, 0x1); in Integer() 290 SIMD128Impl::Double const& in_hi = _mm_setzero_pd()) in Double() argument 292 v = _mm256_insertf128_pd(_mm256_castpd128_pd256(in_lo), in_hi, 0x1); in Double() 360 SIMD256Impl::Float const& in_hi = _mm256_setzero_ps()) in Float() argument 363 v8[1] = in_hi; in Float() 391 SIMD256Impl::Integer const& in_hi = _mm256_setzero_si256()) in Integer() argument 394 v8[1] = in_hi; in Integer() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | pooling_ops.cc | 586 auto in_hi = xla::BitcastConvertType( in Compile() local 593 auto in_hi_bp_hi = xla::Add(in_hi, bp_hi); // Want an unsigned add. in Compile() 594 auto in_hi_bp_lo = xla::Add(in_hi, bp_lo); // Want an unsigned add. in Compile()
|
/external/webp/src/dsp/ |
D | lossless_enc_sse2.c | 377 const __m128i in_hi = _mm_unpackhi_epi8(zero, in); in BundleColorMap_SSE2() local 378 const __m128i dst2 = _mm_unpacklo_epi16(in_hi, ff); in BundleColorMap_SSE2() 379 const __m128i dst3 = _mm_unpackhi_epi16(in_hi, ff); in BundleColorMap_SSE2()
|