Home
last modified time | relevance | path

Searched refs:SIMD128Impl (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dintrin.h32 typedef SIMDImpl::SIMD128Impl::Float simd4scalar;
33 typedef SIMDImpl::SIMD128Impl::Double simd4scalard;
34 typedef SIMDImpl::SIMD128Impl::Integer simd4scalari;
35 typedef SIMDImpl::SIMD128Impl::Vec4 simd4vector;
36 typedef SIMDImpl::SIMD128Impl::Mask simd4mask;
Dsimdlib_types.hpp168 namespace SIMD128Impl namespace
215 …SIMDINLINE Float(SIMD128Impl::Float const &in_lo, SIMD128Impl::Float const &in_hi = _mm_setzero_ps… in Float()
224 SIMD128Impl::Float v4[2];
231 …SIMDINLINE Integer(SIMD128Impl::Integer const &in_lo, SIMD128Impl::Integer const &in_hi = _mm_setz… in Integer()
240 SIMD128Impl::Integer v4[2];
247 …SIMDINLINE Double(SIMD128Impl::Double const &in_lo, SIMD128Impl::Double const &in_hi = _mm_setzero… in Double()
256 SIMD128Impl::Double v4[2];
Dsimdlib_256_avx.inl27 using SIMD128T = SIMD128Impl::AVXImpl;
132 Integer SIMDCALL op(SIMD128Impl::Integer const &a)\
672 static SIMDINLINE Float SIMDCALL broadcast_ps(SIMD128Impl::Float const *p)
678 static SIMDINLINE SIMD128Impl::Double SIMDCALL extractf128_pd(Double const &a)
684 static SIMDINLINE SIMD128Impl::Float SIMDCALL extractf128_ps(Float const &a)
690 static SIMDINLINE SIMD128Impl::Integer SIMDCALL extractf128_si(Integer const &a)
696 static SIMDINLINE Double SIMDCALL insertf128_pd(Double const &a, SIMD128Impl::Double const &b)
702 static SIMDINLINE Float SIMDCALL insertf128_ps(Float const &a, SIMD128Impl::Float const &b)
708 static SIMDINLINE Integer SIMDCALL insertf128_si(Integer const &a, SIMD128Impl::Integer const &b)
714 #define _mm256_set_m128i(/* SIMD128Impl::Integer */ hi, /* SIMD128Impl::Integer */ lo) \ argument
[all …]
Dsimdlib.hpp32 namespace SIMD128Impl namespace
81 using Float = SIMD128Impl::Float;
82 using Double = SIMD128Impl::Double;
83 using Integer = SIMD128Impl::Integer;
84 using Vec4 = SIMD128Impl::Vec4;
85 using Mask = SIMD128Impl::Mask;
571 using SIMD128 = SIMDBase<SIMDImpl::SIMD128Impl::Traits>;
Dsimdlib_512_avx512_knights.inl95 static SIMDINLINE Integer SIMDCALL op(SIMD128Impl::Integer a) \
Dsimdlib_512_avx512_core.inl95 static SIMDINLINE Integer SIMDCALL op(SIMD128Impl::Integer a) \
Dsimdlib_512_avx512.inl115 static SIMDINLINE Integer SIMDCALL op(SIMD128Impl::Integer a) \
Dsimdlib_512_emu.inl32 using SIMD128T = SIMD128Impl::AVXImpl;