blob: 62d1657a9a28f5990d625d80f2b467247821dae2 [file] [log] [blame]
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001/*
Georgios Pinitase28cf392021-01-31 05:18:43 +00002 * Copyright (c) 2019-2021 Arm Limited.
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00003 *
4 * SPDX-License-Identifier: MIT
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to
8 * deal in the Software without restriction, including without limitation the
9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10 * sell copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
22 * IN THE SOFTWARE.
23 */
24
25#ifdef __aarch64__
26
27template<>
28void interleave_block<8, 1, VLType::None, false>(
29 __fp16 * &out_ptr, const __fp16 * const * in, size_t width, size_t height,
30 size_t row_offset, bool
31)
32{
33 __asm__ __volatile__(
34 "ldr x27, [%x[in], #0x0]\n"
35 "cmp %x[height], #0x8\n"
36 "ldr x26, [%x[in], #0x8]\n"
37 "add x27, x27, %x[row_offset], LSL #1\n"
38 "ldr x25, [%x[in], #0x10]\n"
39 "ldr x24, [%x[in], #0x18]\n"
40 "add x26, x26, %x[row_offset], LSL #1\n"
41 "ldr x23, [%x[in], #0x20]\n"
42 "add x25, x25, %x[row_offset], LSL #1\n"
43 "ldr x22, [%x[in], #0x28]\n"
44 "ldr x21, [%x[in], #0x30]\n"
45 "add x24, x24, %x[row_offset], LSL #1\n"
46 "ldr x20, [%x[in], #0x38]\n"
47 "add x23, x23, %x[row_offset], LSL #1\n"
48 "add x22, x22, %x[row_offset], LSL #1\n"
49 "add x21, x21, %x[row_offset], LSL #1\n"
50 "add x20, x20, %x[row_offset], LSL #1\n"
51 "beq 1f\n"
52 "mov x20, x27\n"
53 "cmp %x[height], #0x2\n"
54 "csel x26, x26, x27, GE\n"
55 "csel x25, x25, x27, GT\n"
56 "cmp %x[height], #0x4\n"
57 "csel x24, x24, x27, GE\n"
58 "csel x23, x23, x27, GT\n"
59 "cmp %x[height], #0x6\n"
60 "csel x22, x22, x27, GE\n"
61 "csel x21, x21, x27, GT\n"
62 "1:" // no_pointer_adj
63 "prfm pldl1keep, [x27, #0x0]\n"
64 "cmp %x[width], #0x8\n"
65 "prfm pldl1keep, [x26, #0x0]\n"
66 "prfm pldl1keep, [x25, #0x0]\n"
67 "prfm pldl1keep, [x24, #0x0]\n"
68 "prfm pldl1keep, [x23, #0x0]\n"
69 "prfm pldl1keep, [x22, #0x0]\n"
70 "prfm pldl1keep, [x21, #0x0]\n"
71 "prfm pldl1keep, [x20, #0x0]\n"
72 "prfm pldl1keep, [x27, #0x40]\n"
73 "prfm pldl1keep, [x26, #0x40]\n"
74 "prfm pldl1keep, [x25, #0x40]\n"
75 "prfm pldl1keep, [x24, #0x40]\n"
76 "prfm pldl1keep, [x23, #0x40]\n"
77 "prfm pldl1keep, [x22, #0x40]\n"
78 "prfm pldl1keep, [x21, #0x40]\n"
79 "prfm pldl1keep, [x20, #0x40]\n"
80 "blt 3f\n"
81 "2:" // Main loop head
82 "ldr q30, [x27], #0x10\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +000083 "subs %x[width], %x[width], #0x8\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +000084 "ldr q29, [x26], #0x10\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +000085 "cmp %x[width], #0x8\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +000086 "ldr q28, [x25], #0x10\n"
87 "ldr q27, [x24], #0x10\n"
88 "ldr q25, [x23], #0x10\n"
89 "zip1 v26.8h, v30.8h, v25.8h\n"
90 "ldr q21, [x22], #0x10\n"
91 "zip2 v25.8h, v30.8h, v25.8h\n"
92 "ldr q24, [x21], #0x10\n"
93 "ldr q23, [x20], #0x10\n"
94 "zip1 v22.8h, v29.8h, v21.8h\n"
95 "prfm pldl1keep, [x27, #0x70]\n"
96 "zip2 v21.8h, v29.8h, v21.8h\n"
97 "prfm pldl1keep, [x26, #0x70]\n"
98 "zip1 v20.8h, v28.8h, v24.8h\n"
99 "prfm pldl1keep, [x25, #0x70]\n"
100 "zip1 v18.8h, v26.8h, v20.8h\n"
101 "prfm pldl1keep, [x24, #0x70]\n"
102 "zip1 v19.8h, v27.8h, v23.8h\n"
103 "prfm pldl1keep, [x23, #0x70]\n"
104 "zip1 v16.8h, v22.8h, v19.8h\n"
105 "prfm pldl1keep, [x22, #0x70]\n"
106 "zip1 v17.8h, v18.8h, v16.8h\n"
107 "prfm pldl1keep, [x21, #0x70]\n"
108 "zip2 v16.8h, v18.8h, v16.8h\n"
109 "prfm pldl1keep, [x20, #0x70]\n"
110 "zip2 v18.8h, v26.8h, v20.8h\n"
111 "str q17, [%x[out_ptr], #0x0]\n"
112 "zip2 v17.8h, v22.8h, v19.8h\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000113 "str q16, [%x[out_ptr], #0x10]\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000114 "zip1 v16.8h, v18.8h, v17.8h\n"
115 "str q16, [%x[out_ptr], #0x20]\n"
116 "zip2 v16.8h, v18.8h, v17.8h\n"
117 "str q16, [%x[out_ptr], #0x30]\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000118 "zip2 v20.8h, v28.8h, v24.8h\n"
119 "zip1 v18.8h, v25.8h, v20.8h\n"
120 "zip2 v19.8h, v27.8h, v23.8h\n"
121 "zip1 v17.8h, v21.8h, v19.8h\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000122 "zip1 v16.8h, v18.8h, v17.8h\n"
123 "str q16, [%x[out_ptr], #0x40]\n"
124 "zip2 v16.8h, v18.8h, v17.8h\n"
125 "str q16, [%x[out_ptr], #0x50]\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000126 "zip2 v18.8h, v25.8h, v20.8h\n"
127 "zip2 v17.8h, v21.8h, v19.8h\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000128 "zip1 v16.8h, v18.8h, v17.8h\n"
129 "str q16, [%x[out_ptr], #0x60]\n"
130 "zip2 v16.8h, v18.8h, v17.8h\n"
131 "str q16, [%x[out_ptr], #0x70]\n"
132 "add %x[out_ptr], %x[out_ptr], #0x80\n"
133 "bge 2b\n"
134 "3:" // Main loop skip
135 "cbz %x[width], 8f\n"
136 "tbz %x[width], #2, 5f\n"
137 "ldr d30, [x27], #0x8\n"
138 "ldr d29, [x26], #0x8\n"
139 "ldr d28, [x25], #0x8\n"
140 "ldr d27, [x24], #0x8\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000141 "ldr d25, [x23], #0x8\n"
142 "ldr d21, [x22], #0x8\n"
143 "ldr d24, [x21], #0x8\n"
144 "ldr d23, [x20], #0x8\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000145 "tbz %x[width], #1, 4f\n"
146 "ld1 { v30.s }[2], [x27], #0x4\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000147 "mov x19, #0x6\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000148 "ld1 { v29.s }[2], [x26], #0x4\n"
149 "ld1 { v28.s }[2], [x25], #0x4\n"
150 "ld1 { v27.s }[2], [x24], #0x4\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000151 "ld1 { v25.s }[2], [x23], #0x4\n"
152 "ld1 { v21.s }[2], [x22], #0x4\n"
153 "ld1 { v24.s }[2], [x21], #0x4\n"
154 "ld1 { v23.s }[2], [x20], #0x4\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000155 "tbz %x[width], #0, 7f\n"
156 "ld1 { v30.h }[6], [x27]\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000157 "mov x19, #0x7\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000158 "ld1 { v29.h }[6], [x26]\n"
159 "ld1 { v28.h }[6], [x25]\n"
160 "ld1 { v27.h }[6], [x24]\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000161 "ld1 { v25.h }[6], [x23]\n"
162 "ld1 { v21.h }[6], [x22]\n"
163 "ld1 { v24.h }[6], [x21]\n"
164 "ld1 { v23.h }[6], [x20]\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000165 "b 7f\n"
166 "4:" // odd_loads_1_4
167 "mov x19, #0x4\n"
168 "tbz %x[width], #0, 7f\n"
169 "ld1 { v30.h }[4], [x27]\n"
170 "ld1 { v29.h }[4], [x26]\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000171 "mov x19, #0x5\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000172 "ld1 { v28.h }[4], [x25]\n"
173 "ld1 { v27.h }[4], [x24]\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000174 "ld1 { v25.h }[4], [x23]\n"
175 "ld1 { v21.h }[4], [x22]\n"
176 "ld1 { v24.h }[4], [x21]\n"
177 "ld1 { v23.h }[4], [x20]\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000178 "b 7f\n"
179 "5:" // odd_loads_2_0
180 "tbz %x[width], #1, 6f\n"
181 "ldr s30, [x27], #0x4\n"
182 "ldr s29, [x26], #0x4\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000183 "mov x19, #0x2\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000184 "ldr s28, [x25], #0x4\n"
185 "ldr s27, [x24], #0x4\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000186 "ldr s25, [x23], #0x4\n"
187 "ldr s21, [x22], #0x4\n"
188 "ldr s24, [x21], #0x4\n"
189 "ldr s23, [x20], #0x4\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000190 "tbz %x[width], #0, 7f\n"
191 "ld1 { v30.h }[2], [x27]\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000192 "mov x19, #0x3\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000193 "ld1 { v29.h }[2], [x26]\n"
194 "ld1 { v28.h }[2], [x25]\n"
195 "ld1 { v27.h }[2], [x24]\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000196 "ld1 { v25.h }[2], [x23]\n"
197 "ld1 { v21.h }[2], [x22]\n"
198 "ld1 { v24.h }[2], [x21]\n"
199 "ld1 { v23.h }[2], [x20]\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000200 "b 7f\n"
201 "6:" // odd_loads_1_0
202 "ldr h30, [x27, #0x0]\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000203 "mov x19, #0x1\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000204 "ldr h29, [x26, #0x0]\n"
205 "ldr h28, [x25, #0x0]\n"
206 "ldr h27, [x24, #0x0]\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000207 "ldr h25, [x23, #0x0]\n"
208 "ldr h21, [x22, #0x0]\n"
209 "ldr h24, [x21, #0x0]\n"
210 "ldr h23, [x20, #0x0]\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000211 "7:" // Odd load end
Georgios Pinitase28cf392021-01-31 05:18:43 +0000212 "zip1 v26.8h, v30.8h, v25.8h\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000213 "subs x19, x19, #0x1\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000214 "zip1 v20.8h, v28.8h, v24.8h\n"
215 "zip1 v18.8h, v26.8h, v20.8h\n"
216 "zip1 v22.8h, v29.8h, v21.8h\n"
217 "zip1 v19.8h, v27.8h, v23.8h\n"
218 "zip1 v16.8h, v22.8h, v19.8h\n"
219 "zip1 v17.8h, v18.8h, v16.8h\n"
220 "str q17, [%x[out_ptr], #0x0]\n"
221 "add %x[out_ptr], %x[out_ptr], #0x10\n"
222 "beq 8f\n"
223 "zip2 v16.8h, v18.8h, v16.8h\n"
224 "str q16, [%x[out_ptr], #0x0]\n"
225 "subs x19, x19, #0x1\n"
226 "add %x[out_ptr], %x[out_ptr], #0x10\n"
227 "beq 8f\n"
228 "zip2 v18.8h, v26.8h, v20.8h\n"
229 "zip2 v17.8h, v22.8h, v19.8h\n"
230 "subs x19, x19, #0x1\n"
231 "zip1 v16.8h, v18.8h, v17.8h\n"
232 "str q16, [%x[out_ptr], #0x0]\n"
233 "add %x[out_ptr], %x[out_ptr], #0x10\n"
234 "beq 8f\n"
235 "zip2 v16.8h, v18.8h, v17.8h\n"
236 "str q16, [%x[out_ptr], #0x0]\n"
237 "subs x19, x19, #0x1\n"
238 "add %x[out_ptr], %x[out_ptr], #0x10\n"
239 "beq 8f\n"
240 "zip2 v25.8h, v30.8h, v25.8h\n"
241 "zip2 v20.8h, v28.8h, v24.8h\n"
242 "subs x19, x19, #0x1\n"
243 "zip1 v18.8h, v25.8h, v20.8h\n"
244 "zip2 v21.8h, v29.8h, v21.8h\n"
245 "zip2 v19.8h, v27.8h, v23.8h\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000246 "zip1 v17.8h, v21.8h, v19.8h\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000247 "zip1 v16.8h, v18.8h, v17.8h\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000248 "str q16, [%x[out_ptr], #0x0]\n"
249 "add %x[out_ptr], %x[out_ptr], #0x10\n"
250 "beq 8f\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000251 "zip2 v16.8h, v18.8h, v17.8h\n"
252 "str q16, [%x[out_ptr], #0x0]\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000253 "subs x19, x19, #0x1\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000254 "add %x[out_ptr], %x[out_ptr], #0x10\n"
255 "beq 8f\n"
Georgios Pinitase28cf392021-01-31 05:18:43 +0000256 "zip2 v18.8h, v25.8h, v20.8h\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000257 "zip2 v17.8h, v21.8h, v19.8h\n"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000258 "zip1 v16.8h, v18.8h, v17.8h\n"
259 "str q16, [%x[out_ptr], #0x0]\n"
260 "add %x[out_ptr], %x[out_ptr], #0x10\n"
261 "8:" // Odds skip
262
Georgios Pinitase28cf392021-01-31 05:18:43 +0000263 : [out_ptr] "+&r" (out_ptr), [width] "+&r" (width)
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000264 : [height] "r" (height), [in] "r" (in), [row_offset] "r" (row_offset)
265 : "cc", "memory", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v30", "x19", "x20", "x21", "x22", "x23", "x24", "x25", "x26", "x27"
266 );
267}
268
269
270#endif // __aarch64__