aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp
blob: 370218e1d4d6c231f778db576f454edcd215a2d2 (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
/*
 * 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 <cstddef>
#include <cstdint>

#if defined(__ARM_FEATURE_SVE)

namespace arm_conv {
namespace depthwise {

void sve_fp32_nhwc_generic_output9_mla_depthfirst_impl(
  const float *const *const inptrs,
  float *const *const outptrs,
  const void *params,
  const void *bias,
  const unsigned int n_points,
  const unsigned int n_channels,
  const float activation_min,
  const float activation_max
)
{
  const float minmax_vals[2] = { activation_min, activation_max };

  __asm__ __volatile__(
    "ptrue p1.b\n"
    "ld1rw { z4.s }, p1/Z, [%x[minmax_vals]]\n"
    "mov x28, #0x0\n"
    "ld1rw { z3.s }, p1/Z, [%x[minmax_vals], #4]\n"
    "whilelt p0.s, x28, %x[n_channels]\n"
    "1:"  // Channel loop
    "mov z2.b, #0x0\n"
    "cbz %x[bias], 2f\n"
    "ld1w { z2.s }, p0/Z, [%x[bias], x28, LSL #2]\n"
    "2:"  // Channel loop: Load bias: Done
    "mov z1.d, z2.d\n"
    "ld1w { z0.s }, p1/Z, [%x[params]]\n"
    "mov x22, %x[inptrs]\n"
    "mov z31.d, z2.d\n"
    "ldp x20, x19, [x22], #0x10\n"
    "subs x21, %x[n_points], #0x1\n"
    "mov z30.d, z2.d\n"
    "ld1w { z29.s }, p0/Z, [x20, x28, LSL #2]\n"
    "mov z28.d, z2.d\n"
    "addvl %x[params], %x[params], #1\n"
    "mov z27.d, z2.d\n"
    "ld1w { z26.s }, p0/Z, [x19, x28, LSL #2]\n"
    "mov z25.d, z2.d\n"
    "ldp x20, x19, [x22], #0x10\n"
    "mov z24.d, z2.d\n"
    "ld1w { z23.s }, p0/Z, [x20, x28, LSL #2]\n"
    "mov z22.d, z2.d\n"
    "ld1w { z21.s }, p0/Z, [x19, x28, LSL #2]\n"
    "ldp x20, x19, [x22], #0x10\n"
    "ld1w { z20.s }, p0/Z, [x20, x28, LSL #2]\n"
    "ld1w { z19.s }, p0/Z, [x19, x28, LSL #2]\n"
    "ldp x20, x19, [x22], #0x10\n"
    "ld1w { z18.s }, p0/Z, [x20, x28, LSL #2]\n"
    "ld1w { z17.s }, p0/Z, [x19, x28, LSL #2]\n"
    "ldr x19, [x22], #0x8\n"
    "ld1w { z16.s }, p0/Z, [x19, x28, LSL #2]\n"
    "ble 4f\n"
    "3:"  // Channel loop: Planar loop
    "fmla z2.s, p1/M, z29.s, z0.s\n"
    "ldp x20, x19, [x22], #0x10\n"
    "subs x21, x21, #0x1\n"
    "fmla z1.s, p1/M, z26.s, z0.s\n"
    "ld1w { z29.s }, p0/Z, [x20, x28, LSL #2]\n"
    "fmla z31.s, p1/M, z23.s, z0.s\n"
    "fmla z30.s, p1/M, z21.s, z0.s\n"
    "ld1w { z26.s }, p0/Z, [x19, x28, LSL #2]\n"
    "fmla z28.s, p1/M, z20.s, z0.s\n"
    "ldp x20, x19, [x22], #0x10\n"
    "fmla z27.s, p1/M, z19.s, z0.s\n"
    "ld1w { z23.s }, p0/Z, [x20, x28, LSL #2]\n"
    "fmla z25.s, p1/M, z18.s, z0.s\n"
    "fmla z24.s, p1/M, z17.s, z0.s\n"
    "ld1w { z21.s }, p0/Z, [x19, x28, LSL #2]\n"
    "fmla z22.s, p1/M, z16.s, z0.s\n"
    "ld1w { z0.s }, p1/Z, [%x[params]]\n"
    "addvl %x[params], %x[params], #1\n"
    "ldp x20, x19, [x22], #0x10\n"
    "ld1w { z20.s }, p0/Z, [x20, x28, LSL #2]\n"
    "ld1w { z19.s }, p0/Z, [x19, x28, LSL #2]\n"
    "ldp x20, x19, [x22], #0x10\n"
    "ld1w { z18.s }, p0/Z, [x20, x28, LSL #2]\n"
    "ld1w { z17.s }, p0/Z, [x19, x28, LSL #2]\n"
    "ldr x19, [x22], #0x8\n"
    "ld1w { z16.s }, p0/Z, [x19, x28, LSL #2]\n"
    "bgt 3b\n"
    "4:"  // Channel loop: Planar tail
    "fmla z2.s, p1/M, z29.s, z0.s\n"
    "ldp x27, x26, [%x[outptrs], #0x0]\n"
    "fmla z1.s, p1/M, z26.s, z0.s\n"
    "ldp x25, x24, [%x[outptrs], #0x10]\n"
    "fmla z31.s, p1/M, z23.s, z0.s\n"
    "ldp x23, x22, [%x[outptrs], #0x20]\n"
    "fmla z30.s, p1/M, z21.s, z0.s\n"
    "ldp x21, x20, [%x[outptrs], #0x30]\n"
    "fmla z28.s, p1/M, z20.s, z0.s\n"
    "ldr x19, [%x[outptrs], #0x40]\n"
    "fmla z27.s, p1/M, z19.s, z0.s\n"
    "fmla z25.s, p1/M, z18.s, z0.s\n"
    "fmla z24.s, p1/M, z17.s, z0.s\n"
    "fmla z22.s, p1/M, z16.s, z0.s\n"
    "fmax z2.s, p1/M, z2.s, z4.s\n"
    "fmax z1.s, p1/M, z1.s, z4.s\n"
    "fmax z31.s, p1/M, z31.s, z4.s\n"
    "fmax z30.s, p1/M, z30.s, z4.s\n"
    "fmin z2.s, p1/M, z2.s, z3.s\n"
    "st1w { z2.s }, p0, [x27, x28, LSL #2]\n"
    "fmin z1.s, p1/M, z1.s, z3.s\n"
    "fmin z31.s, p1/M, z31.s, z3.s\n"
    "st1w { z1.s }, p0, [x26, x28, LSL #2]\n"
    "fmin z30.s, p1/M, z30.s, z3.s\n"
    "fmax z28.s, p1/M, z28.s, z4.s\n"
    "st1w { z31.s }, p0, [x25, x28, LSL #2]\n"
    "fmax z27.s, p1/M, z27.s, z4.s\n"
    "st1w { z30.s }, p0, [x24, x28, LSL #2]\n"
    "fmin z28.s, p1/M, z28.s, z3.s\n"
    "fmax z25.s, p1/M, z25.s, z4.s\n"
    "st1w { z28.s }, p0, [x23, x28, LSL #2]\n"
    "fmin z27.s, p1/M, z27.s, z3.s\n"
    "fmin z25.s, p1/M, z25.s, z3.s\n"
    "st1w { z27.s }, p0, [x22, x28, LSL #2]\n"
    "fmax z24.s, p1/M, z24.s, z4.s\n"
    "fmax z22.s, p1/M, z22.s, z4.s\n"
    "st1w { z25.s }, p0, [x21, x28, LSL #2]\n"
    "fmin z24.s, p1/M, z24.s, z3.s\n"
    "st1w { z24.s }, p0, [x20, x28, LSL #2]\n"
    "fmin z22.s, p1/M, z22.s, z3.s\n"
    "st1w { z22.s }, p0, [x19, x28, LSL #2]\n"
    "incw x28\n"
    "whilelt p0.s, x28, %x[n_channels]\n"
    "b.any 1b\n"
    : [params] "+&r" (params)
    : [bias] "r" (bias), [inptrs] "r" (inptrs), [minmax_vals] "r" (minmax_vals), [n_channels] "r" ((uint64_t) n_channels), [n_points] "r" ((uint64_t) n_points), [outptrs] "r" (outptrs)
    : "cc", "memory", "p0", "p1", "x19", "x20", "x21", "x22", "x23", "x24", "x25", "x26", "x27", "x28", "z0", "z1", "z2", "z3", "z4", "z16", "z17", "z18", "z19", "z20", "z21", "z22", "z23", "z24", "z25", "z26", "z27", "z28", "z29", "z30", "z31"
  );
}

}  // namespace depthwise
}  // namespace arm_conv

#endif  // defined(__ARM_FEATURE_SVE)