Searched refs:vtr0123 (Results 1 – 11 of 11) sorted by relevance
/external/XNNPACK/src/f32-bilinear/gen/ |
D | psimd-c8.c | 44 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()
|
D | neon-c8.c | 43 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()
|
D | sse-c8.c | 46 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()
|
D | neon-c4.c | 43 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()
|
D | psimd-c4.c | 44 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()
|
D | neonfma-c8.c | 47 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()
|
D | sse-c4.c | 46 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()
|
D | neonfma-c4.c | 47 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/ |
D | psimd.c.in | 79 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);
|
D | sse.c.in | 81 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);
|
D | neon.c.in | 94 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);
|