aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/arm_gemm/indirect-interleaves/a64_interleave8_block1_fp16_fp32.hpp
blob: 3a5dcf4a6b26412dd4117d6ce9f2eaf2f4f3269b (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
/*
 * Copyright (c) 2019-2021, 2023 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.
 */

#ifdef __aarch64__

template<>
void interleave_block<8, 1, VLType::None, false>(
  float * &out_ptr, const __fp16 * const * in, size_t width, size_t height,
  size_t row_offset, bool
)
{
  __asm__ __volatile__(
      "ldr x28, [%x[in], #0x0]\n"
      "ldr x27, [%x[in], #0x8]\n"
      "cmp %x[height], #0x8\n"
      "add x28, x28, %x[row_offset], LSL #1\n"
      "ldr x26, [%x[in], #0x10]\n"
      "ldr x25, [%x[in], #0x18]\n"
      "add x27, x27, %x[row_offset], LSL #1\n"
      "add x26, x26, %x[row_offset], LSL #1\n"
      "ldr x24, [%x[in], #0x20]\n"
      "ldr x23, [%x[in], #0x28]\n"
      "add x25, x25, %x[row_offset], LSL #1\n"
      "add x24, x24, %x[row_offset], LSL #1\n"
      "ldr x22, [%x[in], #0x30]\n"
      "ldr x21, [%x[in], #0x38]\n"
      "add x23, x23, %x[row_offset], LSL #1\n"
      "add x22, x22, %x[row_offset], LSL #1\n"
      "add x21, x21, %x[row_offset], LSL #1\n"
      "beq 1f\n"
      "cmp %x[height], #0x2\n"
      "csel x27, x27, x28, GE\n"
      "csel x26, x26, x28, GT\n"
      "cmp %x[height], #0x4\n"
      "csel x25, x25, x28, GE\n"
      "csel x24, x24, x28, GT\n"
      "cmp %x[height], #0x6\n"
      "mov x21, x28\n"
      "csel x23, x23, x28, GE\n"
      "csel x22, x22, x28, GT\n"
      "1:"  // no_pointer_adj
      "cmp %x[width], #0x4\n"
      "prfm pldl1keep, [x28, #0x0]\n"
      "prfm pldl1keep, [x27, #0x0]\n"
      "prfm pldl1keep, [x26, #0x0]\n"
      "prfm pldl1keep, [x25, #0x0]\n"
      "prfm pldl1keep, [x24, #0x0]\n"
      "prfm pldl1keep, [x23, #0x0]\n"
      "prfm pldl1keep, [x22, #0x0]\n"
      "prfm pldl1keep, [x21, #0x0]\n"
      "prfm pldl1keep, [x28, #0x40]\n"
      "prfm pldl1keep, [x27, #0x40]\n"
      "prfm pldl1keep, [x26, #0x40]\n"
      "prfm pldl1keep, [x25, #0x40]\n"
      "prfm pldl1keep, [x24, #0x40]\n"
      "prfm pldl1keep, [x23, #0x40]\n"
      "prfm pldl1keep, [x22, #0x40]\n"
      "prfm pldl1keep, [x21, #0x40]\n"
      "blt 3f\n"
      "2:"  // Main loop head
      "ldr d27, [x28], #0x8\n"
      "ldr d26, [x27], #0x8\n"
      "fcvtl v27.4s, v27.4h\n"
      "fcvtl v26.4s, v26.4h\n"
      "ldr d22, [x26], #0x8\n"
      "ldr d21, [x25], #0x8\n"
      "fcvtl v22.4s, v22.4h\n"
      "fcvtl v21.4s, v21.4h\n"
      "ldr d20, [x24], #0x8\n"
      "ldr d25, [x23], #0x8\n"
      "fcvtl v20.4s, v20.4h\n"
      "fcvtl v25.4s, v25.4h\n"
      "ldr d19, [x22], #0x8\n"
      "ldr d16, [x21], #0x8\n"
      "fcvtl v19.4s, v19.4h\n"
      "fcvtl v16.4s, v16.4h\n"
      "zip1 v24.4s, v27.4s, v22.4s\n"
      "zip1 v23.4s, v26.4s, v21.4s\n"
      "subs %x[width], %x[width], #0x4\n"
      "cmp %x[width], #0x4\n"
      "zip1 v18.4s, v20.4s, v19.4s\n"
      "zip1 v17.4s, v25.4s, v16.4s\n"
      "prfm pldl1keep, [x28, #0x70]\n"
      "prfm pldl1keep, [x27, #0x70]\n"
      "zip2 v22.4s, v27.4s, v22.4s\n"
      "zip2 v21.4s, v26.4s, v21.4s\n"
      "prfm pldl1keep, [x26, #0x70]\n"
      "prfm pldl1keep, [x25, #0x70]\n"
      "zip2 v20.4s, v20.4s, v19.4s\n"
      "zip2 v19.4s, v25.4s, v16.4s\n"
      "prfm pldl1keep, [x24, #0x70]\n"
      "prfm pldl1keep, [x23, #0x70]\n"
      "prfm pldl1keep, [x22, #0x70]\n"
      "prfm pldl1keep, [x21, #0x70]\n"
      "zip1 v16.4s, v24.4s, v23.4s\n"
      "str q16, [%x[out_ptr], #0x0]\n"
      "zip1 v16.4s, v18.4s, v17.4s\n"
      "str q16, [%x[out_ptr], #0x10]\n"
      "zip2 v16.4s, v24.4s, v23.4s\n"
      "str q16, [%x[out_ptr], #0x20]\n"
      "zip2 v17.4s, v18.4s, v17.4s\n"
      "zip1 v16.4s, v22.4s, v21.4s\n"
      "str q17, [%x[out_ptr], #0x30]\n"
      "zip1 v18.4s, v20.4s, v19.4s\n"
      "zip2 v17.4s, v22.4s, v21.4s\n"
      "str q16, [%x[out_ptr], #0x40]\n"
      "zip2 v16.4s, v20.4s, v19.4s\n"
      "str q18, [%x[out_ptr], #0x50]\n"
      "str q17, [%x[out_ptr], #0x60]\n"
      "str q16, [%x[out_ptr], #0x70]\n"
      "add %x[out_ptr], %x[out_ptr], #0x80\n"
      "bge 2b\n"
      "3:"  // Main loop skip
      "cbz %x[width], 6f\n"
      "tbz %x[width], #1, 4f\n"
      "ldr s28, [x28], #0x4\n"
      "ldr s27, [x27], #0x4\n"
      "mov x20, #0x2\n"
      "ldr s26, [x26], #0x4\n"
      "ldr s25, [x25], #0x4\n"
      "ldr s24, [x24], #0x4\n"
      "ldr s23, [x23], #0x4\n"
      "ldr s22, [x22], #0x4\n"
      "ldr s21, [x21], #0x4\n"
      "tbz %x[width], #0, 5f\n"
      "ld1 { v28.h }[2], [x28]\n"
      "ld1 { v27.h }[2], [x27]\n"
      "mov x20, #0x3\n"
      "ld1 { v26.h }[2], [x26]\n"
      "ld1 { v25.h }[2], [x25]\n"
      "ld1 { v24.h }[2], [x24]\n"
      "ld1 { v23.h }[2], [x23]\n"
      "ld1 { v22.h }[2], [x22]\n"
      "ld1 { v21.h }[2], [x21]\n"
      "b 5f\n"
      "4:"  // odd_loads_1_0
      "ldr h28, [x28, #0x0]\n"
      "ldr h27, [x27, #0x0]\n"
      "mov x20, #0x1\n"
      "ldr h26, [x26, #0x0]\n"
      "ldr h25, [x25, #0x0]\n"
      "ldr h24, [x24, #0x0]\n"
      "ldr h23, [x23, #0x0]\n"
      "ldr h22, [x22, #0x0]\n"
      "ldr h21, [x21, #0x0]\n"
      "5:"  // Odd load end
      "fcvtl v28.4s, v28.4h\n"
      "fcvtl v27.4s, v27.4h\n"
      "subs x20, x20, #0x1\n"
      "fcvtl v26.4s, v26.4h\n"
      "fcvtl v25.4s, v25.4h\n"
      "fcvtl v24.4s, v24.4h\n"
      "fcvtl v23.4s, v23.4h\n"
      "fcvtl v22.4s, v22.4h\n"
      "fcvtl v21.4s, v21.4h\n"
      "zip1 v20.4s, v28.4s, v26.4s\n"
      "zip1 v19.4s, v27.4s, v25.4s\n"
      "zip1 v18.4s, v24.4s, v22.4s\n"
      "zip1 v17.4s, v23.4s, v21.4s\n"
      "zip1 v16.4s, v20.4s, v19.4s\n"
      "str q16, [%x[out_ptr], #0x0]\n"
      "zip1 v16.4s, v18.4s, v17.4s\n"
      "str q16, [%x[out_ptr], #0x10]\n"
      "add %x[out_ptr], %x[out_ptr], #0x20\n"
      "beq 6f\n"
      "subs x20, x20, #0x1\n"
      "zip2 v16.4s, v20.4s, v19.4s\n"
      "str q16, [%x[out_ptr], #0x0]\n"
      "zip2 v16.4s, v18.4s, v17.4s\n"
      "str q16, [%x[out_ptr], #0x10]\n"
      "add %x[out_ptr], %x[out_ptr], #0x20\n"
      "beq 6f\n"
      "zip2 v19.4s, v28.4s, v26.4s\n"
      "zip2 v16.4s, v27.4s, v25.4s\n"
      "zip2 v18.4s, v24.4s, v22.4s\n"
      "zip2 v17.4s, v23.4s, v21.4s\n"
      "zip1 v16.4s, v19.4s, v16.4s\n"
      "str q16, [%x[out_ptr], #0x0]\n"
      "zip1 v16.4s, v18.4s, v17.4s\n"
      "str q16, [%x[out_ptr], #0x10]\n"
      "add %x[out_ptr], %x[out_ptr], #0x20\n"
      "6:"  // Odds skip
      : [out_ptr] "+&r" (out_ptr), [width] "+&r" (width)
      : [height] "r" (height), [in] "r" (in), [row_offset] "r" (row_offset)
      : "cc", "memory", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "x20", "x21", "x22", "x23", "x24", "x25", "x26", "x27", "x28"
    );
}


#endif // __aarch64__