Home
last modified time | relevance | path

Searched refs:vtr0123 (Results 1 – 11 of 11) sorted by relevance

/external/XNNPACK/src/f32-bilinear/gen/
Dpsimd-c8.c44 const psimd_f32 vtr0123 = psimd_load_f32(i1); in xnn_f32_bilinear_ukernel__psimd_c8() local
56 const psimd_f32 vtd0123 = psimd_sub_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__psimd_c8()
78 const psimd_f32 vtr0123 = psimd_load_f32(i1); in xnn_f32_bilinear_ukernel__psimd_c8() local
86 const psimd_f32 vtd0123 = psimd_sub_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__psimd_c8()
101 const psimd_f32 vtr0123 = psimd_load_f32(i1); in xnn_f32_bilinear_ukernel__psimd_c8() local
105 const psimd_f32 vtd0123 = psimd_sub_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__psimd_c8()
Dneon-c8.c43 const float32x4_t vtr0123 = vld1q_f32(i1); i1 += 4; in xnn_f32_bilinear_ukernel__neon_c8() local
51 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__neon_c8()
72 const float32x4_t vtr0123 = vld1q_f32(i1); i1 += 4; in xnn_f32_bilinear_ukernel__neon_c8() local
76 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__neon_c8()
91 const float32x4_t vtr0123 = vld1q_f32(i1); in xnn_f32_bilinear_ukernel__neon_c8() local
95 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__neon_c8()
Dsse-c8.c46 const __m128 vtr0123 = _mm_loadu_ps(i1); in xnn_f32_bilinear_ukernel__sse_c8() local
58 const __m128 vtd0123 = _mm_sub_ps(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__sse_c8()
80 const __m128 vtr0123 = _mm_loadu_ps(i1); in xnn_f32_bilinear_ukernel__sse_c8() local
88 const __m128 vtd0123 = _mm_sub_ps(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__sse_c8()
103 const __m128 vtr0123 = _mm_loadu_ps(i1); in xnn_f32_bilinear_ukernel__sse_c8() local
107 const __m128 vtd0123 = _mm_sub_ps(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__sse_c8()
Dneon-c4.c43 const float32x4_t vtr0123 = vld1q_f32(i1); i1 += 4; in xnn_f32_bilinear_ukernel__neon_c4() local
47 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__neon_c4()
61 const float32x4_t vtr0123 = vld1q_f32(i1); in xnn_f32_bilinear_ukernel__neon_c4() local
65 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__neon_c4()
Dpsimd-c4.c44 const psimd_f32 vtr0123 = psimd_load_f32(i1); in xnn_f32_bilinear_ukernel__psimd_c4() local
52 const psimd_f32 vtd0123 = psimd_sub_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__psimd_c4()
67 const psimd_f32 vtr0123 = psimd_load_f32(i1); in xnn_f32_bilinear_ukernel__psimd_c4() local
71 const psimd_f32 vtd0123 = psimd_sub_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__psimd_c4()
Dneonfma-c8.c47 const float32x4_t vtr0123 = vld1q_f32(i1); i1 += 4; in xnn_f32_bilinear_ukernel__neonfma_c8() local
55 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__neonfma_c8()
88 const float32x4_t vtr0123 = vld1q_f32(i1); i1 += 4; in xnn_f32_bilinear_ukernel__neonfma_c8() local
92 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__neonfma_c8()
116 const float32x4_t vtr0123 = vld1q_f32(i1); in xnn_f32_bilinear_ukernel__neonfma_c8() local
120 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__neonfma_c8()
Dsse-c4.c46 const __m128 vtr0123 = _mm_loadu_ps(i1); in xnn_f32_bilinear_ukernel__sse_c4() local
54 const __m128 vtd0123 = _mm_sub_ps(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__sse_c4()
69 const __m128 vtr0123 = _mm_loadu_ps(i1); in xnn_f32_bilinear_ukernel__sse_c4() local
73 const __m128 vtd0123 = _mm_sub_ps(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__sse_c4()
Dneonfma-c4.c47 const float32x4_t vtr0123 = vld1q_f32(i1); i1 += 4; in xnn_f32_bilinear_ukernel__neonfma_c4() local
51 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__neonfma_c4()
74 const float32x4_t vtr0123 = vld1q_f32(i1); in xnn_f32_bilinear_ukernel__neonfma_c4() local
78 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123); in xnn_f32_bilinear_ukernel__neonfma_c4()
/external/XNNPACK/src/f32-bilinear/
Dpsimd.c.in79 const psimd_f32 vtr0123 = psimd_load_f32(i1);
87 const psimd_f32 vtd0123 = psimd_sub_f32(vtr0123, vtl0123);
102 const psimd_f32 vtr0123 = psimd_load_f32(i1);
106 const psimd_f32 vtd0123 = psimd_sub_f32(vtr0123, vtl0123);
Dsse.c.in81 const __m128 vtr0123 = _mm_loadu_ps(i1);
89 const __m128 vtd0123 = _mm_sub_ps(vtr0123, vtl0123);
104 const __m128 vtr0123 = _mm_loadu_ps(i1);
108 const __m128 vtd0123 = _mm_sub_ps(vtr0123, vtl0123);
Dneon.c.in94 const float32x4_t vtr0123 = vld1q_f32(i1); i1 += 4;
98 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123);
129 const float32x4_t vtr0123 = vld1q_f32(i1);
133 const float32x4_t vtd0123 = vsubq_f32(vtr0123, vtl0123);