Home
last modified time | relevance | path

Searched refs:_mm256_undefined_ps (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dclip.h404 …Prims[0].attrib[VERTEX_POSITION_SLOT][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const f… in ClipSimd()
415 …transposedPrims[0].attrib[attribSlot][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const f… in ClipSimd()
426 ….attrib[VERTEX_CLIPCULL_DIST_LO_SLOT][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const f… in ClipSimd()
436 ….attrib[VERTEX_CLIPCULL_DIST_HI_SLOT][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const f… in ClipSimd()
561 simdscalar vSrc = _mm256_undefined_ps(); in GatherComponent()
Dutils.h144 #define _mm256_undefined_ps _mm256_setzero_ps macro
153 __m256 r1rx = _mm256_unpacklo_ps(vSrc1, _mm256_undefined_ps()); //y0w0y1w1 y4w4y5w5 in vTranspose3x8()
158 r1rx = _mm256_unpackhi_ps(vSrc1, _mm256_undefined_ps()); //y2w2y3w3 y6w6yw77 in vTranspose3x8()
/external/clang/lib/Headers/
Davxintrin.h1197 (__v8sf)_mm256_undefined_ps(), \
2525 _mm256_undefined_ps(void) in _mm256_undefined_ps() function
2820 (__v8sf)(_mm256_undefined_ps()), \
Davx512vldqintrin.h1037 (__v8sf)_mm256_undefined_ps(), in _mm256_broadcast_f32x2()
Davx2intrin.h1229 (__m256)__builtin_ia32_gatherd_ps256((__v8sf)_mm256_undefined_ps(), \
Davx512fintrin.h3778 (__v8sf) _mm256_undefined_ps (), in _mm512_cvtpd_ps()
8101 (__m256)__builtin_ia32_gatherdiv16sf((__v8sf)_mm256_undefined_ps(), \
8113 (__m256i)__builtin_ia32_gatherdiv16si((__v8si)_mm256_undefined_ps(), \
/external/clang/test/CodeGen/
Davx-builtins.c1326 return _mm256_undefined_ps(); in test_mm256_undefined_ps()