Home
last modified time | relevance | path

Searched refs:_mm_blendv_ps (Results 1 – 16 of 16) sorted by relevance

/external/XNNPACK/src/f32-prelu/gen/
Dsse41-2x8.c66 __m128 vacc0x0123 = _mm_blendv_ps(vi0x0123, vprod0x0123, vi0x0123); in xnn_f32_prelu_ukernel__sse41_2x8()
67 __m128 vacc0x4567 = _mm_blendv_ps(vi0x4567, vprod0x4567, vi0x4567); in xnn_f32_prelu_ukernel__sse41_2x8()
68 __m128 vacc1x0123 = _mm_blendv_ps(vi1x0123, vprod1x0123, vi1x0123); in xnn_f32_prelu_ukernel__sse41_2x8()
69 __m128 vacc1x4567 = _mm_blendv_ps(vi1x4567, vprod1x4567, vi1x4567); in xnn_f32_prelu_ukernel__sse41_2x8()
100 __m128 vacc0x0123 = _mm_blendv_ps(vi0x0123, vprod0x0123, vi0x0123); in xnn_f32_prelu_ukernel__sse41_2x8()
101 __m128 vacc1x0123 = _mm_blendv_ps(vi1x0123, vprod1x0123, vi1x0123); in xnn_f32_prelu_ukernel__sse41_2x8()
126 __m128 vacc0x0123 = _mm_blendv_ps(vi0x0123, vprod0x0123, vi0x0123); in xnn_f32_prelu_ukernel__sse41_2x8()
127 __m128 vacc1x0123 = _mm_blendv_ps(vi1x0123, vprod1x0123, vi1x0123); in xnn_f32_prelu_ukernel__sse41_2x8()
Dsse41-2x4.c61 __m128 vacc0x0123 = _mm_blendv_ps(vi0x0123, vprod0x0123, vi0x0123); in xnn_f32_prelu_ukernel__sse41_2x4()
62 __m128 vacc1x0123 = _mm_blendv_ps(vi1x0123, vprod1x0123, vi1x0123); in xnn_f32_prelu_ukernel__sse41_2x4()
87 __m128 vacc0x0123 = _mm_blendv_ps(vi0x0123, vprod0x0123, vi0x0123); in xnn_f32_prelu_ukernel__sse41_2x4()
88 __m128 vacc1x0123 = _mm_blendv_ps(vi1x0123, vprod1x0123, vi1x0123); in xnn_f32_prelu_ukernel__sse41_2x4()
/external/XNNPACK/src/f32-sigmoid/gen/
Dsse41-p5-div-x24.c184 vf0123 = _mm_blendv_ps(_mm_sub_ps(vone, vf0123), vf0123, vx0123); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24()
185 vf4567 = _mm_blendv_ps(_mm_sub_ps(vone, vf4567), vf4567, vx4567); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24()
186 vf89AB = _mm_blendv_ps(_mm_sub_ps(vone, vf89AB), vf89AB, vx89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24()
187 vfCDEF = _mm_blendv_ps(_mm_sub_ps(vone, vfCDEF), vfCDEF, vxCDEF); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24()
188 vfGHIJ = _mm_blendv_ps(_mm_sub_ps(vone, vfGHIJ), vfGHIJ, vxGHIJ); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24()
189 vfKLMN = _mm_blendv_ps(_mm_sub_ps(vone, vfKLMN), vfKLMN, vxKLMN); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24()
257 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24()
320 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24()
Dsse41-p5-div-x20.c168 vf0123 = _mm_blendv_ps(_mm_sub_ps(vone, vf0123), vf0123, vx0123); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x20()
169 vf4567 = _mm_blendv_ps(_mm_sub_ps(vone, vf4567), vf4567, vx4567); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x20()
170 vf89AB = _mm_blendv_ps(_mm_sub_ps(vone, vf89AB), vf89AB, vx89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x20()
171 vfCDEF = _mm_blendv_ps(_mm_sub_ps(vone, vfCDEF), vfCDEF, vxCDEF); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x20()
172 vfGHIJ = _mm_blendv_ps(_mm_sub_ps(vone, vfGHIJ), vfGHIJ, vxGHIJ); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x20()
239 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x20()
302 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x20()
Dsse41-p5-div-x16.c152 vf0123 = _mm_blendv_ps(_mm_sub_ps(vone, vf0123), vf0123, vx0123); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x16()
153 vf4567 = _mm_blendv_ps(_mm_sub_ps(vone, vf4567), vf4567, vx4567); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x16()
154 vf89AB = _mm_blendv_ps(_mm_sub_ps(vone, vf89AB), vf89AB, vx89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x16()
155 vfCDEF = _mm_blendv_ps(_mm_sub_ps(vone, vfCDEF), vfCDEF, vxCDEF); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x16()
221 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x16()
284 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x16()
Dsse41-p5-div-x12.c136 vf0123 = _mm_blendv_ps(_mm_sub_ps(vone, vf0123), vf0123, vx0123); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x12()
137 vf4567 = _mm_blendv_ps(_mm_sub_ps(vone, vf4567), vf4567, vx4567); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x12()
138 vf89AB = _mm_blendv_ps(_mm_sub_ps(vone, vf89AB), vf89AB, vx89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x12()
203 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x12()
266 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x12()
Dsse41-p5-div-x8.c120 vf0123 = _mm_blendv_ps(_mm_sub_ps(vone, vf0123), vf0123, vx0123); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x8()
121 vf4567 = _mm_blendv_ps(_mm_sub_ps(vone, vf4567), vf4567, vx4567); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x8()
185 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x8()
248 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x8()
Dsse41-p5-div-x4.c99 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x4()
162 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x4()
/external/XNNPACK/src/f32-prelu/
Dsse.c.in80 …__m128 vacc${M}x${ABC[C:C+4]} = _mm_blendv_ps(vi${M}x${ABC[C:C+4]}, vprod${M}x${ABC[C:C+4]}, vi${M…
114 __m128 vacc${M}x0123 = _mm_blendv_ps(vi${M}x0123, vprod${M}x0123, vi${M}x0123);
143 __m128 vacc${M}x0123 = _mm_blendv_ps(vi${M}x0123, vprod${M}x0123, vi${M}x0123);
/external/XNNPACK/src/f32-sigmoid/
Dsse-p5-div.c.in126 …vf${ABC[N:N+4]} = _mm_blendv_ps(_mm_sub_ps(vone, vf${ABC[N:N+4]}), vf${ABC[N:N+4]}, vx${ABC[N:N+4]…
198 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx);
265 vf = _mm_blendv_ps(_mm_sub_ps(vone, vf), vf, vx);
/external/clang/test/CodeGen/
Dsse41-builtins.c44 return _mm_blendv_ps(V1, V2, V3); in test_mm_blendv_ps()
/external/clang/lib/Headers/
Dsmmintrin.h95 _mm_blendv_ps (__m128 __V1, __m128 __V2, __m128 __M) in _mm_blendv_ps() function
/external/skia/include/private/
DSkNx_sse.h117 return _mm_blendv_ps(e.fVec, t.fVec, fVec); in thenElse()
222 return _mm_blendv_ps(e.fVec, t.fVec, fVec); in thenElse()
DSkVx.h501 return bit_pun<Vec<4,float>>(_mm_blendv_ps(bit_pun<__m128>(e),
/external/skqp/include/private/
DSkNx_sse.h117 return _mm_blendv_ps(e.fVec, t.fVec, fVec); in thenElse()
222 return _mm_blendv_ps(e.fVec, t.fVec, fVec); in thenElse()
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h811 return _mm_blendv_ps(thenPacket, elsePacket, false_mask);