xref: /aosp_15_r20/external/XNNPACK/src/qs8-gemm/gen/4x4c8-xw-minmax-fp32-wasmsimd-dot16x2.c (revision 4bdc94577ba0e567308109d787f7fec7b531ce36)
1 // Auto-generated file. Do not edit!
2 //   Template: src/qs8-gemm/MRx4c8-wasmsimd-dot16x2.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 <wasm_simd128.h>
13 
14 #include <xnnpack/gemm.h>
15 #include <xnnpack/math.h>
16 
17 
xnn_qs8_gemm_xw_minmax_fp32_ukernel_4x4c8__wasmsimd_dot16x2(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_xw_minmax_fp32_ukernel_4x4c8__wasmsimd_dot16x2(
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, 8);
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     v128_t vacc0x0 = wasm_v128_load32_zero(w);
63     v128_t vacc0x1 = wasm_v128_load32_zero((const int32_t*) w + 1);
64     v128_t vacc0x2 = wasm_v128_load32_zero((const int32_t*) w + 2);
65     v128_t vacc0x3 = wasm_v128_load32_zero((const int32_t*) w + 3);
66     v128_t vacc1x0 = vacc0x0;
67     v128_t vacc1x1 = vacc0x1;
68     v128_t vacc1x2 = vacc0x2;
69     v128_t vacc1x3 = vacc0x3;
70     v128_t vacc2x0 = vacc0x0;
71     v128_t vacc2x1 = vacc0x1;
72     v128_t vacc2x2 = vacc0x2;
73     v128_t vacc2x3 = vacc0x3;
74     v128_t vacc3x0 = vacc0x0;
75     v128_t vacc3x1 = vacc0x1;
76     v128_t vacc3x2 = vacc0x2;
77     v128_t vacc3x3 = vacc0x3;
78     w = (const void*) ((const int32_t*) w + 4);
79 
80     size_t k = 0;
81     while (k < kc) {
82       const v128_t vxa0 = wasm_i16x8_load8x8(a0);
83       a0 += 8;
84       const v128_t vxa1 = wasm_i16x8_load8x8(a1);
85       a1 += 8;
86       const v128_t vxa2 = wasm_i16x8_load8x8(a2);
87       a2 += 8;
88       const v128_t vxa3 = wasm_i16x8_load8x8(a3);
89       a3 += 8;
90 
91       const v128_t vxb0 = wasm_v128_load(w);
92 
93       vacc0x0 = wasm_i32x4_add(vacc0x0, wasm_i32x4_dot_i16x8(vxa0, vxb0));
94       vacc1x0 = wasm_i32x4_add(vacc1x0, wasm_i32x4_dot_i16x8(vxa1, vxb0));
95       vacc2x0 = wasm_i32x4_add(vacc2x0, wasm_i32x4_dot_i16x8(vxa2, vxb0));
96       vacc3x0 = wasm_i32x4_add(vacc3x0, wasm_i32x4_dot_i16x8(vxa3, vxb0));
97       const v128_t vxb1 = wasm_v128_load((const int16_t*) w + 8);
98 
99       vacc0x1 = wasm_i32x4_add(vacc0x1, wasm_i32x4_dot_i16x8(vxa0, vxb1));
100       vacc1x1 = wasm_i32x4_add(vacc1x1, wasm_i32x4_dot_i16x8(vxa1, vxb1));
101       vacc2x1 = wasm_i32x4_add(vacc2x1, wasm_i32x4_dot_i16x8(vxa2, vxb1));
102       vacc3x1 = wasm_i32x4_add(vacc3x1, wasm_i32x4_dot_i16x8(vxa3, vxb1));
103       const v128_t vxb2 = wasm_v128_load((const int16_t*) w + 16);
104 
105       vacc0x2 = wasm_i32x4_add(vacc0x2, wasm_i32x4_dot_i16x8(vxa0, vxb2));
106       vacc1x2 = wasm_i32x4_add(vacc1x2, wasm_i32x4_dot_i16x8(vxa1, vxb2));
107       vacc2x2 = wasm_i32x4_add(vacc2x2, wasm_i32x4_dot_i16x8(vxa2, vxb2));
108       vacc3x2 = wasm_i32x4_add(vacc3x2, wasm_i32x4_dot_i16x8(vxa3, vxb2));
109       const v128_t vxb3 = wasm_v128_load((const int16_t*) w + 24);
110 
111       vacc0x3 = wasm_i32x4_add(vacc0x3, wasm_i32x4_dot_i16x8(vxa0, vxb3));
112       vacc1x3 = wasm_i32x4_add(vacc1x3, wasm_i32x4_dot_i16x8(vxa1, vxb3));
113       vacc2x3 = wasm_i32x4_add(vacc2x3, wasm_i32x4_dot_i16x8(vxa2, vxb3));
114       vacc3x3 = wasm_i32x4_add(vacc3x3, wasm_i32x4_dot_i16x8(vxa3, vxb3));
115 
116       w = (const void*) ((const int16_t*) w + 32);
117       k += 8 * sizeof(int8_t);
118     }
119 
120     const v128_t vacc0x02 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc0x0, vacc0x2, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc0x0, vacc0x2, 2, 6, 3, 7));
121     const v128_t vacc0x13 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc0x1, vacc0x3, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc0x1, vacc0x3, 2, 6, 3, 7));
122     const v128_t vacc1x02 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc1x0, vacc1x2, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc1x0, vacc1x2, 2, 6, 3, 7));
123     const v128_t vacc1x13 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc1x1, vacc1x3, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc1x1, vacc1x3, 2, 6, 3, 7));
124     const v128_t vacc2x02 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc2x0, vacc2x2, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc2x0, vacc2x2, 2, 6, 3, 7));
125     const v128_t vacc2x13 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc2x1, vacc2x3, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc2x1, vacc2x3, 2, 6, 3, 7));
126     const v128_t vacc3x02 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc3x0, vacc3x2, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc3x0, vacc3x2, 2, 6, 3, 7));
127     const v128_t vacc3x13 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc3x1, vacc3x3, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc3x1, vacc3x3, 2, 6, 3, 7));
128 
129     v128_t vacc0x0123 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc0x02, vacc0x13, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc0x02, vacc0x13, 2, 6, 3, 7));
130     v128_t vacc1x0123 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc1x02, vacc1x13, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc1x02, vacc1x13, 2, 6, 3, 7));
131     v128_t vacc2x0123 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc2x02, vacc2x13, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc2x02, vacc2x13, 2, 6, 3, 7));
132     v128_t vacc3x0123 = wasm_i32x4_add(wasm_v32x4_shuffle(vacc3x02, vacc3x13, 0, 4, 1, 5), wasm_v32x4_shuffle(vacc3x02, vacc3x13, 2, 6, 3, 7));
133 
134     vacc0x0123 = wasm_f32x4_convert_i32x4(vacc0x0123);
135     vacc1x0123 = wasm_f32x4_convert_i32x4(vacc1x0123);
136     vacc2x0123 = wasm_f32x4_convert_i32x4(vacc2x0123);
137     vacc3x0123 = wasm_f32x4_convert_i32x4(vacc3x0123);
138 
139     const v128_t vscale = wasm_v128_load64_splat(params->fp32_wasmsimd.scale);
140     vacc0x0123 = wasm_f32x4_mul(vacc0x0123, vscale);
141     vacc1x0123 = wasm_f32x4_mul(vacc1x0123, vscale);
142     vacc2x0123 = wasm_f32x4_mul(vacc2x0123, vscale);
143     vacc3x0123 = wasm_f32x4_mul(vacc3x0123, vscale);
144 
145     const v128_t vmagic_bias = wasm_v128_load64_splat(params->fp32_wasmsimd.magic_bias);
146     vacc0x0123 = wasm_f32x4_add(vacc0x0123, vmagic_bias);
147     vacc1x0123 = wasm_f32x4_add(vacc1x0123, vmagic_bias);
148     vacc2x0123 = wasm_f32x4_add(vacc2x0123, vmagic_bias);
149     vacc3x0123 = wasm_f32x4_add(vacc3x0123, vmagic_bias);
150 
151     const v128_t vmagic_min = wasm_v128_load64_splat(params->fp32_wasmsimd.magic_min);
152     vacc0x0123 = wasm_i32x4_max(vacc0x0123, vmagic_min);
153     vacc1x0123 = wasm_i32x4_max(vacc1x0123, vmagic_min);
154     vacc2x0123 = wasm_i32x4_max(vacc2x0123, vmagic_min);
155     vacc3x0123 = wasm_i32x4_max(vacc3x0123, vmagic_min);
156 
157     const v128_t vmagic_bias_less_output_zero_point = wasm_v128_load64_splat(params->fp32_wasmsimd.magic_bias_less_output_zero_point);
158     vacc0x0123 = wasm_i32x4_sub(vacc0x0123, vmagic_bias_less_output_zero_point);
159     vacc1x0123 = wasm_i32x4_sub(vacc1x0123, vmagic_bias_less_output_zero_point);
160     vacc2x0123 = wasm_i32x4_sub(vacc2x0123, vmagic_bias_less_output_zero_point);
161     vacc3x0123 = wasm_i32x4_sub(vacc3x0123, vmagic_bias_less_output_zero_point);
162 
163     v128_t vacc01x0123 = wasm_i16x8_narrow_i32x4(vacc0x0123, vacc1x0123);
164     v128_t vacc23x0123 = wasm_i16x8_narrow_i32x4(vacc2x0123, vacc3x0123);
165 
166     v128_t vout = wasm_i8x16_narrow_i16x8(vacc01x0123, vacc23x0123);
167 
168     const v128_t voutput_max = wasm_v128_load64_splat(params->fp32_wasmsimd.output_max);
169     vout = wasm_i8x16_min(vout, voutput_max);
170 
171     if (nc >= 4) {
172       *((float*) c0) = (float) wasm_f32x4_extract_lane(vout, 0);
173       *((float*) c1) = (float) wasm_f32x4_extract_lane(vout, 1);
174       *((float*) c2) = (float) wasm_f32x4_extract_lane(vout, 2);
175       *((float*) c3) = (float) wasm_f32x4_extract_lane(vout, 3);
176 
177       c0 = (int8_t*) ((uintptr_t) c0 + cn_stride);
178       c1 = (int8_t*) ((uintptr_t) c1 + cn_stride);
179       c2 = (int8_t*) ((uintptr_t) c2 + cn_stride);
180       c3 = (int8_t*) ((uintptr_t) c3 + cn_stride);
181 
182       a0 = (const int8_t*) ((uintptr_t) a0 - kc);
183       a1 = (const int8_t*) ((uintptr_t) a1 - kc);
184       a2 = (const int8_t*) ((uintptr_t) a2 - kc);
185       a3 = (const int8_t*) ((uintptr_t) a3 - kc);
186 
187       nc -= 4;
188     } else {
189       uint32_t vout0 = wasm_i32x4_extract_lane(vout, 0);
190       uint32_t vout1 = wasm_i32x4_extract_lane(vout, 1);
191       uint32_t vout2 = wasm_i32x4_extract_lane(vout, 2);
192       uint32_t vout3 = wasm_i32x4_extract_lane(vout, 3);
193       if (nc & 2) {
194         *((uint16_t*) c0) = (uint16_t) vout0;
195         vout0 >>= 16;
196         c0 += 2;
197         *((uint16_t*) c1) = (uint16_t) vout1;
198         vout1 >>= 16;
199         c1 += 2;
200         *((uint16_t*) c2) = (uint16_t) vout2;
201         vout2 >>= 16;
202         c2 += 2;
203         *((uint16_t*) c3) = (uint16_t) vout3;
204         vout3 >>= 16;
205         c3 += 2;
206       }
207       if (nc & 1) {
208         *c0 = (int8_t) vout0;
209         *c1 = (int8_t) vout1;
210         *c2 = (int8_t) vout2;
211         *c3 = (int8_t) vout3;
212       }
213 
214       nc = 0;
215     }
216   } while (nc != 0);
217 }
218