Searched refs:vo01 (Results 1 – 5 of 5) sorted by relevance
/external/XNNPACK/src/f32-bilinear/gen/ |
D | neon-c4.c | 75 float32x2_t vo01 = vget_low_f32(vo0123); in xnn_f32_bilinear_ukernel__neon_c4() local 77 vst1_f32(output, vo01); output += 2; in xnn_f32_bilinear_ukernel__neon_c4() 78 vo01 = vget_high_f32(vo0123); in xnn_f32_bilinear_ukernel__neon_c4() 81 vst1_lane_f32(output, vo01, 0); output += 1; in xnn_f32_bilinear_ukernel__neon_c4()
|
D | neonfma-c4.c | 97 float32x2_t vo01 = vget_low_f32(vo0123); in xnn_f32_bilinear_ukernel__neonfma_c4() local 99 vst1_f32(output, vo01); output += 2; in xnn_f32_bilinear_ukernel__neonfma_c4() 100 vo01 = vget_high_f32(vo0123); in xnn_f32_bilinear_ukernel__neonfma_c4() 103 vst1_lane_f32(output, vo01, 0); output += 1; in xnn_f32_bilinear_ukernel__neonfma_c4()
|
D | neon-c8.c | 105 float32x2_t vo01 = vget_low_f32(vo0123); in xnn_f32_bilinear_ukernel__neon_c8() local 107 vst1_f32(output, vo01); output += 2; in xnn_f32_bilinear_ukernel__neon_c8() 108 vo01 = vget_high_f32(vo0123); in xnn_f32_bilinear_ukernel__neon_c8() 111 vst1_lane_f32(output, vo01, 0); output += 1; in xnn_f32_bilinear_ukernel__neon_c8()
|
D | neonfma-c8.c | 139 float32x2_t vo01 = vget_low_f32(vo0123); in xnn_f32_bilinear_ukernel__neonfma_c8() local 141 vst1_f32(output, vo01); output += 2; in xnn_f32_bilinear_ukernel__neonfma_c8() 142 vo01 = vget_high_f32(vo0123); in xnn_f32_bilinear_ukernel__neonfma_c8() 145 vst1_lane_f32(output, vo01, 0); output += 1; in xnn_f32_bilinear_ukernel__neonfma_c8()
|
/external/XNNPACK/src/f32-bilinear/ |
D | neon.c.in | 159 float32x2_t vo01 = vget_low_f32(vo0123); 161 vst1_f32(output, vo01); output += 2; 162 vo01 = vget_high_f32(vo0123); 165 vst1_lane_f32(output, vo01, 0); output += 1;
|