1 // Auto-generated file. Do not edit!
2 // Template: src/qs8-gemm/c4-neon-mull-dup.c.in
3 // Generator: tools/xngen
4 //
5 // Copyright 2021 Google LLC
6 //
7 // This source code is licensed under the BSD-style license found in the
8 // LICENSE file in the root directory of this source tree.
9
10 #include <assert.h>
11
12 #include <arm_neon.h>
13
14 #include <xnnpack/gemm.h>
15 #include <xnnpack/math.h>
16
17
xnn_qs8_gemm_minmax_rndnu_ukernel_4x8c4__neon_mull_ld1r(size_t mr,size_t nc,size_t kc,const int8_t * restrict a,size_t a_stride,const void * restrict w,int8_t * restrict c,size_t cm_stride,size_t cn_stride,const union xnn_qs8_conv_minmax_params params[restrict XNN_MIN_ELEMENTS (1)])18 void xnn_qs8_gemm_minmax_rndnu_ukernel_4x8c4__neon_mull_ld1r(
19 size_t mr,
20 size_t nc,
21 size_t kc,
22 const int8_t* restrict a,
23 size_t a_stride,
24 const void* restrict w,
25 int8_t* restrict c,
26 size_t cm_stride,
27 size_t cn_stride,
28 const union xnn_qs8_conv_minmax_params params[restrict XNN_MIN_ELEMENTS(1)]) XNN_OOB_READS
29 {
30 assert(mr != 0);
31 assert(mr <= 4);
32 assert(nc != 0);
33 assert(kc != 0);
34 assert(kc % sizeof(int8_t) == 0);
35 assert(a != NULL);
36 assert(w != NULL);
37 assert(c != NULL);
38
39 kc = round_up_po2(kc, 4 * sizeof(int8_t));
40 const int8_t* a0 = a;
41 int8_t* c0 = c;
42 const int8_t* a1 = (const int8_t*) ((uintptr_t) a0 + a_stride);
43 int8_t* c1 = (int8_t*) ((uintptr_t) c0 + cm_stride);
44 if XNN_UNPREDICTABLE(mr < 2) {
45 a1 = a0;
46 c1 = c0;
47 }
48 const int8_t* a2 = (const int8_t*) ((uintptr_t) a1 + a_stride);
49 int8_t* c2 = (int8_t*) ((uintptr_t) c1 + cm_stride);
50 if XNN_UNPREDICTABLE(mr <= 2) {
51 a2 = a1;
52 c2 = c1;
53 }
54 const int8_t* a3 = (const int8_t*) ((uintptr_t) a2 + a_stride);
55 int8_t* c3 = (int8_t*) ((uintptr_t) c2 + cm_stride);
56 if XNN_UNPREDICTABLE(mr != 4) {
57 a3 = a2;
58 c3 = c2;
59 }
60
61 do {
62 int32x4_t vacc0x01 = vreinterpretq_s32_u64(vmovl_u32(vld1_u32(w))); w = (const void*) ((uintptr_t) w + 2 * sizeof(int32_t));
63 int32x4_t vacc0x23 = vreinterpretq_s32_u64(vmovl_u32(vld1_u32(w))); w = (const void*) ((uintptr_t) w + 2 * sizeof(int32_t));
64 int32x4_t vacc0x45 = vreinterpretq_s32_u64(vmovl_u32(vld1_u32(w))); w = (const void*) ((uintptr_t) w + 2 * sizeof(int32_t));
65 int32x4_t vacc0x67 = vreinterpretq_s32_u64(vmovl_u32(vld1_u32(w))); w = (const void*) ((uintptr_t) w + 2 * sizeof(int32_t));
66 int32x4_t vacc1x01 = vacc0x01;
67 int32x4_t vacc1x23 = vacc0x23;
68 int32x4_t vacc1x45 = vacc0x45;
69 int32x4_t vacc1x67 = vacc0x67;
70 int32x4_t vacc2x01 = vacc0x01;
71 int32x4_t vacc2x23 = vacc0x23;
72 int32x4_t vacc2x45 = vacc0x45;
73 int32x4_t vacc2x67 = vacc0x67;
74 int32x4_t vacc3x01 = vacc0x01;
75 int32x4_t vacc3x23 = vacc0x23;
76 int32x4_t vacc3x45 = vacc0x45;
77 int32x4_t vacc3x67 = vacc0x67;
78
79 size_t k = kc;
80
81
82 while (k >= 8 * sizeof(int8_t)) {
83 const int32x2_t va00 = vld1_dup_s32((const void*)a0);
84 const int32x2_t va01 = vld1_dup_s32((const void*)(a0 + 4)); a0 += 8;
85 const int32x2_t va10 = vld1_dup_s32((const void*)a1);
86 const int32x2_t va11 = vld1_dup_s32((const void*)(a1 + 4)); a1 += 8;
87 const int32x2_t va20 = vld1_dup_s32((const void*)a2);
88 const int32x2_t va21 = vld1_dup_s32((const void*)(a2 + 4)); a2 += 8;
89 const int32x2_t va30 = vld1_dup_s32((const void*)a3);
90 const int32x2_t va31 = vld1_dup_s32((const void*)(a3 + 4)); a3 += 8;
91
92 const int8x8_t vb01c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
93 const int8x8_t vb23c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
94 const int8x8_t vb45c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
95 const int8x8_t vb67c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
96 const int8x8_t vb01c1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
97 const int8x8_t vb23c1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
98 const int8x8_t vb45c1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
99 const int8x8_t vb67c1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
100
101 const int8x8_t va0c0 = vreinterpret_s8_s32(va00);
102 const int8x8_t va1c0 = vreinterpret_s8_s32(va10);
103 const int8x8_t va2c0 = vreinterpret_s8_s32(va20);
104 const int8x8_t va3c0 = vreinterpret_s8_s32(va30);
105
106 const int16x8_t vprod0x01c0 = vmull_s8(vb01c0, va0c0);
107 const int16x8_t vprod1x01c0 = vmull_s8(vb01c0, va1c0);
108 const int16x8_t vprod2x01c0 = vmull_s8(vb01c0, va2c0);
109 const int16x8_t vprod3x01c0 = vmull_s8(vb01c0, va3c0);
110 vacc0x01 = vpadalq_s16(vacc0x01, vprod0x01c0);
111 vacc1x01 = vpadalq_s16(vacc1x01, vprod1x01c0);
112 vacc2x01 = vpadalq_s16(vacc2x01, vprod2x01c0);
113 vacc3x01 = vpadalq_s16(vacc3x01, vprod3x01c0);
114 const int16x8_t vprod0x23c0 = vmull_s8(vb23c0, va0c0);
115 const int16x8_t vprod1x23c0 = vmull_s8(vb23c0, va1c0);
116 const int16x8_t vprod2x23c0 = vmull_s8(vb23c0, va2c0);
117 const int16x8_t vprod3x23c0 = vmull_s8(vb23c0, va3c0);
118 vacc0x23 = vpadalq_s16(vacc0x23, vprod0x23c0);
119 vacc1x23 = vpadalq_s16(vacc1x23, vprod1x23c0);
120 vacc2x23 = vpadalq_s16(vacc2x23, vprod2x23c0);
121 vacc3x23 = vpadalq_s16(vacc3x23, vprod3x23c0);
122 const int16x8_t vprod0x45c0 = vmull_s8(vb45c0, va0c0);
123 const int16x8_t vprod1x45c0 = vmull_s8(vb45c0, va1c0);
124 const int16x8_t vprod2x45c0 = vmull_s8(vb45c0, va2c0);
125 const int16x8_t vprod3x45c0 = vmull_s8(vb45c0, va3c0);
126 vacc0x45 = vpadalq_s16(vacc0x45, vprod0x45c0);
127 vacc1x45 = vpadalq_s16(vacc1x45, vprod1x45c0);
128 vacc2x45 = vpadalq_s16(vacc2x45, vprod2x45c0);
129 vacc3x45 = vpadalq_s16(vacc3x45, vprod3x45c0);
130 const int16x8_t vprod0x67c0 = vmull_s8(vb67c0, va0c0);
131 const int16x8_t vprod1x67c0 = vmull_s8(vb67c0, va1c0);
132 const int16x8_t vprod2x67c0 = vmull_s8(vb67c0, va2c0);
133 const int16x8_t vprod3x67c0 = vmull_s8(vb67c0, va3c0);
134 vacc0x67 = vpadalq_s16(vacc0x67, vprod0x67c0);
135 vacc1x67 = vpadalq_s16(vacc1x67, vprod1x67c0);
136 vacc2x67 = vpadalq_s16(vacc2x67, vprod2x67c0);
137 vacc3x67 = vpadalq_s16(vacc3x67, vprod3x67c0);
138 const int8x8_t va0c1 = vreinterpret_s8_s32(va01);
139 const int8x8_t va1c1 = vreinterpret_s8_s32(va11);
140 const int8x8_t va2c1 = vreinterpret_s8_s32(va21);
141 const int8x8_t va3c1 = vreinterpret_s8_s32(va31);
142
143 const int16x8_t vprod0x01c1 = vmull_s8(vb01c1, va0c1);
144 const int16x8_t vprod1x01c1 = vmull_s8(vb01c1, va1c1);
145 const int16x8_t vprod2x01c1 = vmull_s8(vb01c1, va2c1);
146 const int16x8_t vprod3x01c1 = vmull_s8(vb01c1, va3c1);
147 vacc0x01 = vpadalq_s16(vacc0x01, vprod0x01c1);
148 vacc1x01 = vpadalq_s16(vacc1x01, vprod1x01c1);
149 vacc2x01 = vpadalq_s16(vacc2x01, vprod2x01c1);
150 vacc3x01 = vpadalq_s16(vacc3x01, vprod3x01c1);
151 const int16x8_t vprod0x23c1 = vmull_s8(vb23c1, va0c1);
152 const int16x8_t vprod1x23c1 = vmull_s8(vb23c1, va1c1);
153 const int16x8_t vprod2x23c1 = vmull_s8(vb23c1, va2c1);
154 const int16x8_t vprod3x23c1 = vmull_s8(vb23c1, va3c1);
155 vacc0x23 = vpadalq_s16(vacc0x23, vprod0x23c1);
156 vacc1x23 = vpadalq_s16(vacc1x23, vprod1x23c1);
157 vacc2x23 = vpadalq_s16(vacc2x23, vprod2x23c1);
158 vacc3x23 = vpadalq_s16(vacc3x23, vprod3x23c1);
159 const int16x8_t vprod0x45c1 = vmull_s8(vb45c1, va0c1);
160 const int16x8_t vprod1x45c1 = vmull_s8(vb45c1, va1c1);
161 const int16x8_t vprod2x45c1 = vmull_s8(vb45c1, va2c1);
162 const int16x8_t vprod3x45c1 = vmull_s8(vb45c1, va3c1);
163 vacc0x45 = vpadalq_s16(vacc0x45, vprod0x45c1);
164 vacc1x45 = vpadalq_s16(vacc1x45, vprod1x45c1);
165 vacc2x45 = vpadalq_s16(vacc2x45, vprod2x45c1);
166 vacc3x45 = vpadalq_s16(vacc3x45, vprod3x45c1);
167 const int16x8_t vprod0x67c1 = vmull_s8(vb67c1, va0c1);
168 const int16x8_t vprod1x67c1 = vmull_s8(vb67c1, va1c1);
169 const int16x8_t vprod2x67c1 = vmull_s8(vb67c1, va2c1);
170 const int16x8_t vprod3x67c1 = vmull_s8(vb67c1, va3c1);
171 vacc0x67 = vpadalq_s16(vacc0x67, vprod0x67c1);
172 vacc1x67 = vpadalq_s16(vacc1x67, vprod1x67c1);
173 vacc2x67 = vpadalq_s16(vacc2x67, vprod2x67c1);
174 vacc3x67 = vpadalq_s16(vacc3x67, vprod3x67c1);
175
176 k -= 8 * sizeof(int8_t);
177 }
178
179 if XNN_UNLIKELY(k != 0) {
180 const int8x8_t va0 = vld1_s8(a0); a0 = (const int8_t*) ((uintptr_t) a0 + k);
181 const int8x8_t va1 = vld1_s8(a1); a1 = (const int8_t*) ((uintptr_t) a1 + k);
182 const int8x8_t va2 = vld1_s8(a2); a2 = (const int8_t*) ((uintptr_t) a2 + k);
183 const int8x8_t va3 = vld1_s8(a3); a3 = (const int8_t*) ((uintptr_t) a3 + k);
184
185 const int8x8_t vb01c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
186 const int8x8_t vb23c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
187 const int8x8_t vb45c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
188 const int8x8_t vb67c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
189
190 const int8x8_t va0c0 = vreinterpret_s8_s32(vdup_lane_s32(vreinterpret_s32_s8(va0), 0));
191 const int16x8_t vprod0x01c0 = vmull_s8(vb01c0, va0c0);
192 vacc0x01 = vpadalq_s16(vacc0x01, vprod0x01c0);
193 const int16x8_t vprod0x23c0 = vmull_s8(vb23c0, va0c0);
194 vacc0x23 = vpadalq_s16(vacc0x23, vprod0x23c0);
195 const int16x8_t vprod0x45c0 = vmull_s8(vb45c0, va0c0);
196 vacc0x45 = vpadalq_s16(vacc0x45, vprod0x45c0);
197 const int16x8_t vprod0x67c0 = vmull_s8(vb67c0, va0c0);
198 vacc0x67 = vpadalq_s16(vacc0x67, vprod0x67c0);
199 const int8x8_t va1c0 = vreinterpret_s8_s32(vdup_lane_s32(vreinterpret_s32_s8(va1), 0));
200 const int16x8_t vprod1x01c0 = vmull_s8(vb01c0, va1c0);
201 vacc1x01 = vpadalq_s16(vacc1x01, vprod1x01c0);
202 const int16x8_t vprod1x23c0 = vmull_s8(vb23c0, va1c0);
203 vacc1x23 = vpadalq_s16(vacc1x23, vprod1x23c0);
204 const int16x8_t vprod1x45c0 = vmull_s8(vb45c0, va1c0);
205 vacc1x45 = vpadalq_s16(vacc1x45, vprod1x45c0);
206 const int16x8_t vprod1x67c0 = vmull_s8(vb67c0, va1c0);
207 vacc1x67 = vpadalq_s16(vacc1x67, vprod1x67c0);
208 const int8x8_t va2c0 = vreinterpret_s8_s32(vdup_lane_s32(vreinterpret_s32_s8(va2), 0));
209 const int16x8_t vprod2x01c0 = vmull_s8(vb01c0, va2c0);
210 vacc2x01 = vpadalq_s16(vacc2x01, vprod2x01c0);
211 const int16x8_t vprod2x23c0 = vmull_s8(vb23c0, va2c0);
212 vacc2x23 = vpadalq_s16(vacc2x23, vprod2x23c0);
213 const int16x8_t vprod2x45c0 = vmull_s8(vb45c0, va2c0);
214 vacc2x45 = vpadalq_s16(vacc2x45, vprod2x45c0);
215 const int16x8_t vprod2x67c0 = vmull_s8(vb67c0, va2c0);
216 vacc2x67 = vpadalq_s16(vacc2x67, vprod2x67c0);
217 const int8x8_t va3c0 = vreinterpret_s8_s32(vdup_lane_s32(vreinterpret_s32_s8(va3), 0));
218 const int16x8_t vprod3x01c0 = vmull_s8(vb01c0, va3c0);
219 vacc3x01 = vpadalq_s16(vacc3x01, vprod3x01c0);
220 const int16x8_t vprod3x23c0 = vmull_s8(vb23c0, va3c0);
221 vacc3x23 = vpadalq_s16(vacc3x23, vprod3x23c0);
222 const int16x8_t vprod3x45c0 = vmull_s8(vb45c0, va3c0);
223 vacc3x45 = vpadalq_s16(vacc3x45, vprod3x45c0);
224 const int16x8_t vprod3x67c0 = vmull_s8(vb67c0, va3c0);
225 vacc3x67 = vpadalq_s16(vacc3x67, vprod3x67c0);
226 }
227
228 #if XNN_ARCH_ARM64
229 int32x4_t vacc0x0123 = vpaddq_s32(vacc0x01, vacc0x23);
230 int32x4_t vacc0x4567 = vpaddq_s32(vacc0x45, vacc0x67);
231 int32x4_t vacc1x0123 = vpaddq_s32(vacc1x01, vacc1x23);
232 int32x4_t vacc1x4567 = vpaddq_s32(vacc1x45, vacc1x67);
233 int32x4_t vacc2x0123 = vpaddq_s32(vacc2x01, vacc2x23);
234 int32x4_t vacc2x4567 = vpaddq_s32(vacc2x45, vacc2x67);
235 int32x4_t vacc3x0123 = vpaddq_s32(vacc3x01, vacc3x23);
236 int32x4_t vacc3x4567 = vpaddq_s32(vacc3x45, vacc3x67);
237 #else
238 const int32x2_t vsum0x01 = vpadd_s32(vget_low_s32(vacc0x01), vget_high_s32(vacc0x01));
239 const int32x2_t vsum0x23 = vpadd_s32(vget_low_s32(vacc0x23), vget_high_s32(vacc0x23));
240 int32x4_t vacc0x0123 = vcombine_s32(vsum0x01, vsum0x23);
241 const int32x2_t vsum0x45 = vpadd_s32(vget_low_s32(vacc0x45), vget_high_s32(vacc0x45));
242 const int32x2_t vsum0x67 = vpadd_s32(vget_low_s32(vacc0x67), vget_high_s32(vacc0x67));
243 int32x4_t vacc0x4567 = vcombine_s32(vsum0x45, vsum0x67);
244 const int32x2_t vsum1x01 = vpadd_s32(vget_low_s32(vacc1x01), vget_high_s32(vacc1x01));
245 const int32x2_t vsum1x23 = vpadd_s32(vget_low_s32(vacc1x23), vget_high_s32(vacc1x23));
246 int32x4_t vacc1x0123 = vcombine_s32(vsum1x01, vsum1x23);
247 const int32x2_t vsum1x45 = vpadd_s32(vget_low_s32(vacc1x45), vget_high_s32(vacc1x45));
248 const int32x2_t vsum1x67 = vpadd_s32(vget_low_s32(vacc1x67), vget_high_s32(vacc1x67));
249 int32x4_t vacc1x4567 = vcombine_s32(vsum1x45, vsum1x67);
250 const int32x2_t vsum2x01 = vpadd_s32(vget_low_s32(vacc2x01), vget_high_s32(vacc2x01));
251 const int32x2_t vsum2x23 = vpadd_s32(vget_low_s32(vacc2x23), vget_high_s32(vacc2x23));
252 int32x4_t vacc2x0123 = vcombine_s32(vsum2x01, vsum2x23);
253 const int32x2_t vsum2x45 = vpadd_s32(vget_low_s32(vacc2x45), vget_high_s32(vacc2x45));
254 const int32x2_t vsum2x67 = vpadd_s32(vget_low_s32(vacc2x67), vget_high_s32(vacc2x67));
255 int32x4_t vacc2x4567 = vcombine_s32(vsum2x45, vsum2x67);
256 const int32x2_t vsum3x01 = vpadd_s32(vget_low_s32(vacc3x01), vget_high_s32(vacc3x01));
257 const int32x2_t vsum3x23 = vpadd_s32(vget_low_s32(vacc3x23), vget_high_s32(vacc3x23));
258 int32x4_t vacc3x0123 = vcombine_s32(vsum3x01, vsum3x23);
259 const int32x2_t vsum3x45 = vpadd_s32(vget_low_s32(vacc3x45), vget_high_s32(vacc3x45));
260 const int32x2_t vsum3x67 = vpadd_s32(vget_low_s32(vacc3x67), vget_high_s32(vacc3x67));
261 int32x4_t vacc3x4567 = vcombine_s32(vsum3x45, vsum3x67);
262 #endif
263
264 const int32x4_t vright_pre_shift = vld1q_dup_s32(¶ms->rndnu_neon.right_pre_shift);
265 const int32x4_t vmultiplier = vld1q_dup_s32(¶ms->rndnu_neon.multiplier);
266 const int32x4_t vright_post_shift = vld1q_dup_s32(¶ms->rndnu_neon.right_post_shift);
267
268 vacc0x0123 = vqshlq_s32(vacc0x0123, vright_pre_shift);
269 vacc0x4567 = vqshlq_s32(vacc0x4567, vright_pre_shift);
270 vacc1x0123 = vqshlq_s32(vacc1x0123, vright_pre_shift);
271 vacc1x4567 = vqshlq_s32(vacc1x4567, vright_pre_shift);
272 vacc2x0123 = vqshlq_s32(vacc2x0123, vright_pre_shift);
273 vacc2x4567 = vqshlq_s32(vacc2x4567, vright_pre_shift);
274 vacc3x0123 = vqshlq_s32(vacc3x0123, vright_pre_shift);
275 vacc3x4567 = vqshlq_s32(vacc3x4567, vright_pre_shift);
276
277 vacc0x0123 = vqdmulhq_s32(vacc0x0123, vmultiplier);
278 vacc0x4567 = vqdmulhq_s32(vacc0x4567, vmultiplier);
279 vacc1x0123 = vqdmulhq_s32(vacc1x0123, vmultiplier);
280 vacc1x4567 = vqdmulhq_s32(vacc1x4567, vmultiplier);
281 vacc2x0123 = vqdmulhq_s32(vacc2x0123, vmultiplier);
282 vacc2x4567 = vqdmulhq_s32(vacc2x4567, vmultiplier);
283 vacc3x0123 = vqdmulhq_s32(vacc3x0123, vmultiplier);
284 vacc3x4567 = vqdmulhq_s32(vacc3x4567, vmultiplier);
285
286 vacc0x0123 = vrshlq_s32(vacc0x0123, vright_post_shift);
287 vacc0x4567 = vrshlq_s32(vacc0x4567, vright_post_shift);
288 vacc1x0123 = vrshlq_s32(vacc1x0123, vright_post_shift);
289 vacc1x4567 = vrshlq_s32(vacc1x4567, vright_post_shift);
290 vacc2x0123 = vrshlq_s32(vacc2x0123, vright_post_shift);
291 vacc2x4567 = vrshlq_s32(vacc2x4567, vright_post_shift);
292 vacc3x0123 = vrshlq_s32(vacc3x0123, vright_post_shift);
293 vacc3x4567 = vrshlq_s32(vacc3x4567, vright_post_shift);
294
295 const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->rndnu_neon.output_zero_point);
296 #if XNN_ARCH_ARM64
297 int16x8_t vacc0x01234567 = vqmovn_high_s32(vqmovn_s32(vacc0x0123), vacc0x4567);
298 int16x8_t vacc1x01234567 = vqmovn_high_s32(vqmovn_s32(vacc1x0123), vacc1x4567);
299 int16x8_t vacc2x01234567 = vqmovn_high_s32(vqmovn_s32(vacc2x0123), vacc2x4567);
300 int16x8_t vacc3x01234567 = vqmovn_high_s32(vqmovn_s32(vacc3x0123), vacc3x4567);
301
302 vacc0x01234567 = vqaddq_s16(vacc0x01234567, voutput_zero_point);
303 vacc1x01234567 = vqaddq_s16(vacc1x01234567, voutput_zero_point);
304 vacc2x01234567 = vqaddq_s16(vacc2x01234567, voutput_zero_point);
305 vacc3x01234567 = vqaddq_s16(vacc3x01234567, voutput_zero_point);
306
307 int8x16_t vout0x01234567_1x01234567 = vqmovn_high_s16(vqmovn_s16(vacc0x01234567), vacc1x01234567);
308 int8x16_t vout2x01234567_3x01234567 = vqmovn_high_s16(vqmovn_s16(vacc2x01234567), vacc3x01234567);
309 #else
310 int16x8_t vacc0x01234567 = vcombine_s16(vqmovn_s32(vacc0x0123), vqmovn_s32(vacc0x4567));
311 int16x8_t vacc1x01234567 = vcombine_s16(vqmovn_s32(vacc1x0123), vqmovn_s32(vacc1x4567));
312 int16x8_t vacc2x01234567 = vcombine_s16(vqmovn_s32(vacc2x0123), vqmovn_s32(vacc2x4567));
313 int16x8_t vacc3x01234567 = vcombine_s16(vqmovn_s32(vacc3x0123), vqmovn_s32(vacc3x4567));
314
315 vacc0x01234567 = vqaddq_s16(vacc0x01234567, voutput_zero_point);
316 vacc1x01234567 = vqaddq_s16(vacc1x01234567, voutput_zero_point);
317 vacc2x01234567 = vqaddq_s16(vacc2x01234567, voutput_zero_point);
318 vacc3x01234567 = vqaddq_s16(vacc3x01234567, voutput_zero_point);
319
320 int8x16_t vout0x01234567_1x01234567 = vcombine_s8(vqmovn_s16(vacc0x01234567), vqmovn_s16(vacc1x01234567));
321 int8x16_t vout2x01234567_3x01234567 = vcombine_s8(vqmovn_s16(vacc2x01234567), vqmovn_s16(vacc3x01234567));
322 #endif
323
324 const int8x16_t voutput_min = vld1q_dup_s8(¶ms->rndnu_neon.output_min);
325 vout0x01234567_1x01234567 = vmaxq_s8(vout0x01234567_1x01234567, voutput_min);
326 vout2x01234567_3x01234567 = vmaxq_s8(vout2x01234567_3x01234567, voutput_min);
327
328 const int8x16_t voutput_max = vld1q_dup_s8(¶ms->rndnu_neon.output_max);
329 vout0x01234567_1x01234567 = vminq_s8(vout0x01234567_1x01234567, voutput_max);
330 vout2x01234567_3x01234567 = vminq_s8(vout2x01234567_3x01234567, voutput_max);
331
332 if (nc >= 8) {
333 vst1_s8(c0 + 0, vget_low_s8(vout0x01234567_1x01234567));
334 vst1_s8(c1 + 0, vget_high_s8(vout0x01234567_1x01234567));
335 vst1_s8(c2 + 0, vget_low_s8(vout2x01234567_3x01234567));
336 vst1_s8(c3 + 0, vget_high_s8(vout2x01234567_3x01234567));
337
338 c0 = (int8_t*) ((uintptr_t) c0 + cn_stride);
339 c1 = (int8_t*) ((uintptr_t) c1 + cn_stride);
340 c2 = (int8_t*) ((uintptr_t) c2 + cn_stride);
341 c3 = (int8_t*) ((uintptr_t) c3 + cn_stride);
342
343 a0 = (const int8_t*) ((uintptr_t) a0 - kc);
344 a1 = (const int8_t*) ((uintptr_t) a1 - kc);
345 a2 = (const int8_t*) ((uintptr_t) a2 - kc);
346 a3 = (const int8_t*) ((uintptr_t) a3 - kc);
347
348 nc -= 8;
349 } else {
350 // Final case where not all of the 8 columns fit in the destination.
351 if (nc & 4) {
352 vst1q_lane_u32((void*) c0, vreinterpretq_u32_s8(vout0x01234567_1x01234567), 0); c0 += 4;
353 vst1q_lane_u32((void*) c1, vreinterpretq_u32_s8(vout0x01234567_1x01234567), 2); c1 += 4;
354 vst1q_lane_u32((void*) c2, vreinterpretq_u32_s8(vout2x01234567_3x01234567), 0); c2 += 4;
355 vst1q_lane_u32((void*) c3, vreinterpretq_u32_s8(vout2x01234567_3x01234567), 2); c3 += 4;
356 vout0x01234567_1x01234567 = vextq_s8(vout0x01234567_1x01234567, vout0x01234567_1x01234567, 4);
357 vout2x01234567_3x01234567 = vextq_s8(vout2x01234567_3x01234567, vout2x01234567_3x01234567, 4);
358 }
359 if (nc & 2) {
360 vst1q_lane_u16((void*) c0, vreinterpretq_u16_s8(vout0x01234567_1x01234567), 0); c0 += 2;
361 vst1q_lane_u16((void*) c1, vreinterpretq_u16_s8(vout0x01234567_1x01234567), 4); c1 += 2;
362 vst1q_lane_u16((void*) c2, vreinterpretq_u16_s8(vout2x01234567_3x01234567), 0); c2 += 2;
363 vst1q_lane_u16((void*) c3, vreinterpretq_u16_s8(vout2x01234567_3x01234567), 4); c3 += 2;
364 vout0x01234567_1x01234567 = vextq_s8(vout0x01234567_1x01234567, vout0x01234567_1x01234567, 2);
365 vout2x01234567_3x01234567 = vextq_s8(vout2x01234567_3x01234567, vout2x01234567_3x01234567, 2);
366 }
367 if (nc & 1) {
368 vst1q_lane_s8(c0, vout0x01234567_1x01234567, 0);
369 vst1q_lane_s8(c1, vout0x01234567_1x01234567, 8);
370 vst1q_lane_s8(c2, vout2x01234567_3x01234567, 0);
371 vst1q_lane_s8(c3, vout2x01234567_3x01234567, 8);
372 }
373
374 nc = 0;
375 }
376 } while (nc != 0);
377 }
378