Home
last modified time | relevance | path

Searched refs:_mm_cmpge_ps (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
Dsse-builtins.c59 return _mm_cmpge_ps(__a, __b); in test_mm_cmpge_ps()
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h460 _mm_cmpge_ps(_x, _mm_setzero_ps()),
/external/skia/include/private/
DSkNx_sse.h88 AI SkNx operator >= (const SkNx& o) const { return _mm_cmpge_ps (fVec, o.fVec); }
181 AI SkNx operator >= (const SkNx& o) const { return _mm_cmpge_ps (fVec, o.fVec); }
/external/skqp/include/private/
DSkNx_sse.h88 AI SkNx operator >= (const SkNx& o) const { return _mm_cmpge_ps (fVec, o.fVec); }
181 AI SkNx operator >= (const SkNx& o) const { return _mm_cmpge_ps (fVec, o.fVec); }
/external/clang/lib/Headers/
Dxmmintrin.h691 _mm_cmpge_ps(__m128 __a, __m128 __b) in _mm_cmpge_ps() function
/external/neon_2_sse/
DNEON_2_SSE.h5143 res = _mm_cmpge_ps(_pM128(a),_pM128(b)); //use only 2 first entries in vcge_f32()
5204 res = _mm_cmpge_ps(a,b); //use only 2 first entries in vcgeq_f32()
5546 a0 = _mm_cmpge_ps ( a0, b0); in vcage_f32()
5558 a0 = _mm_cmpge_ps ( a0, b0); in vcageq_f32()
12715 dif = _mm_cmpge_ps(a, *(__m128*)fmax); in vcvtq_s32_f32()