blob: 9d7e04f70bf2beb30364b7b996b17359522ca98b [file] [log] [blame]
Marat Dukhan14f325e2021-06-30 18:46:25 -07001// Auto-generated file. Do not edit!
2// Template: src/qs8-igemm/c2-neon-mull-padal-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
18void xnn_qc8_igemm_minmax_fp32_ukernel_1x8c2__neon_mlal_padal_dup(
19 size_t mr,
20 size_t nc,
21 size_t kc,
22 size_t ks,
23 const int8_t** restrict a,
24 const void* restrict w,
25 int8_t* restrict c,
26 size_t cm_stride,
27 size_t cn_stride,
28 size_t a_offset,
29 const int8_t* zero,
30 const union xnn_qs8_minmax_params params[restrict XNN_MIN_ELEMENTS(1)]) XNN_DISABLE_TSAN XNN_DISABLE_MSAN
31{
32 assert(mr != 0);
33 assert(mr <= 1);
34 assert(nc != 0);
35 assert(kc != 0);
36 assert(ks != 0);
37 assert(ks % (1 * sizeof(void*)) == 0);
38 assert(a_offset % sizeof(int8_t) == 0);
39 assert(a != NULL);
40 assert(w != NULL);
41 assert(c != NULL);
42
43 kc = round_up_po2(kc, 2 * sizeof(int8_t));
44 int8_t* c0 = c;
45
46 do {
47 int32x4_t vacc0x0123 = vld1q_s32(w); w = (const void*) ((uintptr_t) w + 4 * sizeof(int32_t));
48 int32x4_t vacc0x4567 = vld1q_s32(w); w = (const void*) ((uintptr_t) w + 4 * sizeof(int32_t));
49
50 size_t p = ks;
51 do {
52 const int8_t* restrict a0 = a[0];
53 if XNN_UNPREDICTABLE(a0 != zero) {
54 a0 = (const int8_t*) ((uintptr_t) a0 + a_offset);
55 }
56 a += 1;
57
58 size_t k = kc;
59
60 while (k >= 16 * sizeof(int8_t)) {
61 const int8x8_t va0x0 = vld1_s8(a0); a0 += 8;
62 const int8x8_t va0x1 = vld1_s8(a0); a0 += 8;
63
64 const int8x8_t vb0123c0x0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
65 const int8x8_t vb4567c0x0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
66 const int8x8_t vb0123c1x0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
67 const int8x8_t vb4567c1x0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
68 const int8x8_t vb0123c2x0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
69 const int8x8_t vb4567c2x0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
70 const int8x8_t vb0123c3x0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
71 const int8x8_t vb4567c3x0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
72
73 int16x8_t vprod0x0123c0 = vmull_s8(vb0123c0x0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x0), 0)));
74 const int8x8_t vb0123c0x1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
75 vprod0x0123c0 = vmlal_s8(vprod0x0123c0, vb0123c0x1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x1), 0)));
76 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c0);
77 int16x8_t vprod0x4567c0 = vmull_s8(vb4567c0x0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x0), 0)));
78 const int8x8_t vb4567c0x1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
79 vprod0x4567c0 = vmlal_s8(vprod0x4567c0, vb4567c0x1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x1), 0)));
80 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c0);
81 int16x8_t vprod0x0123c1 = vmull_s8(vb0123c1x0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x0), 1)));
82 const int8x8_t vb0123c1x1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
83 vprod0x0123c1 = vmlal_s8(vprod0x0123c1, vb0123c1x1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x1), 1)));
84 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c1);
85 int16x8_t vprod0x4567c1 = vmull_s8(vb4567c1x0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x0), 1)));
86 const int8x8_t vb4567c1x1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
87 vprod0x4567c1 = vmlal_s8(vprod0x4567c1, vb4567c1x1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x1), 1)));
88 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c1);
89 int16x8_t vprod0x0123c2 = vmull_s8(vb0123c2x0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x0), 2)));
90 const int8x8_t vb0123c2x1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
91 vprod0x0123c2 = vmlal_s8(vprod0x0123c2, vb0123c2x1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x1), 2)));
92 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c2);
93 int16x8_t vprod0x4567c2 = vmull_s8(vb4567c2x0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x0), 2)));
94 const int8x8_t vb4567c2x1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
95 vprod0x4567c2 = vmlal_s8(vprod0x4567c2, vb4567c2x1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x1), 2)));
96 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c2);
97 int16x8_t vprod0x0123c3 = vmull_s8(vb0123c3x0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x0), 3)));
98 const int8x8_t vb0123c3x1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
99 vprod0x0123c3 = vmlal_s8(vprod0x0123c3, vb0123c3x1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x1), 3)));
100 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c3);
101 int16x8_t vprod0x4567c3 = vmull_s8(vb4567c3x0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x0), 3)));
102 const int8x8_t vb4567c3x1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
103 vprod0x4567c3 = vmlal_s8(vprod0x4567c3, vb4567c3x1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0x1), 3)));
104 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c3);
105
106 k -= 16 * sizeof(int8_t);
107 }
108
109 if (k >= 8 * sizeof(int8_t)) {
110 const int8x8_t va0 = vld1_s8(a0); a0 += 8;
111
112 const int8x8_t vb0123c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
113 const int8x8_t vb4567c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
114 const int8x8_t vb0123c1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
115 const int8x8_t vb4567c1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
116 const int8x8_t vb0123c2 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
117 const int8x8_t vb4567c2 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
118 const int8x8_t vb0123c3 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
119 const int8x8_t vb4567c3 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
120
121 const int16x8_t vprod0x0123c0 = vmull_s8(vb0123c0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 0)));
122 const int16x8_t vprod0x0123c1 = vmull_s8(vb0123c1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 1)));
123 const int16x8_t vprod0x0123c2 = vmull_s8(vb0123c2, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 2)));
124 const int16x8_t vprod0x0123c3 = vmull_s8(vb0123c3, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 3)));
125 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c0);
126 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c1);
127 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c2);
128 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c3);
129 const int16x8_t vprod0x4567c0 = vmull_s8(vb4567c0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 0)));
130 const int16x8_t vprod0x4567c1 = vmull_s8(vb4567c1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 1)));
131 const int16x8_t vprod0x4567c2 = vmull_s8(vb4567c2, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 2)));
132 const int16x8_t vprod0x4567c3 = vmull_s8(vb4567c3, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 3)));
133 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c0);
134 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c1);
135 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c2);
136 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c3);
137
138 k -= 8 * sizeof(int8_t);
139 }
140
141 if XNN_UNLIKELY(k != 0) {
142 const int8x8_t va0 = vld1_s8(a0); a0 = (const int8_t*) ((uintptr_t) a0 + k);
143
144 const int8x8_t vb0123c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
145 const int8x8_t vb4567c0 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
146
147 const int16x8_t vprod0x0123c0 = vmull_s8(vb0123c0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 0)));
148 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c0);
149 const int16x8_t vprod0x4567c0 = vmull_s8(vb4567c0, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 0)));
150 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c0);
151
152 if (k > 2 * sizeof(int8_t)) {
153 const int8x8_t vb0123c1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
154 const int8x8_t vb4567c1 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
155
156 const int16x8_t vprod0x0123c1 = vmull_s8(vb0123c1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 1)));
157 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c1);
158 const int16x8_t vprod0x4567c1 = vmull_s8(vb4567c1, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 1)));
159 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c1);
160
161 if (k > 4 * sizeof(int8_t)) {
162 const int8x8_t vb0123c2 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
163 const int8x8_t vb4567c2 = vld1_s8(w); w = (const void*) ((uintptr_t) w + 8 * sizeof(int8_t));
164
165 const int16x8_t vprod0x0123c2 = vmull_s8(vb0123c2, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 2)));
166 vacc0x0123 = vpadalq_s16(vacc0x0123, vprod0x0123c2);
167 const int16x8_t vprod0x4567c2 = vmull_s8(vb4567c2, vreinterpret_s8_s16(vdup_lane_s16(vreinterpret_s16_s8(va0), 2)));
168 vacc0x4567 = vpadalq_s16(vacc0x4567, vprod0x4567c2);
169 }
170 }
171 }
172 p -= 1 * sizeof(void*);
173 } while (p != 0);
174
175 float32x4_t vfpacc0x0123 = vcvtq_f32_s32(vacc0x0123);
176 float32x4_t vfpacc0x4567 = vcvtq_f32_s32(vacc0x4567);
177
178 const float32x4_t vscale0123 = vld1q_f32((const float*) w); w = (const void*) ((const float*) w + 4);
179 vfpacc0x0123 = vmulq_f32(vfpacc0x0123, vscale0123);
180 const float32x4_t vscale4567 = vld1q_f32((const float*) w); w = (const void*) ((const float*) w + 4);
181 vfpacc0x4567 = vmulq_f32(vfpacc0x4567, vscale4567);
182
183 const float32x4_t voutput_min_less_zero_point = vld1q_dup_f32(&params->neon_fp32.output_min_less_zero_point);
184 vfpacc0x0123 = vmaxq_f32(vfpacc0x0123, voutput_min_less_zero_point);
185 vfpacc0x4567 = vmaxq_f32(vfpacc0x4567, voutput_min_less_zero_point);
186
187 const float32x4_t voutput_max_less_zero_point = vld1q_dup_f32(&params->neon_fp32.output_max_less_zero_point);
188 vfpacc0x0123 = vminq_f32(vfpacc0x0123, voutput_max_less_zero_point);
189 vfpacc0x4567 = vminq_f32(vfpacc0x4567, voutput_max_less_zero_point);
190
191 const float32x4_t vmagic_bias = vld1q_dup_f32(&params->neon_fp32.magic_bias);
192 vacc0x0123 = vreinterpretq_s32_f32(vaddq_f32(vfpacc0x0123, vmagic_bias));
193 vacc0x4567 = vreinterpretq_s32_f32(vaddq_f32(vfpacc0x4567, vmagic_bias));
194
195 const int32x4_t vmagic_bias_less_zero_point = vld1q_dup_s32(&params->neon_fp32.magic_bias_less_zero_point);
196 vacc0x0123 = vsubq_s32(vacc0x0123, vmagic_bias_less_zero_point);
197 vacc0x4567 = vsubq_s32(vacc0x4567, vmagic_bias_less_zero_point);
198
199#if XNN_ARCH_ARM64
200 const int16x8_t vacc0x01234567 = vuzp1q_s16(vreinterpretq_s16_s32(vacc0x0123), vreinterpretq_s16_s32(vacc0x4567));
201
202 int8x8_t vout0x01234567 = vmovn_s16(vacc0x01234567);
203#else
204 const int16x8_t vacc0x01234567 = vcombine_s16(vmovn_s32(vacc0x0123), vmovn_s32(vacc0x4567));
205
206 int8x8_t vout0x01234567 = vmovn_s16(vacc0x01234567);
207#endif
208
209 if (nc >= 8) {
210 vst1_s8(c0 + 0, vout0x01234567);
211
212 c0 = (int8_t*) ((uintptr_t) c0 + cn_stride);
213
214 a = (const int8_t**restrict) ((uintptr_t) a - ks);
215
216 nc -= 8;
217 } else {
218 if (nc & 4) {
219 vst1_lane_u32(__builtin_assume_aligned(c0, 1), vreinterpret_u32_s8(vout0x01234567), 0); c0 += 4;
220 vout0x01234567 = vext_s8(vout0x01234567, vout0x01234567, 4);
221 }
222 if (nc & 2) {
223 vst1_lane_u16(__builtin_assume_aligned(c0, 1), vreinterpret_u16_s8(vout0x01234567), 0); c0 += 2;
224 vout0x01234567 = vext_s8(vout0x01234567, vout0x01234567, 2);
225 }
226 if (nc & 1) {
227 vst1_lane_s8(c0, vout0x01234567, 0);
228 }
229
230 nc = 0;
231 }
232 } while (nc != 0);
233}