blob: dfec14358b3935b478eeed017a33a67672e17c9a [file] [log] [blame]
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001/*
Michael Tylerba209752022-12-15 12:39:29 +00002 * Copyright (c) 2021, 2023 Arm Limited.
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01003 *
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 *
Michael Tylerba209752022-12-15 12:39:29 +000013 * The above copyright notice and this permission notice shall be included in all
14 * copies or substantial portions of the Software.
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010015 *
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
Michael Tylerba209752022-12-15 12:39:29 +000020 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 * SOFTWARE.
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010023 */
24
25#ifdef __aarch64__
26
27template<>
28void interleave_block<8, 4, VLType::None, false>(
29 bfloat16 * &out_ptr, const float * const * in, size_t width, size_t height,
30 size_t row_offset, bool
31)
32{
33 __asm__ __volatile__(
Michael Tylerba209752022-12-15 12:39:29 +000034 "ldr x28, [%x[in], #0x0]\n"
35 "ldr x27, [%x[in], #0x8]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010036 "cmp %x[height], #0x8\n"
Michael Tylerba209752022-12-15 12:39:29 +000037 "add x28, x28, %x[row_offset], LSL #2\n"
38 "ldr x26, [%x[in], #0x10]\n"
39 "ldr x25, [%x[in], #0x18]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010040 "add x27, x27, %x[row_offset], LSL #2\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010041 "add x26, x26, %x[row_offset], LSL #2\n"
Michael Tylerba209752022-12-15 12:39:29 +000042 "ldr x24, [%x[in], #0x20]\n"
43 "ldr x23, [%x[in], #0x28]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010044 "add x25, x25, %x[row_offset], LSL #2\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010045 "add x24, x24, %x[row_offset], LSL #2\n"
Michael Tylerba209752022-12-15 12:39:29 +000046 "ldr x22, [%x[in], #0x30]\n"
47 "ldr x21, [%x[in], #0x38]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010048 "add x23, x23, %x[row_offset], LSL #2\n"
49 "add x22, x22, %x[row_offset], LSL #2\n"
50 "add x21, x21, %x[row_offset], LSL #2\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010051 "beq 1f\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010052 "cmp %x[height], #0x2\n"
Michael Tylerba209752022-12-15 12:39:29 +000053 "csel x27, x27, x28, GE\n"
54 "csel x26, x26, x28, GT\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010055 "cmp %x[height], #0x4\n"
Michael Tylerba209752022-12-15 12:39:29 +000056 "csel x25, x25, x28, GE\n"
57 "csel x24, x24, x28, GT\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010058 "cmp %x[height], #0x6\n"
Michael Tylerba209752022-12-15 12:39:29 +000059 "mov x21, x28\n"
60 "csel x23, x23, x28, GE\n"
61 "csel x22, x22, x28, GT\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010062 "1:" // no_pointer_adj
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010063 "cmp %x[width], #0x4\n"
Michael Tylerba209752022-12-15 12:39:29 +000064 "prfm pldl1keep, [x28, #0x0]\n"
65 "prfm pldl1keep, [x27, #0x0]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010066 "prfm pldl1keep, [x26, #0x0]\n"
67 "prfm pldl1keep, [x25, #0x0]\n"
68 "prfm pldl1keep, [x24, #0x0]\n"
69 "prfm pldl1keep, [x23, #0x0]\n"
70 "prfm pldl1keep, [x22, #0x0]\n"
71 "prfm pldl1keep, [x21, #0x0]\n"
Michael Tylerba209752022-12-15 12:39:29 +000072 "prfm pldl1keep, [x28, #0x40]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010073 "prfm pldl1keep, [x27, #0x40]\n"
74 "prfm pldl1keep, [x26, #0x40]\n"
75 "prfm pldl1keep, [x25, #0x40]\n"
76 "prfm pldl1keep, [x24, #0x40]\n"
77 "prfm pldl1keep, [x23, #0x40]\n"
78 "prfm pldl1keep, [x22, #0x40]\n"
79 "prfm pldl1keep, [x21, #0x40]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010080 "blt 3f\n"
81 "2:" // Main loop head
Michael Tylerba209752022-12-15 12:39:29 +000082 "ldr q23, [x28], #0x10\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010083 "ldr q22, [x26], #0x10\n"
Michael Tylerba209752022-12-15 12:39:29 +000084 ".inst 0x0ea16af7 // bfcvtn v23.4h, v23.4s\n"
85 ".inst 0x0ea16ad6 // bfcvtn v22.4h, v22.4s\n"
86 "ldr q21, [x24], #0x10\n"
87 "ldr q20, [x22], #0x10\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010088 ".inst 0x0ea16ab5 // bfcvtn v21.4h, v21.4s\n"
Michael Tylerba209752022-12-15 12:39:29 +000089 ".inst 0x0ea16a94 // bfcvtn v20.4h, v20.4s\n"
90 "ldr q19, [x27], #0x10\n"
91 "ldr q18, [x25], #0x10\n"
92 "subs %x[width], %x[width], #0x4\n"
93 "cmp %x[width], #0x4\n"
94 "ldr q17, [x23], #0x10\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010095 "ldr q16, [x21], #0x10\n"
Michael Tylerba209752022-12-15 12:39:29 +000096 ".inst 0x4ea16a77 // bfcvtn2 v23.8h, v19.4s\n"
97 ".inst 0x4ea16a56 // bfcvtn2 v22.8h, v18.4s\n"
98 "prfm pldl1keep, [x28, #0x70]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010099 "prfm pldl1keep, [x27, #0x70]\n"
Michael Tylerba209752022-12-15 12:39:29 +0000100 ".inst 0x4ea16a35 // bfcvtn2 v21.8h, v17.4s\n"
101 ".inst 0x4ea16a14 // bfcvtn2 v20.8h, v16.4s\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100102 "prfm pldl1keep, [x26, #0x70]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100103 "prfm pldl1keep, [x25, #0x70]\n"
Michael Tylerba209752022-12-15 12:39:29 +0000104 "str q23, [%x[out_ptr], #0x0]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100105 "prfm pldl1keep, [x24, #0x70]\n"
106 "prfm pldl1keep, [x23, #0x70]\n"
Michael Tylerba209752022-12-15 12:39:29 +0000107 "str q22, [%x[out_ptr], #0x10]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100108 "prfm pldl1keep, [x22, #0x70]\n"
109 "prfm pldl1keep, [x21, #0x70]\n"
Michael Tylerba209752022-12-15 12:39:29 +0000110 "str q21, [%x[out_ptr], #0x20]\n"
111 "str q20, [%x[out_ptr], #0x30]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100112 "add %x[out_ptr], %x[out_ptr], #0x40\n"
113 "bge 2b\n"
114 "3:" // Main loop skip
115 "cbz %x[width], 6f\n"
116 "tbz %x[width], #1, 4f\n"
Michael Tylerba209752022-12-15 12:39:29 +0000117 "ldr d23, [x28], #0x8\n"
118 "ldr d19, [x27], #0x8\n"
119 "mov x20, #0x1\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100120 "ldr d22, [x26], #0x8\n"
Michael Tylerba209752022-12-15 12:39:29 +0000121 "ldr d18, [x25], #0x8\n"
122 "ldr d21, [x24], #0x8\n"
123 "ldr d17, [x23], #0x8\n"
124 "ldr d20, [x22], #0x8\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100125 "ldr d16, [x21], #0x8\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100126 "tbz %x[width], #0, 5f\n"
Michael Tylerba209752022-12-15 12:39:29 +0000127 "ld1 { v23.s }[2], [x28]\n"
128 "ld1 { v19.s }[2], [x27]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100129 "ld1 { v22.s }[2], [x26]\n"
Michael Tylerba209752022-12-15 12:39:29 +0000130 "ld1 { v18.s }[2], [x25]\n"
131 "ld1 { v21.s }[2], [x24]\n"
132 "ld1 { v17.s }[2], [x23]\n"
133 "ld1 { v20.s }[2], [x22]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100134 "ld1 { v16.s }[2], [x21]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100135 "b 5f\n"
136 "4:" // odd_loads_1_0
Michael Tylerba209752022-12-15 12:39:29 +0000137 "ldr s23, [x28, #0x0]\n"
138 "ldr s19, [x27, #0x0]\n"
139 "mov x20, #0x1\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100140 "ldr s22, [x26, #0x0]\n"
Michael Tylerba209752022-12-15 12:39:29 +0000141 "ldr s18, [x25, #0x0]\n"
142 "ldr s21, [x24, #0x0]\n"
143 "ldr s17, [x23, #0x0]\n"
144 "ldr s20, [x22, #0x0]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100145 "ldr s16, [x21, #0x0]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100146 "5:" // Odd load end
147 ".inst 0x0ea16af7 // bfcvtn v23.4h, v23.4s\n"
Michael Tylerba209752022-12-15 12:39:29 +0000148 ".inst 0x0ea16ad6 // bfcvtn v22.4h, v22.4s\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100149 ".inst 0x0ea16ab5 // bfcvtn v21.4h, v21.4s\n"
Michael Tylerba209752022-12-15 12:39:29 +0000150 ".inst 0x0ea16a94 // bfcvtn v20.4h, v20.4s\n"
151 ".inst 0x4ea16a77 // bfcvtn2 v23.8h, v19.4s\n"
152 ".inst 0x4ea16a56 // bfcvtn2 v22.8h, v18.4s\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100153 "str q23, [%x[out_ptr], #0x0]\n"
Michael Tylerba209752022-12-15 12:39:29 +0000154 ".inst 0x4ea16a35 // bfcvtn2 v21.8h, v17.4s\n"
155 ".inst 0x4ea16a14 // bfcvtn2 v20.8h, v16.4s\n"
156 "str q22, [%x[out_ptr], #0x10]\n"
157 "str q21, [%x[out_ptr], #0x20]\n"
158 "str q20, [%x[out_ptr], #0x30]\n"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100159 "add %x[out_ptr], %x[out_ptr], #0x40\n"
160 "6:" // Odds skip
161
162 : [out_ptr] "+&r" (out_ptr), [width] "+&r" (width)
163 : [height] "r" (height), [in] "r" (in), [row_offset] "r" (row_offset)
Michael Tylerba209752022-12-15 12:39:29 +0000164 : "cc", "memory", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "x20", "x21", "x22", "x23", "x24", "x25", "x26", "x27", "x28"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100165 );
166}
167
168
169#endif // __aarch64__