Home
last modified time | relevance | path

Searched refs:ve89AB (Results 1 – 25 of 150) sorted by relevance

123456

/external/XNNPACK/src/f32-sigmoid/gen/
Dneonfma-rr1-p5-div-x12.c84 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x12() local
88 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x12()
92 float32x4_t vf89AB = vdivq_f32(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x12()
Dsse41-p5-div-x12.c90 __m128 ve89AB = _mm_add_ps(_mm_mul_ps(vt89AB, vp89AB), vs89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x12() local
94 __m128 vd89AB = _mm_add_ps(ve89AB, vone); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x12()
98 __m128 vf89AB = _mm_div_ps(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x12()
Dwasmsimd-p5-div-x12.c90 const v128_t ve89AB = wasm_f32x4_add(vs89AB, wasm_f32x4_mul(vt89AB, vp89AB)); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x12() local
94 const v128_t vd89AB = wasm_f32x4_add(ve89AB, vone); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x12()
98 v128_t vf89AB = wasm_f32x4_div(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x12()
Dneon-rr2-p5-nr2recps-x12.c89 const float32x4_t ve89AB = vmlaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neon_rr2_p5_nr2recps_x12() local
93 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neon_rr2_p5_nr2recps_x12()
109 float32x4_t vf89AB = vmulq_f32(ve89AB, vr89AB); in xnn_f32_sigmoid_ukernel__neon_rr2_p5_nr2recps_x12()
Dneonfma-rr1-p5-nr2recps-x12.c84 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2recps_x12() local
88 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2recps_x12()
104 float32x4_t vf89AB = vmulq_f32(ve89AB, vr89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2recps_x12()
Dneonfma-rr1-p5-div-x16.c95 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x16() local
100 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x16()
105 float32x4_t vf89AB = vdivq_f32(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x16()
Dneonfma-rr1-p5-nr2fma-x12.c84 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2fma_x12() local
88 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2fma_x12()
104 float32x4_t vf89AB = vmulq_f32(ve89AB, vr89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2fma_x12()
Dwasmsimd-p5-div-x16.c102 const v128_t ve89AB = wasm_f32x4_add(vs89AB, wasm_f32x4_mul(vt89AB, vp89AB)); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x16() local
107 const v128_t vd89AB = wasm_f32x4_add(ve89AB, vone); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x16()
112 v128_t vf89AB = wasm_f32x4_div(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x16()
Dneonfma-rr1-p5-nr1recps1fma-x12.c84 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr1recps1fma_x12() local
88 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr1recps1fma_x12()
104 float32x4_t vf89AB = vmulq_f32(ve89AB, vr89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr1recps1fma_x12()
Dsse2-p5-div-x12.c90 __m128 ve89AB = _mm_add_ps(_mm_mul_ps(vt89AB, vp89AB), vs89AB); in xnn_f32_sigmoid_ukernel__sse2_p5_div_x12() local
94 __m128 vd89AB = _mm_add_ps(ve89AB, vone); in xnn_f32_sigmoid_ukernel__sse2_p5_div_x12()
98 __m128 vf89AB = _mm_div_ps(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__sse2_p5_div_x12()
Dsse41-p5-div-x16.c102 __m128 ve89AB = _mm_add_ps(_mm_mul_ps(vt89AB, vp89AB), vs89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x16() local
107 __m128 vd89AB = _mm_add_ps(ve89AB, vone); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x16()
112 __m128 vf89AB = _mm_div_ps(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x16()
Dneon-rr2-p5-nr2recps-x16.c101 const float32x4_t ve89AB = vmlaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neon_rr2_p5_nr2recps_x16() local
106 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neon_rr2_p5_nr2recps_x16()
126 float32x4_t vf89AB = vmulq_f32(ve89AB, vr89AB); in xnn_f32_sigmoid_ukernel__neon_rr2_p5_nr2recps_x16()
Dwasmsimd-p5-div-x20.c114 const v128_t ve89AB = wasm_f32x4_add(vs89AB, wasm_f32x4_mul(vt89AB, vp89AB)); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x20() local
120 const v128_t vd89AB = wasm_f32x4_add(ve89AB, vone); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x20()
126 v128_t vf89AB = wasm_f32x4_div(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x20()
Dneonfma-rr1-p5-div-x20.c106 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x20() local
112 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x20()
118 float32x4_t vf89AB = vdivq_f32(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x20()
Dneonfma-rr1-p5-nr2fma-x16.c95 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2fma_x16() local
100 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2fma_x16()
120 float32x4_t vf89AB = vmulq_f32(ve89AB, vr89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2fma_x16()
Dsse2-p5-div-x16.c102 __m128 ve89AB = _mm_add_ps(_mm_mul_ps(vt89AB, vp89AB), vs89AB); in xnn_f32_sigmoid_ukernel__sse2_p5_div_x16() local
107 __m128 vd89AB = _mm_add_ps(ve89AB, vone); in xnn_f32_sigmoid_ukernel__sse2_p5_div_x16()
112 __m128 vf89AB = _mm_div_ps(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__sse2_p5_div_x16()
Dneonfma-rr1-p5-nr2recps-x16.c95 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2recps_x16() local
100 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2recps_x16()
120 float32x4_t vf89AB = vmulq_f32(ve89AB, vr89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2recps_x16()
Dsse41-p5-div-x20.c114 __m128 ve89AB = _mm_add_ps(_mm_mul_ps(vt89AB, vp89AB), vs89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x20() local
120 __m128 vd89AB = _mm_add_ps(ve89AB, vone); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x20()
126 __m128 vf89AB = _mm_div_ps(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x20()
Dneonfma-rr1-p5-nr1recps1fma-x16.c95 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr1recps1fma_x16() local
100 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr1recps1fma_x16()
120 float32x4_t vf89AB = vmulq_f32(ve89AB, vr89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr1recps1fma_x16()
Dsse2-p5-div-x20.c114 __m128 ve89AB = _mm_add_ps(_mm_mul_ps(vt89AB, vp89AB), vs89AB); in xnn_f32_sigmoid_ukernel__sse2_p5_div_x20() local
120 __m128 vd89AB = _mm_add_ps(ve89AB, vone); in xnn_f32_sigmoid_ukernel__sse2_p5_div_x20()
126 __m128 vf89AB = _mm_div_ps(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__sse2_p5_div_x20()
Dneonfma-rr1-p5-div-x24.c117 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x24() local
124 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x24()
131 float32x4_t vf89AB = vdivq_f32(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_div_x24()
Dwasmsimd-p5-div-x24.c126 const v128_t ve89AB = wasm_f32x4_add(vs89AB, wasm_f32x4_mul(vt89AB, vp89AB)); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x24() local
133 const v128_t vd89AB = wasm_f32x4_add(ve89AB, vone); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x24()
140 v128_t vf89AB = wasm_f32x4_div(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__wasmsimd_p5_div_x24()
Dneonfma-rr1-p5-nr1recps1fma-x20.c106 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr1recps1fma_x20() local
112 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr1recps1fma_x20()
136 float32x4_t vf89AB = vmulq_f32(ve89AB, vr89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr1recps1fma_x20()
Dneonfma-rr1-p5-nr2recps-x20.c106 const float32x4_t ve89AB = vfmaq_f32(vs89AB, vp89AB, vt89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2recps_x20() local
112 const float32x4_t vd89AB = vaddq_f32(ve89AB, vone); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2recps_x20()
136 float32x4_t vf89AB = vmulq_f32(ve89AB, vr89AB); in xnn_f32_sigmoid_ukernel__neonfma_rr1_p5_nr2recps_x20()
Dsse41-p5-div-x24.c126 __m128 ve89AB = _mm_add_ps(_mm_mul_ps(vt89AB, vp89AB), vs89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24() local
133 __m128 vd89AB = _mm_add_ps(ve89AB, vone); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24()
140 __m128 vf89AB = _mm_div_ps(ve89AB, vd89AB); in xnn_f32_sigmoid_ukernel__sse41_p5_div_x24()

123456