aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_generic_depthfirst/generic.cpp
blob: c2f5745adc5985d0ca9bcddac721bf5fb5b749fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
/*
 * Copyright (c) 2021 Arm Limited.
 *
 * SPDX-License-Identifier: MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to
 * deal in the Software without restriction, including without limitation the
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 * sell copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

#include <cstdint>

#if defined(__ARM_FEATURE_SVE)

namespace arm_conv {
namespace pooling {


void sve_fp32_nhwc_avg_generic_depthfirst_impl(
  const uint64_t window_cells,
  const uint64_t n_valid_cells,
  uint64_t n_channels,
  const float *const *const inptrs,
  float *outptr
)
{
  const auto rescale_value = static_cast<float>(1.0f / static_cast<float>(window_cells));

  __asm__ __volatile__(
    "ptrue p0.b\n"
    "ld1rw { z8.s }, p0/Z, [%x[rescale_ptr]]\n"
    "mov x28, #0x0\n"
    "cntw x27\n"
    "cntw x26, ALL, MUL #2\n"
    "cntw x25, ALL, MUL #3\n"
    "whilelt p3.s, x28, %x[n_channels]\n"
    "whilelt p2.s, x27, %x[n_channels]\n"
    "whilelt p1.s, x26, %x[n_channels]\n"
    "whilelt p0.s, x25, %x[n_channels]\n"
    "b.none 7f\n"
    "1:"  // 4-vectors of channels
    "mov z7.b, #0x0\n"
    "mov x19, %x[inptrs]\n"
    "mov z6.b, #0x0\n"
    "lsr x24, %x[n_valid_cells], #0x2\n"
    "mov z5.b, #0x0\n"
    "mov z4.b, #0x0\n"
    "cbz x24, 4f\n"
    "ldp x23, x22, [x19, #0x0]\n"
    "ldp x21, x20, [x19, #0x10]\n"
    "add x19, x19, #0x20\n"
    "subs x24, x24, #0x1\n"
    "ld1w { z3.s }, p3/Z, [x23, x28, LSL #2]\n"
    "ld1w { z2.s }, p3/Z, [x22, x28, LSL #2]\n"
    "ld1w { z1.s }, p3/Z, [x21, x28, LSL #2]\n"
    "ld1w { z0.s }, p3/Z, [x20, x28, LSL #2]\n"
    "ld1w { z31.s }, p2/Z, [x23, x27, LSL #2]\n"
    "ld1w { z30.s }, p2/Z, [x22, x27, LSL #2]\n"
    "ld1w { z29.s }, p2/Z, [x21, x27, LSL #2]\n"
    "ld1w { z28.s }, p2/Z, [x20, x27, LSL #2]\n"
    "ld1w { z27.s }, p1/Z, [x23, x26, LSL #2]\n"
    "ld1w { z21.s }, p1/Z, [x22, x26, LSL #2]\n"
    "ld1w { z26.s }, p1/Z, [x21, x26, LSL #2]\n"
    "ld1w { z17.s }, p1/Z, [x20, x26, LSL #2]\n"
    "ld1w { z25.s }, p0/Z, [x23, x25, LSL #2]\n"
    "ld1w { z20.s }, p0/Z, [x22, x25, LSL #2]\n"
    "ld1w { z24.s }, p0/Z, [x21, x25, LSL #2]\n"
    "ld1w { z16.s }, p0/Z, [x20, x25, LSL #2]\n"
    "beq 3f\n"
    "2:"  // 4-vectors of channels: 4 inputs loop
    "fadd z23.s, z3.s, z2.s\n"
    "ldp x23, x22, [x19, #0x0]\n"
    "subs x24, x24, #0x1\n"
    "fadd z19.s, z1.s, z0.s\n"
    "ldp x21, x20, [x19, #0x10]\n"
    "add x19, x19, #0x20\n"
    "fadd z22.s, z31.s, z30.s\n"
    "ld1w { z3.s }, p3/Z, [x23, x28, LSL #2]\n"
    "fadd z18.s, z29.s, z28.s\n"
    "fadd z21.s, z27.s, z21.s\n"
    "ld1w { z2.s }, p3/Z, [x22, x28, LSL #2]\n"
    "fadd z17.s, z26.s, z17.s\n"
    "ld1w { z1.s }, p3/Z, [x21, x28, LSL #2]\n"
    "fadd z20.s, z25.s, z20.s\n"
    "ld1w { z0.s }, p3/Z, [x20, x28, LSL #2]\n"
    "fadd z16.s, z24.s, z16.s\n"
    "ld1w { z31.s }, p2/Z, [x23, x27, LSL #2]\n"
    "fadd z19.s, z23.s, z19.s\n"
    "ld1w { z30.s }, p2/Z, [x22, x27, LSL #2]\n"
    "fadd z18.s, z22.s, z18.s\n"
    "ld1w { z29.s }, p2/Z, [x21, x27, LSL #2]\n"
    "fadd z17.s, z21.s, z17.s\n"
    "ld1w { z28.s }, p2/Z, [x20, x27, LSL #2]\n"
    "fadd z16.s, z20.s, z16.s\n"
    "ld1w { z27.s }, p1/Z, [x23, x26, LSL #2]\n"
    "fadd z7.s, z7.s, z19.s\n"
    "ld1w { z21.s }, p1/Z, [x22, x26, LSL #2]\n"
    "fadd z6.s, z6.s, z18.s\n"
    "ld1w { z26.s }, p1/Z, [x21, x26, LSL #2]\n"
    "fadd z5.s, z5.s, z17.s\n"
    "ld1w { z17.s }, p1/Z, [x20, x26, LSL #2]\n"
    "fadd z4.s, z4.s, z16.s\n"
    "ld1w { z25.s }, p0/Z, [x23, x25, LSL #2]\n"
    "ld1w { z20.s }, p0/Z, [x22, x25, LSL #2]\n"
    "ld1w { z24.s }, p0/Z, [x21, x25, LSL #2]\n"
    "ld1w { z16.s }, p0/Z, [x20, x25, LSL #2]\n"
    "bgt 2b\n"
    "3:"  // 4-vectors of channels: 4 inputs tail
    "fadd z23.s, z3.s, z2.s\n"
    "fadd z19.s, z1.s, z0.s\n"
    "fadd z22.s, z31.s, z30.s\n"
    "fadd z18.s, z29.s, z28.s\n"
    "fadd z21.s, z27.s, z21.s\n"
    "fadd z17.s, z26.s, z17.s\n"
    "fadd z20.s, z25.s, z20.s\n"
    "fadd z16.s, z24.s, z16.s\n"
    "fadd z19.s, z23.s, z19.s\n"
    "fadd z18.s, z22.s, z18.s\n"
    "fadd z17.s, z21.s, z17.s\n"
    "fadd z16.s, z20.s, z16.s\n"
    "fadd z7.s, z7.s, z19.s\n"
    "fadd z6.s, z6.s, z18.s\n"
    "fadd z5.s, z5.s, z17.s\n"
    "fadd z4.s, z4.s, z16.s\n"
    "4:"  // 4-vectors of channels: After loop
    "ands x20, %x[n_valid_cells], #0x3\n"
    "beq 6f\n"
    "5:"  // 4-vectors of channels: Single input loop
    "ldr x23, [x19], #0x8\n"
    "subs x20, x20, #0x1\n"
    "ld1w { z3.s }, p3/Z, [x23, x28, LSL #2]\n"
    "fadd z7.s, z7.s, z3.s\n"
    "ld1w { z31.s }, p2/Z, [x23, x27, LSL #2]\n"
    "ld1w { z27.s }, p1/Z, [x23, x26, LSL #2]\n"
    "fadd z6.s, z6.s, z31.s\n"
    "ld1w { z25.s }, p0/Z, [x23, x25, LSL #2]\n"
    "fadd z5.s, z5.s, z27.s\n"
    "fadd z4.s, z4.s, z25.s\n"
    "bgt 5b\n"
    "6:"  // 4-vectors of channels: Single input loop: End
    "fmul z7.s, z7.s, z8.s\n"
    "st1w { z7.s }, p3, [%x[outptr], x28, LSL #2]\n"
    "fmul z6.s, z6.s, z8.s\n"
    "incw x28, ALL, MUL #4\n"
    "fmul z5.s, z5.s, z8.s\n"
    "st1w { z6.s }, p2, [%x[outptr], x27, LSL #2]\n"
    "fmul z4.s, z4.s, z8.s\n"
    "incw x27, ALL, MUL #4\n"
    "st1w { z5.s }, p1, [%x[outptr], x26, LSL #2]\n"
    "incw x26, ALL, MUL #4\n"
    "st1w { z4.s }, p0, [%x[outptr], x25, LSL #2]\n"
    "incw x25, ALL, MUL #4\n"
    "whilelt p0.s, x25, %x[n_channels]\n"
    "b.any 1b\n"
    "7:"  // Single vector of channels
    "whilelt p3.s, x28, %x[n_channels]\n"
    "b.none 14f\n"
    "8:"  // Single vector of channels: Loop
    "mov z7.b, #0x0\n"
    "mov x19, %x[inptrs]\n"
    "lsr x24, %x[n_valid_cells], #0x2\n"
    "cbz x24, 11f\n"
    "ldp x23, x22, [x19, #0x0]\n"
    "ldp x21, x20, [x19, #0x10]\n"
    "add x19, x19, #0x20\n"
    "subs x24, x24, #0x1\n"
    "ld1w { z3.s }, p3/Z, [x23, x28, LSL #2]\n"
    "ld1w { z2.s }, p3/Z, [x22, x28, LSL #2]\n"
    "ld1w { z1.s }, p3/Z, [x21, x28, LSL #2]\n"
    "ld1w { z0.s }, p3/Z, [x20, x28, LSL #2]\n"
    "beq 10f\n"
    "9:"  // Single vector of channels: Loop: 4 inputs loop
    "fadd z23.s, z3.s, z2.s\n"
    "ldp x23, x22, [x19, #0x0]\n"
    "subs x24, x24, #0x1\n"
    "fadd z19.s, z1.s, z0.s\n"
    "ldp x21, x20, [x19, #0x10]\n"
    "add x19, x19, #0x20\n"
    "fadd z19.s, z23.s, z19.s\n"
    "ld1w { z3.s }, p3/Z, [x23, x28, LSL #2]\n"
    "ld1w { z2.s }, p3/Z, [x22, x28, LSL #2]\n"
    "fadd z7.s, z7.s, z19.s\n"
    "ld1w { z1.s }, p3/Z, [x21, x28, LSL #2]\n"
    "ld1w { z0.s }, p3/Z, [x20, x28, LSL #2]\n"
    "bgt 9b\n"
    "10:"  // Single vector of channels: Loop: 4 inputs tail
    "fadd z23.s, z3.s, z2.s\n"
    "fadd z19.s, z1.s, z0.s\n"
    "fadd z19.s, z23.s, z19.s\n"
    "fadd z7.s, z7.s, z19.s\n"
    "11:"  // Single vector of channels: Loop: After loop
    "ands x20, %x[n_valid_cells], #0x3\n"
    "beq 13f\n"
    "12:"  // Single vector of channels: Loop: Single input loop
    "ldr x23, [x19], #0x8\n"
    "subs x20, x20, #0x1\n"
    "ld1w { z3.s }, p3/Z, [x23, x28, LSL #2]\n"
    "fadd z7.s, z7.s, z3.s\n"
    "bgt 12b\n"
    "13:"  // Single vector of channels: Loop: Single input loop: End
    "fmul z7.s, z7.s, z8.s\n"
    "st1w { z7.s }, p3, [%x[outptr], x28, LSL #2]\n"
    "incw x28\n"
    "whilelt p3.s, x28, %x[n_channels]\n"
    "b.any 8b\n"
    "14:"  // End

    :
    : [inptrs] "r" (inptrs), [n_channels] "r" (n_channels), [n_valid_cells] "r" (n_valid_cells), [outptr] "r" (outptr), [rescale_ptr] "r" (&rescale_value)
    : "cc", "memory", "p0", "p1", "p2", "p3", "x19", "x20", "x21", "x22", "x23", "x24", "x25", "x26", "x27", "x28", "z0", "z1", "z2", "z3", "z4", "z5", "z6", "z7", "z8", "z16", "z17", "z18", "z19", "z20", "z21", "z22", "z23", "z24", "z25", "z26", "z27", "z28", "z29", "z30", "z31"
  );
}

}  // namespace pooling
}  // namespace arm_conv

#endif  // defined(__ARM_FEATURE_SVE)