aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp')
-rw-r--r--src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp1024
1 files changed, 512 insertions, 512 deletions
diff --git a/src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp b/src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp
index 8d05c1ffb3..43b0f54805 100644
--- a/src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp
+++ b/src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, 2023 Arm Limited.
+ * Copyright (c) 2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -10,16 +10,16 @@
* 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 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.
+ * 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 ARM_COMPUTE_ENABLE_SVE
@@ -100,39 +100,39 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"cmp %x[M], #0x2\n"
"bgt 27f\n"
"beq 14f\n"
- "mov x10, %x[bias]\n"
- "ldr x9, [%x[args_ptr], %[offsetof_N]]\n"
- "ldr x28, [%x[args_ptr], %[offsetof_B_ptr]]\n"
- "mov x27, %x[output_ptr]\n"
+ "mov x9, %x[bias]\n"
+ "ldr x28, [%x[args_ptr], %[offsetof_N]]\n"
+ "ldr x27, [%x[args_ptr], %[offsetof_B_ptr]]\n"
+ "mov x26, %x[output_ptr]\n"
"2:" // Height 1: Column loop
- "mov x20, #0x0\n"
- "whilelt p6.s, x20, x9\n"
- "incw x20\n"
- "whilelt p5.s, x20, x9\n"
- "incw x20\n"
- "whilelt p4.s, x20, x9\n"
- "incw x20\n"
- "whilelt p3.s, x20, x9\n"
- "incw x20\n"
- "whilelt p2.s, x20, x9\n"
- "incw x20\n"
- "whilelt p1.s, x20, x9\n"
- "cbz x10, 3f\n"
- "ld1w { z8.s }, p7/Z, [x10]\n"
- "ld1w { z9.s }, p7/Z, [x10, #1, MUL VL]\n"
+ "mov x19, #0x0\n"
+ "whilelt p6.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p5.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p4.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p3.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p2.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p1.s, x19, x28\n"
+ "cbz x9, 3f\n"
+ "ld1w { z8.s }, p7/Z, [x9]\n"
+ "ld1w { z9.s }, p7/Z, [x9, #1, MUL VL]\n"
+ "ld1w { z10.s }, p7/Z, [x9, #2, MUL VL]\n"
"zip2 z14.d, z8.d, z8.d\n"
"zip1 z8.d, z8.d, z8.d\n"
- "ld1w { z10.s }, p7/Z, [x10, #2, MUL VL]\n"
- "ld1w { z11.s }, p7/Z, [x10, #3, MUL VL]\n"
+ "ld1w { z11.s }, p7/Z, [x9, #3, MUL VL]\n"
+ "ld1w { z12.s }, p7/Z, [x9, #4, MUL VL]\n"
"zip2 z15.d, z9.d, z9.d\n"
"zip1 z9.d, z9.d, z9.d\n"
- "ld1w { z12.s }, p7/Z, [x10, #4, MUL VL]\n"
- "ld1w { z13.s }, p7/Z, [x10, #5, MUL VL]\n"
+ "ld1w { z13.s }, p7/Z, [x9, #5, MUL VL]\n"
"zip2 z16.d, z10.d, z10.d\n"
"zip1 z10.d, z10.d, z10.d\n"
+ "addvl x9, x9, #6\n"
"zip2 z17.d, z11.d, z11.d\n"
"zip1 z11.d, z11.d, z11.d\n"
- "addvl x10, x10, #6\n"
"zip2 z18.d, z12.d, z12.d\n"
"zip1 z12.d, z12.d, z12.d\n"
"zip2 z19.d, z13.d, z13.d\n"
@@ -140,16 +140,16 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"b 5f\n"
"3:" // Height 1: no bias
"tbz %x[flags], #0, 4f\n"
- "ld1w { z9.s }, p6/Z, [x27]\n"
- "ld1w { z10.s }, p5/Z, [x27, #1, MUL VL]\n"
+ "ld1w { z9.s }, p6/Z, [x26]\n"
+ "ld1w { z10.s }, p5/Z, [x26, #1, MUL VL]\n"
"zip1 z8.d, z9.d, z14.d\n"
+ "ld1w { z11.s }, p4/Z, [x26, #2, MUL VL]\n"
+ "ld1w { z12.s }, p3/Z, [x26, #3, MUL VL]\n"
"zip2 z14.d, z9.d, z14.d\n"
- "ld1w { z11.s }, p4/Z, [x27, #2, MUL VL]\n"
- "ld1w { z12.s }, p3/Z, [x27, #3, MUL VL]\n"
"zip1 z9.d, z10.d, z15.d\n"
+ "ld1w { z13.s }, p2/Z, [x26, #4, MUL VL]\n"
+ "ld1w { z20.s }, p1/Z, [x26, #5, MUL VL]\n"
"zip2 z15.d, z10.d, z15.d\n"
- "ld1w { z13.s }, p2/Z, [x27, #4, MUL VL]\n"
- "ld1w { z20.s }, p1/Z, [x27, #5, MUL VL]\n"
"zip1 z10.d, z11.d, z16.d\n"
"zip2 z16.d, z11.d, z16.d\n"
"zip1 z11.d, z12.d, z17.d\n"
@@ -173,94 +173,94 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"mov z18.b, #0x0\n"
"mov z19.b, #0x0\n"
"5:" // Height 1: setup done
- "mov x26, #0x0\n"
+ "mov x25, #0x0\n"
"6:" // Height 1: String loop
- "ldr x20, [%x[args_ptr], %[offsetof_string_lengths]]\n"
- "ldr w25, [x20, x26, LSL #0x2]\n"
- "ldr x20, [%x[args_ptr], %[offsetof_input_offset]]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_string_lengths]]\n"
+ "ldr w24, [x19, x25, LSL #0x2]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_input_offset]]\n"
"tbz %x[flags], #3, 7f\n"
- "ldr x21, [%x[input_ptr], x26, LSL #0x3]\n"
- "add x21, x21, x20, LSL #3\n"
- "ldr x24, [x21, #0x0]\n"
- "cbnz x26, 8f\n"
- "ldr x20, [%x[args_ptr], %[offsetof_input_initial_col]]\n"
- "add x24, x24, x20, LSL #2\n"
+ "ldr x20, [%x[input_ptr], x25, LSL #0x3]\n"
+ "add x20, x20, x19, LSL #3\n"
+ "ldr x23, [x20, #0x0]\n"
+ "cbnz x25, 8f\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_input_initial_col]]\n"
+ "add x23, x23, x19, LSL #2\n"
"b 8f\n"
"7:" // Height 1: setup direct input
- "mov x24, %x[input_ptr]\n"
+ "mov x23, %x[input_ptr]\n"
"8:" // Height 1: input setup done
- "cmp x25, #0x4\n"
+ "cmp x24, #0x4\n"
"ble 10f\n"
"9:" // Height 1: Multiply loop: Main loop head
- "whilelt p0.s, XZR, x25\n"
- "ld1rqw { z0.s }, p0/Z, [x24]\n"
+ "whilelt p0.s, XZR, x24\n"
+ "ld1rqw { z0.s }, p0/Z, [x23]\n"
".inst 0x658abc00 // bfcvt z0.h, p7/M, z0.s\n"
"uzp1 z0.h, z0.h, z0.h\n"
- "ld1h { z4.h }, p7/Z, [x28]\n"
- "ld1h { z5.h }, p7/Z, [x28, #1, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #1, MUL VL]\n"
".inst 0x6464e408 // bfmmla z8.s, z0.h, z4.h\n"
".inst 0x6465e40e // bfmmla z14.s, z0.h, z5.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #2, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #3, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #2, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #3, MUL VL]\n"
".inst 0x6466e409 // bfmmla z9.s, z0.h, z6.h\n"
".inst 0x6467e40f // bfmmla z15.s, z0.h, z7.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #4, MUL VL]\n"
- "ld1h { z5.h }, p7/Z, [x28, #5, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #4, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #5, MUL VL]\n"
".inst 0x6464e40a // bfmmla z10.s, z0.h, z4.h\n"
".inst 0x6465e410 // bfmmla z16.s, z0.h, z5.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #6, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #7, MUL VL]\n"
- "addvl x28, x28, #16\n"
+ "ld1h { z6.h }, p7/Z, [x27, #6, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #7, MUL VL]\n"
+ "addvl x27, x27, #16\n"
".inst 0x6466e40b // bfmmla z11.s, z0.h, z6.h\n"
".inst 0x6467e411 // bfmmla z17.s, z0.h, z7.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #-8, MUL VL]\n"
- "ld1h { z5.h }, p7/Z, [x28, #-7, MUL VL]\n"
- "sub x25, x25, #0x4\n"
- "ld1h { z6.h }, p7/Z, [x28, #-6, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #-5, MUL VL]\n"
- "cmp x25, #0x4\n"
+ "ld1h { z4.h }, p7/Z, [x27, #-8, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #-7, MUL VL]\n"
+ "sub x24, x24, #0x4\n"
+ "ld1h { z6.h }, p7/Z, [x27, #-6, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #-5, MUL VL]\n"
+ "cmp x24, #0x4\n"
".inst 0x6464e40c // bfmmla z12.s, z0.h, z4.h\n"
".inst 0x6465e412 // bfmmla z18.s, z0.h, z5.h\n"
".inst 0x6466e40d // bfmmla z13.s, z0.h, z6.h\n"
- "add x24, x24, #0x10\n"
- "addvl x28, x28, #-4\n"
+ "add x23, x23, #0x10\n"
+ "addvl x27, x27, #-4\n"
".inst 0x6467e413 // bfmmla z19.s, z0.h, z7.h\n"
"bgt 9b\n"
"10:" // Height 1: Multiply loop: Single iteration only
- "whilelt p0.s, XZR, x25\n"
- "ld1rqw { z0.s }, p0/Z, [x24]\n"
+ "whilelt p0.s, XZR, x24\n"
+ "ld1rqw { z0.s }, p0/Z, [x23]\n"
".inst 0x658abc00 // bfcvt z0.h, p7/M, z0.s\n"
"uzp1 z0.h, z0.h, z0.h\n"
- "ld1h { z4.h }, p7/Z, [x28]\n"
- "ld1h { z5.h }, p7/Z, [x28, #1, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #1, MUL VL]\n"
".inst 0x6464e408 // bfmmla z8.s, z0.h, z4.h\n"
".inst 0x6465e40e // bfmmla z14.s, z0.h, z5.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #2, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #3, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #2, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #3, MUL VL]\n"
".inst 0x6466e409 // bfmmla z9.s, z0.h, z6.h\n"
".inst 0x6467e40f // bfmmla z15.s, z0.h, z7.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #4, MUL VL]\n"
- "ld1h { z5.h }, p7/Z, [x28, #5, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #4, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #5, MUL VL]\n"
".inst 0x6464e40a // bfmmla z10.s, z0.h, z4.h\n"
".inst 0x6465e410 // bfmmla z16.s, z0.h, z5.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #6, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #7, MUL VL]\n"
- "addvl x28, x28, #16\n"
+ "ld1h { z6.h }, p7/Z, [x27, #6, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #7, MUL VL]\n"
+ "addvl x27, x27, #16\n"
".inst 0x6466e40b // bfmmla z11.s, z0.h, z6.h\n"
".inst 0x6467e411 // bfmmla z17.s, z0.h, z7.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #-8, MUL VL]\n"
- "ld1h { z5.h }, p7/Z, [x28, #-7, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #-8, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #-7, MUL VL]\n"
".inst 0x6464e40c // bfmmla z12.s, z0.h, z4.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #-6, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #-5, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #-6, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #-5, MUL VL]\n"
".inst 0x6465e412 // bfmmla z18.s, z0.h, z5.h\n"
".inst 0x6466e40d // bfmmla z13.s, z0.h, z6.h\n"
".inst 0x6467e413 // bfmmla z19.s, z0.h, z7.h\n"
- "addvl x28, x28, #-4\n"
+ "addvl x27, x27, #-4\n"
"11:" // Height 1: Multiply loop: multiply skip
- "ldr w20, [%x[args_ptr], %[offsetof_num_strings]]\n"
- "add x26, x26, #0x1\n"
- "cmp x26, x20\n"
+ "ldr w19, [%x[args_ptr], %[offsetof_num_strings]]\n"
+ "add x25, x25, #0x1\n"
+ "cmp x25, x19\n"
"bne 6b\n"
"uzp1 z8.d, z8.d, z14.d\n"
"uzp1 z9.d, z9.d, z15.d\n"
@@ -269,10 +269,10 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"uzp1 z12.d, z12.d, z18.d\n"
"uzp1 z13.d, z13.d, z19.d\n"
"tbz %x[flags], #1, 12f\n"
- "add x20, %x[args_ptr], %[offset_max]\n"
- "ld1rw { z1.s }, p7/Z, [x20]\n"
- "add x20, %x[args_ptr], %[offset_min]\n"
- "ld1rw { z0.s }, p7/Z, [x20]\n"
+ "add x19, %x[args_ptr], %[offset_max]\n"
+ "ld1rw { z1.s }, p7/Z, [x19]\n"
+ "add x19, %x[args_ptr], %[offset_min]\n"
+ "ld1rw { z0.s }, p7/Z, [x19]\n"
"fmin z8.s, p7/M, z8.s, z1.s\n"
"fmin z9.s, p7/M, z9.s, z1.s\n"
"fmin z10.s, p7/M, z10.s, z1.s\n"
@@ -286,52 +286,52 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"fmax z12.s, p7/M, z12.s, z0.s\n"
"fmax z13.s, p7/M, z13.s, z0.s\n"
"12:" // Height 1: No activation
- "st1w { z8.s }, p6, [x27]\n"
- "st1w { z9.s }, p5, [x27, #1, MUL VL]\n"
- "st1w { z10.s }, p4, [x27, #2, MUL VL]\n"
- "st1w { z11.s }, p3, [x27, #3, MUL VL]\n"
- "st1w { z12.s }, p2, [x27, #4, MUL VL]\n"
- "st1w { z13.s }, p1, [x27, #5, MUL VL]\n"
- "addvl x27, x27, #6\n"
+ "st1w { z8.s }, p6, [x26]\n"
+ "st1w { z9.s }, p5, [x26, #1, MUL VL]\n"
+ "st1w { z10.s }, p4, [x26, #2, MUL VL]\n"
+ "st1w { z11.s }, p3, [x26, #3, MUL VL]\n"
+ "st1w { z12.s }, p2, [x26, #4, MUL VL]\n"
+ "st1w { z13.s }, p1, [x26, #5, MUL VL]\n"
+ "addvl x26, x26, #6\n"
"13:" // Height 1: Writeback done
- "decw x9, ALL, MUL #6\n"
- "cmp x9, XZR\n"
+ "decw x28, ALL, MUL #6\n"
+ "cmp x28, XZR\n"
"bgt 2b\n"
"b 54f\n"
"14:" // Height 2
- "mov x10, %x[bias]\n"
- "ldr x9, [%x[args_ptr], %[offsetof_N]]\n"
- "ldr x28, [%x[args_ptr], %[offsetof_B_ptr]]\n"
- "mov x27, %x[output_ptr]\n"
+ "mov x9, %x[bias]\n"
+ "ldr x28, [%x[args_ptr], %[offsetof_N]]\n"
+ "ldr x27, [%x[args_ptr], %[offsetof_B_ptr]]\n"
+ "mov x26, %x[output_ptr]\n"
"15:" // Height 2: Column loop
- "mov x20, #0x0\n"
- "whilelt p6.s, x20, x9\n"
- "incw x20\n"
- "whilelt p5.s, x20, x9\n"
- "incw x20\n"
- "whilelt p4.s, x20, x9\n"
- "incw x20\n"
- "whilelt p3.s, x20, x9\n"
- "incw x20\n"
- "whilelt p2.s, x20, x9\n"
- "incw x20\n"
- "whilelt p1.s, x20, x9\n"
- "cbz x10, 16f\n"
- "ld1w { z8.s }, p7/Z, [x10]\n"
- "ld1w { z9.s }, p7/Z, [x10, #1, MUL VL]\n"
+ "mov x19, #0x0\n"
+ "whilelt p6.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p5.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p4.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p3.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p2.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p1.s, x19, x28\n"
+ "cbz x9, 16f\n"
+ "ld1w { z8.s }, p7/Z, [x9]\n"
+ "ld1w { z9.s }, p7/Z, [x9, #1, MUL VL]\n"
+ "ld1w { z10.s }, p7/Z, [x9, #2, MUL VL]\n"
"zip2 z14.d, z8.d, z8.d\n"
"zip1 z8.d, z8.d, z8.d\n"
- "ld1w { z10.s }, p7/Z, [x10, #2, MUL VL]\n"
- "ld1w { z11.s }, p7/Z, [x10, #3, MUL VL]\n"
+ "ld1w { z11.s }, p7/Z, [x9, #3, MUL VL]\n"
+ "ld1w { z12.s }, p7/Z, [x9, #4, MUL VL]\n"
"zip2 z15.d, z9.d, z9.d\n"
"zip1 z9.d, z9.d, z9.d\n"
- "ld1w { z12.s }, p7/Z, [x10, #4, MUL VL]\n"
- "ld1w { z13.s }, p7/Z, [x10, #5, MUL VL]\n"
+ "ld1w { z13.s }, p7/Z, [x9, #5, MUL VL]\n"
"zip2 z16.d, z10.d, z10.d\n"
"zip1 z10.d, z10.d, z10.d\n"
+ "addvl x9, x9, #6\n"
"zip2 z17.d, z11.d, z11.d\n"
"zip1 z11.d, z11.d, z11.d\n"
- "addvl x10, x10, #6\n"
"zip2 z18.d, z12.d, z12.d\n"
"zip1 z12.d, z12.d, z12.d\n"
"zip2 z19.d, z13.d, z13.d\n"
@@ -339,26 +339,26 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"b 18f\n"
"16:" // Height 2: no bias
"tbz %x[flags], #0, 17f\n"
- "ldr x20, [%x[args_ptr], %[offsetof_output_offset]]\n"
- "add x23, x27, x20, LSL #2\n"
- "ld1w { z9.s }, p6/Z, [x27]\n"
- "ld1w { z10.s }, p5/Z, [x27, #1, MUL VL]\n"
- "ld1w { z11.s }, p4/Z, [x27, #2, MUL VL]\n"
- "ld1w { z12.s }, p3/Z, [x27, #3, MUL VL]\n"
- "ld1w { z13.s }, p2/Z, [x27, #4, MUL VL]\n"
- "ld1w { z20.s }, p1/Z, [x27, #5, MUL VL]\n"
- "ld1w { z14.s }, p6/Z, [x23]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_output_offset]]\n"
+ "add x22, x26, x19, LSL #2\n"
+ "ld1w { z9.s }, p6/Z, [x26]\n"
+ "ld1w { z10.s }, p5/Z, [x26, #1, MUL VL]\n"
+ "ld1w { z11.s }, p4/Z, [x26, #2, MUL VL]\n"
+ "ld1w { z12.s }, p3/Z, [x26, #3, MUL VL]\n"
+ "ld1w { z13.s }, p2/Z, [x26, #4, MUL VL]\n"
+ "ld1w { z20.s }, p1/Z, [x26, #5, MUL VL]\n"
+ "ld1w { z14.s }, p6/Z, [x22]\n"
"zip1 z8.d, z9.d, z14.d\n"
"zip2 z14.d, z9.d, z14.d\n"
- "ld1w { z15.s }, p5/Z, [x23, #1, MUL VL]\n"
- "ld1w { z16.s }, p4/Z, [x23, #2, MUL VL]\n"
+ "ld1w { z15.s }, p5/Z, [x22, #1, MUL VL]\n"
+ "ld1w { z16.s }, p4/Z, [x22, #2, MUL VL]\n"
"zip1 z9.d, z10.d, z15.d\n"
"zip2 z15.d, z10.d, z15.d\n"
- "ld1w { z17.s }, p3/Z, [x23, #3, MUL VL]\n"
- "ld1w { z18.s }, p2/Z, [x23, #4, MUL VL]\n"
+ "ld1w { z17.s }, p3/Z, [x22, #3, MUL VL]\n"
+ "ld1w { z18.s }, p2/Z, [x22, #4, MUL VL]\n"
"zip1 z10.d, z11.d, z16.d\n"
"zip2 z16.d, z11.d, z16.d\n"
- "ld1w { z19.s }, p1/Z, [x23, #5, MUL VL]\n"
+ "ld1w { z19.s }, p1/Z, [x22, #5, MUL VL]\n"
"zip1 z11.d, z12.d, z17.d\n"
"zip2 z17.d, z12.d, z17.d\n"
"zip1 z12.d, z13.d, z18.d\n"
@@ -380,111 +380,111 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"mov z18.b, #0x0\n"
"mov z19.b, #0x0\n"
"18:" // Height 2: setup done
- "mov x26, #0x0\n"
+ "mov x25, #0x0\n"
"19:" // Height 2: String loop
- "ldr x20, [%x[args_ptr], %[offsetof_string_lengths]]\n"
- "ldr w25, [x20, x26, LSL #0x2]\n"
- "ldr x20, [%x[args_ptr], %[offsetof_input_offset]]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_string_lengths]]\n"
+ "ldr w24, [x19, x25, LSL #0x2]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_input_offset]]\n"
"tbz %x[flags], #3, 20f\n"
- "ldr x21, [%x[input_ptr], x26, LSL #0x3]\n"
- "add x21, x21, x20, LSL #3\n"
- "ldr x24, [x21, #0x0]\n"
- "ldr x23, [x21, #0x8]\n"
- "cbnz x26, 21f\n"
- "ldr x20, [%x[args_ptr], %[offsetof_input_initial_col]]\n"
- "add x24, x24, x20, LSL #2\n"
- "add x23, x23, x20, LSL #2\n"
+ "ldr x20, [%x[input_ptr], x25, LSL #0x3]\n"
+ "add x20, x20, x19, LSL #3\n"
+ "ldr x23, [x20, #0x0]\n"
+ "ldr x22, [x20, #0x8]\n"
+ "cbnz x25, 21f\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_input_initial_col]]\n"
+ "add x23, x23, x19, LSL #2\n"
+ "add x22, x22, x19, LSL #2\n"
"b 21f\n"
"20:" // Height 2: setup direct input
- "mov x24, %x[input_ptr]\n"
- "add x23, x24, x20, LSL #2\n"
+ "mov x23, %x[input_ptr]\n"
+ "add x22, x23, x19, LSL #2\n"
"21:" // Height 2: input setup done
- "cmp x25, #0x4\n"
+ "cmp x24, #0x4\n"
"ble 23f\n"
"22:" // Height 2: Multiply loop: Main loop head
- "whilelt p0.s, XZR, x25\n"
- "ld1rqw { z0.s }, p0/Z, [x24]\n"
- "ld1rqw { z1.s }, p0/Z, [x23]\n"
+ "whilelt p0.s, XZR, x24\n"
+ "ld1rqw { z0.s }, p0/Z, [x23]\n"
+ "ld1rqw { z1.s }, p0/Z, [x22]\n"
".inst 0x658abc00 // bfcvt z0.h, p7/M, z0.s\n"
".inst 0x658abc21 // bfcvt z1.h, p7/M, z1.s\n"
"uzp1 z0.h, z0.h, z0.h\n"
- "ld1h { z4.h }, p7/Z, [x28]\n"
- "ld1h { z5.h }, p7/Z, [x28, #1, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #1, MUL VL]\n"
"uzp1 z1.h, z1.h, z1.h\n"
"trn1 z0.d, z0.d, z1.d\n"
- "ld1h { z6.h }, p7/Z, [x28, #2, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #3, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #2, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #3, MUL VL]\n"
".inst 0x6464e408 // bfmmla z8.s, z0.h, z4.h\n"
".inst 0x6465e40e // bfmmla z14.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #4, MUL VL]\n"
- "ld1h { z5.h }, p7/Z, [x28, #5, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #4, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #5, MUL VL]\n"
".inst 0x6466e409 // bfmmla z9.s, z0.h, z6.h\n"
".inst 0x6467e40f // bfmmla z15.s, z0.h, z7.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #6, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #7, MUL VL]\n"
- "addvl x28, x28, #16\n"
+ "ld1h { z6.h }, p7/Z, [x27, #6, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #7, MUL VL]\n"
+ "addvl x27, x27, #16\n"
".inst 0x6464e40a // bfmmla z10.s, z0.h, z4.h\n"
".inst 0x6465e410 // bfmmla z16.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #-8, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #-8, MUL VL]\n"
".inst 0x6466e40b // bfmmla z11.s, z0.h, z6.h\n"
".inst 0x6467e411 // bfmmla z17.s, z0.h, z7.h\n"
- "ld1h { z5.h }, p7/Z, [x28, #-7, MUL VL]\n"
- "ld1h { z6.h }, p7/Z, [x28, #-6, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #-5, MUL VL]\n"
- "sub x25, x25, #0x4\n"
- "cmp x25, #0x4\n"
+ "ld1h { z5.h }, p7/Z, [x27, #-7, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #-6, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #-5, MUL VL]\n"
+ "sub x24, x24, #0x4\n"
+ "cmp x24, #0x4\n"
".inst 0x6464e40c // bfmmla z12.s, z0.h, z4.h\n"
".inst 0x6465e412 // bfmmla z18.s, z0.h, z5.h\n"
".inst 0x6466e40d // bfmmla z13.s, z0.h, z6.h\n"
- "add x24, x24, #0x10\n"
"add x23, x23, #0x10\n"
+ "add x22, x22, #0x10\n"
".inst 0x6467e413 // bfmmla z19.s, z0.h, z7.h\n"
- "addvl x28, x28, #-4\n"
+ "addvl x27, x27, #-4\n"
"bgt 22b\n"
"23:" // Height 2: Multiply loop: Single iteration only
- "whilelt p0.s, XZR, x25\n"
- "ld1rqw { z0.s }, p0/Z, [x24]\n"
- "ld1rqw { z1.s }, p0/Z, [x23]\n"
+ "whilelt p0.s, XZR, x24\n"
+ "ld1rqw { z0.s }, p0/Z, [x23]\n"
+ "ld1rqw { z1.s }, p0/Z, [x22]\n"
".inst 0x658abc00 // bfcvt z0.h, p7/M, z0.s\n"
".inst 0x658abc21 // bfcvt z1.h, p7/M, z1.s\n"
"uzp1 z0.h, z0.h, z0.h\n"
- "ld1h { z4.h }, p7/Z, [x28]\n"
- "ld1h { z5.h }, p7/Z, [x28, #1, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #1, MUL VL]\n"
"uzp1 z1.h, z1.h, z1.h\n"
"trn1 z0.d, z0.d, z1.d\n"
- "ld1h { z6.h }, p7/Z, [x28, #2, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #3, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #2, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #3, MUL VL]\n"
".inst 0x6464e408 // bfmmla z8.s, z0.h, z4.h\n"
".inst 0x6465e40e // bfmmla z14.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #4, MUL VL]\n"
- "ld1h { z5.h }, p7/Z, [x28, #5, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #4, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #5, MUL VL]\n"
".inst 0x6466e409 // bfmmla z9.s, z0.h, z6.h\n"
".inst 0x6467e40f // bfmmla z15.s, z0.h, z7.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #6, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #7, MUL VL]\n"
- "addvl x28, x28, #16\n"
+ "ld1h { z6.h }, p7/Z, [x27, #6, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #7, MUL VL]\n"
+ "addvl x27, x27, #16\n"
".inst 0x6464e40a // bfmmla z10.s, z0.h, z4.h\n"
".inst 0x6465e410 // bfmmla z16.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #-8, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #-8, MUL VL]\n"
".inst 0x6466e40b // bfmmla z11.s, z0.h, z6.h\n"
".inst 0x6467e411 // bfmmla z17.s, z0.h, z7.h\n"
- "ld1h { z5.h }, p7/Z, [x28, #-7, MUL VL]\n"
- "ld1h { z6.h }, p7/Z, [x28, #-6, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #-5, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #-7, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #-6, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #-5, MUL VL]\n"
".inst 0x6464e40c // bfmmla z12.s, z0.h, z4.h\n"
".inst 0x6465e412 // bfmmla z18.s, z0.h, z5.h\n"
- "addvl x28, x28, #-4\n"
+ "addvl x27, x27, #-4\n"
".inst 0x6466e40d // bfmmla z13.s, z0.h, z6.h\n"
".inst 0x6467e413 // bfmmla z19.s, z0.h, z7.h\n"
"24:" // Height 2: Multiply loop: multiply skip
- "ldr w20, [%x[args_ptr], %[offsetof_num_strings]]\n"
- "add x26, x26, #0x1\n"
- "cmp x26, x20\n"
+ "ldr w19, [%x[args_ptr], %[offsetof_num_strings]]\n"
+ "add x25, x25, #0x1\n"
+ "cmp x25, x19\n"
"bne 19b\n"
- "ldr x20, [%x[args_ptr], %[offsetof_output_offset]]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_output_offset]]\n"
"uzp1 z4.d, z8.d, z14.d\n"
"uzp2 z8.d, z8.d, z14.d\n"
- "add x23, x27, x20, LSL #2\n"
+ "add x22, x26, x19, LSL #2\n"
"uzp1 z14.d, z9.d, z15.d\n"
"uzp2 z9.d, z9.d, z15.d\n"
"uzp1 z15.d, z10.d, z16.d\n"
@@ -496,10 +496,10 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"uzp1 z18.d, z13.d, z19.d\n"
"uzp2 z13.d, z13.d, z19.d\n"
"tbz %x[flags], #1, 25f\n"
- "add x20, %x[args_ptr], %[offset_max]\n"
- "ld1rw { z1.s }, p7/Z, [x20]\n"
- "add x20, %x[args_ptr], %[offset_min]\n"
- "ld1rw { z0.s }, p7/Z, [x20]\n"
+ "add x19, %x[args_ptr], %[offset_max]\n"
+ "ld1rw { z1.s }, p7/Z, [x19]\n"
+ "add x19, %x[args_ptr], %[offset_min]\n"
+ "ld1rw { z0.s }, p7/Z, [x19]\n"
"fmin z4.s, p7/M, z4.s, z1.s\n"
"fmin z14.s, p7/M, z14.s, z1.s\n"
"fmin z15.s, p7/M, z15.s, z1.s\n"
@@ -525,58 +525,58 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"fmax z12.s, p7/M, z12.s, z0.s\n"
"fmax z13.s, p7/M, z13.s, z0.s\n"
"25:" // Height 2: No activation
- "st1w { z4.s }, p6, [x27]\n"
- "st1w { z14.s }, p5, [x27, #1, MUL VL]\n"
- "st1w { z15.s }, p4, [x27, #2, MUL VL]\n"
- "st1w { z16.s }, p3, [x27, #3, MUL VL]\n"
- "st1w { z17.s }, p2, [x27, #4, MUL VL]\n"
- "st1w { z18.s }, p1, [x27, #5, MUL VL]\n"
- "addvl x27, x27, #6\n"
- "st1w { z8.s }, p6, [x23]\n"
- "st1w { z9.s }, p5, [x23, #1, MUL VL]\n"
- "st1w { z10.s }, p4, [x23, #2, MUL VL]\n"
- "st1w { z11.s }, p3, [x23, #3, MUL VL]\n"
- "st1w { z12.s }, p2, [x23, #4, MUL VL]\n"
- "st1w { z13.s }, p1, [x23, #5, MUL VL]\n"
+ "st1w { z4.s }, p6, [x26]\n"
+ "st1w { z14.s }, p5, [x26, #1, MUL VL]\n"
+ "st1w { z15.s }, p4, [x26, #2, MUL VL]\n"
+ "st1w { z16.s }, p3, [x26, #3, MUL VL]\n"
+ "st1w { z17.s }, p2, [x26, #4, MUL VL]\n"
+ "st1w { z18.s }, p1, [x26, #5, MUL VL]\n"
+ "addvl x26, x26, #6\n"
+ "st1w { z8.s }, p6, [x22]\n"
+ "st1w { z9.s }, p5, [x22, #1, MUL VL]\n"
+ "st1w { z10.s }, p4, [x22, #2, MUL VL]\n"
+ "st1w { z11.s }, p3, [x22, #3, MUL VL]\n"
+ "st1w { z12.s }, p2, [x22, #4, MUL VL]\n"
+ "st1w { z13.s }, p1, [x22, #5, MUL VL]\n"
"26:" // Height 2: Writeback done
- "decw x9, ALL, MUL #6\n"
- "cmp x9, XZR\n"
+ "decw x28, ALL, MUL #6\n"
+ "cmp x28, XZR\n"
"bgt 15b\n"
"b 54f\n"
"27:" // Height 3
- "mov x10, %x[bias]\n"
- "ldr x9, [%x[args_ptr], %[offsetof_N]]\n"
- "ldr x28, [%x[args_ptr], %[offsetof_B_ptr]]\n"
- "mov x27, %x[output_ptr]\n"
+ "mov x9, %x[bias]\n"
+ "ldr x28, [%x[args_ptr], %[offsetof_N]]\n"
+ "ldr x27, [%x[args_ptr], %[offsetof_B_ptr]]\n"
+ "mov x26, %x[output_ptr]\n"
"28:" // Height 3: Column loop
- "mov x20, #0x0\n"
- "whilelt p6.s, x20, x9\n"
- "incw x20\n"
- "whilelt p5.s, x20, x9\n"
- "incw x20\n"
- "whilelt p4.s, x20, x9\n"
- "incw x20\n"
- "whilelt p3.s, x20, x9\n"
- "incw x20\n"
- "whilelt p2.s, x20, x9\n"
- "incw x20\n"
- "whilelt p1.s, x20, x9\n"
- "cbz x10, 29f\n"
- "ld1w { z8.s }, p7/Z, [x10]\n"
- "ld1w { z9.s }, p7/Z, [x10, #1, MUL VL]\n"
+ "mov x19, #0x0\n"
+ "whilelt p6.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p5.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p4.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p3.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p2.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p1.s, x19, x28\n"
+ "cbz x9, 29f\n"
+ "ld1w { z8.s }, p7/Z, [x9]\n"
+ "ld1w { z9.s }, p7/Z, [x9, #1, MUL VL]\n"
+ "ld1w { z10.s }, p7/Z, [x9, #2, MUL VL]\n"
"zip2 z14.d, z8.d, z8.d\n"
"zip1 z8.d, z8.d, z8.d\n"
- "ld1w { z10.s }, p7/Z, [x10, #2, MUL VL]\n"
- "ld1w { z11.s }, p7/Z, [x10, #3, MUL VL]\n"
+ "ld1w { z11.s }, p7/Z, [x9, #3, MUL VL]\n"
+ "ld1w { z12.s }, p7/Z, [x9, #4, MUL VL]\n"
"zip2 z15.d, z9.d, z9.d\n"
"zip1 z9.d, z9.d, z9.d\n"
- "ld1w { z12.s }, p7/Z, [x10, #4, MUL VL]\n"
- "ld1w { z13.s }, p7/Z, [x10, #5, MUL VL]\n"
+ "ld1w { z13.s }, p7/Z, [x9, #5, MUL VL]\n"
"zip2 z16.d, z10.d, z10.d\n"
"zip1 z10.d, z10.d, z10.d\n"
+ "addvl x9, x9, #6\n"
"zip2 z17.d, z11.d, z11.d\n"
"zip1 z11.d, z11.d, z11.d\n"
- "addvl x10, x10, #6\n"
"zip2 z18.d, z12.d, z12.d\n"
"zip1 z12.d, z12.d, z12.d\n"
"zip2 z19.d, z13.d, z13.d\n"
@@ -596,39 +596,39 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"b 31f\n"
"29:" // Height 3: no bias
"tbz %x[flags], #0, 30f\n"
- "ldr x20, [%x[args_ptr], %[offsetof_output_offset]]\n"
- "add x23, x27, x20, LSL #2\n"
- "add x22, x23, x20, LSL #2\n"
- "ld1w { z9.s }, p6/Z, [x27]\n"
- "ld1w { z10.s }, p5/Z, [x27, #1, MUL VL]\n"
- "ld1w { z11.s }, p4/Z, [x27, #2, MUL VL]\n"
- "ld1w { z12.s }, p3/Z, [x27, #3, MUL VL]\n"
- "ld1w { z13.s }, p2/Z, [x27, #4, MUL VL]\n"
- "ld1w { z20.s }, p1/Z, [x27, #5, MUL VL]\n"
- "ld1w { z14.s }, p6/Z, [x23]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_output_offset]]\n"
+ "add x22, x26, x19, LSL #2\n"
+ "add x21, x22, x19, LSL #2\n"
+ "ld1w { z9.s }, p6/Z, [x26]\n"
+ "ld1w { z10.s }, p5/Z, [x26, #1, MUL VL]\n"
+ "ld1w { z11.s }, p4/Z, [x26, #2, MUL VL]\n"
+ "ld1w { z12.s }, p3/Z, [x26, #3, MUL VL]\n"
+ "ld1w { z13.s }, p2/Z, [x26, #4, MUL VL]\n"
+ "ld1w { z20.s }, p1/Z, [x26, #5, MUL VL]\n"
+ "ld1w { z14.s }, p6/Z, [x22]\n"
+ "ld1w { z15.s }, p5/Z, [x22, #1, MUL VL]\n"
"zip1 z8.d, z9.d, z14.d\n"
"zip2 z14.d, z9.d, z14.d\n"
- "ld1w { z15.s }, p5/Z, [x23, #1, MUL VL]\n"
- "ld1w { z16.s }, p4/Z, [x23, #2, MUL VL]\n"
+ "ld1w { z16.s }, p4/Z, [x22, #2, MUL VL]\n"
+ "ld1w { z17.s }, p3/Z, [x22, #3, MUL VL]\n"
"zip1 z9.d, z10.d, z15.d\n"
"zip2 z15.d, z10.d, z15.d\n"
- "ld1w { z17.s }, p3/Z, [x23, #3, MUL VL]\n"
- "ld1w { z18.s }, p2/Z, [x23, #4, MUL VL]\n"
+ "ld1w { z18.s }, p2/Z, [x22, #4, MUL VL]\n"
+ "ld1w { z19.s }, p1/Z, [x22, #5, MUL VL]\n"
"zip1 z10.d, z11.d, z16.d\n"
"zip2 z16.d, z11.d, z16.d\n"
- "ld1w { z19.s }, p1/Z, [x23, #5, MUL VL]\n"
- "ld1w { z21.s }, p6/Z, [x22]\n"
+ "ld1w { z21.s }, p6/Z, [x21]\n"
+ "ld1w { z22.s }, p5/Z, [x21, #1, MUL VL]\n"
"zip1 z11.d, z12.d, z17.d\n"
"zip2 z17.d, z12.d, z17.d\n"
- "ld1w { z22.s }, p5/Z, [x22, #1, MUL VL]\n"
- "ld1w { z23.s }, p4/Z, [x22, #2, MUL VL]\n"
+ "ld1w { z23.s }, p4/Z, [x21, #2, MUL VL]\n"
+ "ld1w { z24.s }, p3/Z, [x21, #3, MUL VL]\n"
"zip1 z12.d, z13.d, z18.d\n"
"zip2 z18.d, z13.d, z18.d\n"
- "ld1w { z24.s }, p3/Z, [x22, #3, MUL VL]\n"
- "ld1w { z25.s }, p2/Z, [x22, #4, MUL VL]\n"
+ "ld1w { z25.s }, p2/Z, [x21, #4, MUL VL]\n"
+ "ld1w { z4.s }, p1/Z, [x21, #5, MUL VL]\n"
"zip1 z13.d, z20.d, z19.d\n"
"zip2 z19.d, z20.d, z19.d\n"
- "ld1w { z4.s }, p1/Z, [x22, #5, MUL VL]\n"
"zip1 z20.d, z21.d, z26.d\n"
"zip2 z26.d, z21.d, z26.d\n"
"zip1 z21.d, z22.d, z27.d\n"
@@ -668,78 +668,78 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"mov z30.b, #0x0\n"
"mov z31.b, #0x0\n"
"31:" // Height 3: setup done
- "mov x26, #0x0\n"
+ "mov x25, #0x0\n"
"32:" // Height 3: String loop
- "ldr x20, [%x[args_ptr], %[offsetof_string_lengths]]\n"
- "ldr w25, [x20, x26, LSL #0x2]\n"
- "ldr x20, [%x[args_ptr], %[offsetof_input_offset]]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_string_lengths]]\n"
+ "ldr w24, [x19, x25, LSL #0x2]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_input_offset]]\n"
"tbz %x[flags], #3, 33f\n"
- "ldr x21, [%x[input_ptr], x26, LSL #0x3]\n"
- "add x21, x21, x20, LSL #3\n"
- "ldr x24, [x21, #0x0]\n"
- "ldr x23, [x21, #0x8]\n"
- "ldr x22, [x21, #0x10]\n"
- "cbnz x26, 34f\n"
- "ldr x20, [%x[args_ptr], %[offsetof_input_initial_col]]\n"
- "add x24, x24, x20, LSL #2\n"
- "add x23, x23, x20, LSL #2\n"
- "add x22, x22, x20, LSL #2\n"
+ "ldr x20, [%x[input_ptr], x25, LSL #0x3]\n"
+ "add x20, x20, x19, LSL #3\n"
+ "ldr x23, [x20, #0x0]\n"
+ "ldr x22, [x20, #0x8]\n"
+ "ldr x21, [x20, #0x10]\n"
+ "cbnz x25, 34f\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_input_initial_col]]\n"
+ "add x23, x23, x19, LSL #2\n"
+ "add x22, x22, x19, LSL #2\n"
+ "add x21, x21, x19, LSL #2\n"
"b 34f\n"
"33:" // Height 3: setup direct input
- "mov x24, %x[input_ptr]\n"
- "add x23, x24, x20, LSL #2\n"
- "add x22, x23, x20, LSL #2\n"
+ "mov x23, %x[input_ptr]\n"
+ "add x22, x23, x19, LSL #2\n"
+ "add x21, x22, x19, LSL #2\n"
"34:" // Height 3: input setup done
- "cmp x25, #0x4\n"
+ "cmp x24, #0x4\n"
"ble 36f\n"
"35:" // Height 3: Multiply loop: Main loop head
- "whilelt p0.s, XZR, x25\n"
- "ld1rqw { z0.s }, p0/Z, [x24]\n"
- "ld1rqw { z1.s }, p0/Z, [x23]\n"
+ "whilelt p0.s, XZR, x24\n"
+ "ld1rqw { z0.s }, p0/Z, [x23]\n"
+ "ld1rqw { z1.s }, p0/Z, [x22]\n"
".inst 0x658abc00 // bfcvt z0.h, p7/M, z0.s\n"
- "ld1rqw { z2.s }, p0/Z, [x22]\n"
+ "ld1rqw { z2.s }, p0/Z, [x21]\n"
".inst 0x658abc21 // bfcvt z1.h, p7/M, z1.s\n"
"uzp1 z0.h, z0.h, z0.h\n"
- "ld1h { z4.h }, p7/Z, [x28]\n"
+ "ld1h { z4.h }, p7/Z, [x27]\n"
"uzp1 z1.h, z1.h, z1.h\n"
".inst 0x658abc42 // bfcvt z2.h, p7/M, z2.s\n"
- "ld1h { z5.h }, p7/Z, [x28, #1, MUL VL]\n"
- "ld1h { z6.h }, p7/Z, [x28, #2, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #1, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #2, MUL VL]\n"
"trn1 z0.d, z0.d, z1.d\n"
"uzp1 z2.h, z2.h, z2.h\n"
- "ld1h { z7.h }, p7/Z, [x28, #3, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #3, MUL VL]\n"
".inst 0x6464e408 // bfmmla z8.s, z0.h, z4.h\n"
".inst 0x6464e454 // bfmmla z20.s, z2.h, z4.h\n"
".inst 0x6465e40e // bfmmla z14.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #4, MUL VL]\n"
- "sub x25, x25, #0x4\n"
+ "ld1h { z4.h }, p7/Z, [x27, #4, MUL VL]\n"
+ "sub x24, x24, #0x4\n"
".inst 0x6465e45a // bfmmla z26.s, z2.h, z5.h\n"
".inst 0x6466e409 // bfmmla z9.s, z0.h, z6.h\n"
- "ld1h { z5.h }, p7/Z, [x28, #5, MUL VL]\n"
- "cmp x25, #0x4\n"
+ "ld1h { z5.h }, p7/Z, [x27, #5, MUL VL]\n"
+ "cmp x24, #0x4\n"
".inst 0x6466e455 // bfmmla z21.s, z2.h, z6.h\n"
".inst 0x6467e40f // bfmmla z15.s, z0.h, z7.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #6, MUL VL]\n"
- "add x24, x24, #0x10\n"
+ "ld1h { z6.h }, p7/Z, [x27, #6, MUL VL]\n"
+ "add x23, x23, #0x10\n"
".inst 0x6467e45b // bfmmla z27.s, z2.h, z7.h\n"
- "ld1h { z7.h }, p7/Z, [x28, #7, MUL VL]\n"
- "addvl x28, x28, #16\n"
+ "ld1h { z7.h }, p7/Z, [x27, #7, MUL VL]\n"
+ "addvl x27, x27, #16\n"
".inst 0x6464e40a // bfmmla z10.s, z0.h, z4.h\n"
".inst 0x6464e456 // bfmmla z22.s, z2.h, z4.h\n"
".inst 0x6465e410 // bfmmla z16.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #-8, MUL VL]\n"
- "add x23, x23, #0x10\n"
+ "ld1h { z4.h }, p7/Z, [x27, #-8, MUL VL]\n"
+ "add x22, x22, #0x10\n"
".inst 0x6465e45c // bfmmla z28.s, z2.h, z5.h\n"
".inst 0x6466e40b // bfmmla z11.s, z0.h, z6.h\n"
- "ld1h { z5.h }, p7/Z, [x28, #-7, MUL VL]\n"
- "add x22, x22, #0x10\n"
+ "ld1h { z5.h }, p7/Z, [x27, #-7, MUL VL]\n"
+ "add x21, x21, #0x10\n"
".inst 0x6466e457 // bfmmla z23.s, z2.h, z6.h\n"
".inst 0x6467e411 // bfmmla z17.s, z0.h, z7.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #-6, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #-6, MUL VL]\n"
".inst 0x6467e45d // bfmmla z29.s, z2.h, z7.h\n"
- "ld1h { z7.h }, p7/Z, [x28, #-5, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #-5, MUL VL]\n"
".inst 0x6464e40c // bfmmla z12.s, z0.h, z4.h\n"
- "addvl x28, x28, #-4\n"
+ "addvl x27, x27, #-4\n"
".inst 0x6464e458 // bfmmla z24.s, z2.h, z4.h\n"
".inst 0x6465e412 // bfmmla z18.s, z0.h, z5.h\n"
".inst 0x6465e45e // bfmmla z30.s, z2.h, z5.h\n"
@@ -749,48 +749,48 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
".inst 0x6467e45f // bfmmla z31.s, z2.h, z7.h\n"
"bgt 35b\n"
"36:" // Height 3: Multiply loop: Single iteration only
- "whilelt p0.s, XZR, x25\n"
- "ld1rqw { z0.s }, p0/Z, [x24]\n"
- "ld1rqw { z1.s }, p0/Z, [x23]\n"
+ "whilelt p0.s, XZR, x24\n"
+ "ld1rqw { z0.s }, p0/Z, [x23]\n"
+ "ld1rqw { z1.s }, p0/Z, [x22]\n"
".inst 0x658abc00 // bfcvt z0.h, p7/M, z0.s\n"
- "ld1rqw { z2.s }, p0/Z, [x22]\n"
+ "ld1rqw { z2.s }, p0/Z, [x21]\n"
".inst 0x658abc21 // bfcvt z1.h, p7/M, z1.s\n"
"uzp1 z0.h, z0.h, z0.h\n"
- "ld1h { z4.h }, p7/Z, [x28]\n"
+ "ld1h { z4.h }, p7/Z, [x27]\n"
"uzp1 z1.h, z1.h, z1.h\n"
".inst 0x658abc42 // bfcvt z2.h, p7/M, z2.s\n"
- "ld1h { z5.h }, p7/Z, [x28, #1, MUL VL]\n"
- "ld1h { z6.h }, p7/Z, [x28, #2, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #1, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #2, MUL VL]\n"
"trn1 z0.d, z0.d, z1.d\n"
"uzp1 z2.h, z2.h, z2.h\n"
- "ld1h { z7.h }, p7/Z, [x28, #3, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #3, MUL VL]\n"
".inst 0x6464e408 // bfmmla z8.s, z0.h, z4.h\n"
".inst 0x6464e454 // bfmmla z20.s, z2.h, z4.h\n"
".inst 0x6465e40e // bfmmla z14.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #4, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #4, MUL VL]\n"
".inst 0x6465e45a // bfmmla z26.s, z2.h, z5.h\n"
".inst 0x6466e409 // bfmmla z9.s, z0.h, z6.h\n"
- "ld1h { z5.h }, p7/Z, [x28, #5, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #5, MUL VL]\n"
".inst 0x6466e455 // bfmmla z21.s, z2.h, z6.h\n"
".inst 0x6467e40f // bfmmla z15.s, z0.h, z7.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #6, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #6, MUL VL]\n"
".inst 0x6467e45b // bfmmla z27.s, z2.h, z7.h\n"
- "ld1h { z7.h }, p7/Z, [x28, #7, MUL VL]\n"
- "addvl x28, x28, #16\n"
+ "ld1h { z7.h }, p7/Z, [x27, #7, MUL VL]\n"
+ "addvl x27, x27, #16\n"
".inst 0x6464e40a // bfmmla z10.s, z0.h, z4.h\n"
".inst 0x6464e456 // bfmmla z22.s, z2.h, z4.h\n"
".inst 0x6465e410 // bfmmla z16.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #-8, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #-8, MUL VL]\n"
".inst 0x6465e45c // bfmmla z28.s, z2.h, z5.h\n"
".inst 0x6466e40b // bfmmla z11.s, z0.h, z6.h\n"
- "ld1h { z5.h }, p7/Z, [x28, #-7, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #-7, MUL VL]\n"
".inst 0x6466e457 // bfmmla z23.s, z2.h, z6.h\n"
".inst 0x6467e411 // bfmmla z17.s, z0.h, z7.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #-6, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #-6, MUL VL]\n"
".inst 0x6467e45d // bfmmla z29.s, z2.h, z7.h\n"
- "ld1h { z7.h }, p7/Z, [x28, #-5, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #-5, MUL VL]\n"
".inst 0x6464e40c // bfmmla z12.s, z0.h, z4.h\n"
- "addvl x28, x28, #-4\n"
+ "addvl x27, x27, #-4\n"
".inst 0x6464e458 // bfmmla z24.s, z2.h, z4.h\n"
".inst 0x6465e412 // bfmmla z18.s, z0.h, z5.h\n"
".inst 0x6465e45e // bfmmla z30.s, z2.h, z5.h\n"
@@ -799,17 +799,17 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
".inst 0x6467e413 // bfmmla z19.s, z0.h, z7.h\n"
".inst 0x6467e45f // bfmmla z31.s, z2.h, z7.h\n"
"37:" // Height 3: Multiply loop: multiply skip
- "ldr w20, [%x[args_ptr], %[offsetof_num_strings]]\n"
- "add x26, x26, #0x1\n"
- "cmp x26, x20\n"
+ "ldr w19, [%x[args_ptr], %[offsetof_num_strings]]\n"
+ "add x25, x25, #0x1\n"
+ "cmp x25, x19\n"
"bne 32b\n"
- "ldr x20, [%x[args_ptr], %[offsetof_output_offset]]\n"
- "add x23, x27, x20, LSL #2\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_output_offset]]\n"
+ "add x22, x26, x19, LSL #2\n"
"uzp1 z4.d, z8.d, z14.d\n"
"uzp2 z8.d, z8.d, z14.d\n"
"uzp1 z14.d, z9.d, z15.d\n"
"uzp2 z9.d, z9.d, z15.d\n"
- "add x22, x23, x20, LSL #2\n"
+ "add x21, x22, x19, LSL #2\n"
"uzp1 z15.d, z10.d, z16.d\n"
"uzp2 z10.d, z10.d, z16.d\n"
"uzp1 z16.d, z11.d, z17.d\n"
@@ -825,10 +825,10 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"uzp1 z24.d, z24.d, z30.d\n"
"uzp1 z25.d, z25.d, z31.d\n"
"tbz %x[flags], #1, 38f\n"
- "add x20, %x[args_ptr], %[offset_max]\n"
- "ld1rw { z1.s }, p7/Z, [x20]\n"
- "add x20, %x[args_ptr], %[offset_min]\n"
- "ld1rw { z0.s }, p7/Z, [x20]\n"
+ "add x19, %x[args_ptr], %[offset_max]\n"
+ "ld1rw { z1.s }, p7/Z, [x19]\n"
+ "add x19, %x[args_ptr], %[offset_min]\n"
+ "ld1rw { z0.s }, p7/Z, [x19]\n"
"fmin z4.s, p7/M, z4.s, z1.s\n"
"fmin z14.s, p7/M, z14.s, z1.s\n"
"fmin z15.s, p7/M, z15.s, z1.s\n"
@@ -866,67 +866,67 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"fmax z24.s, p7/M, z24.s, z0.s\n"
"fmax z25.s, p7/M, z25.s, z0.s\n"
"38:" // Height 3: No activation
- "st1w { z4.s }, p6, [x27]\n"
- "st1w { z14.s }, p5, [x27, #1, MUL VL]\n"
- "st1w { z15.s }, p4, [x27, #2, MUL VL]\n"
- "st1w { z16.s }, p3, [x27, #3, MUL VL]\n"
- "st1w { z17.s }, p2, [x27, #4, MUL VL]\n"
- "st1w { z18.s }, p1, [x27, #5, MUL VL]\n"
- "addvl x27, x27, #6\n"
- "st1w { z8.s }, p6, [x23]\n"
- "st1w { z9.s }, p5, [x23, #1, MUL VL]\n"
- "st1w { z10.s }, p4, [x23, #2, MUL VL]\n"
- "st1w { z11.s }, p3, [x23, #3, MUL VL]\n"
- "st1w { z12.s }, p2, [x23, #4, MUL VL]\n"
- "st1w { z13.s }, p1, [x23, #5, MUL VL]\n"
- "st1w { z20.s }, p6, [x22]\n"
- "st1w { z21.s }, p5, [x22, #1, MUL VL]\n"
- "st1w { z22.s }, p4, [x22, #2, MUL VL]\n"
- "st1w { z23.s }, p3, [x22, #3, MUL VL]\n"
- "st1w { z24.s }, p2, [x22, #4, MUL VL]\n"
- "st1w { z25.s }, p1, [x22, #5, MUL VL]\n"
+ "st1w { z4.s }, p6, [x26]\n"
+ "st1w { z14.s }, p5, [x26, #1, MUL VL]\n"
+ "st1w { z15.s }, p4, [x26, #2, MUL VL]\n"
+ "st1w { z16.s }, p3, [x26, #3, MUL VL]\n"
+ "st1w { z17.s }, p2, [x26, #4, MUL VL]\n"
+ "st1w { z18.s }, p1, [x26, #5, MUL VL]\n"
+ "addvl x26, x26, #6\n"
+ "st1w { z8.s }, p6, [x22]\n"
+ "st1w { z9.s }, p5, [x22, #1, MUL VL]\n"
+ "st1w { z10.s }, p4, [x22, #2, MUL VL]\n"
+ "st1w { z11.s }, p3, [x22, #3, MUL VL]\n"
+ "st1w { z12.s }, p2, [x22, #4, MUL VL]\n"
+ "st1w { z13.s }, p1, [x22, #5, MUL VL]\n"
+ "st1w { z20.s }, p6, [x21]\n"
+ "st1w { z21.s }, p5, [x21, #1, MUL VL]\n"
+ "st1w { z22.s }, p4, [x21, #2, MUL VL]\n"
+ "st1w { z23.s }, p3, [x21, #3, MUL VL]\n"
+ "st1w { z24.s }, p2, [x21, #4, MUL VL]\n"
+ "st1w { z25.s }, p1, [x21, #5, MUL VL]\n"
"39:" // Height 3: Writeback done
- "decw x9, ALL, MUL #6\n"
- "cmp x9, XZR\n"
+ "decw x28, ALL, MUL #6\n"
+ "cmp x28, XZR\n"
"bgt 28b\n"
"b 54f\n"
"40:" // Height 4
- "ldr x21, [%x[args_ptr], %[offsetof_output_offset]]\n"
- "mov x20, #0x10\n"
- "mov x10, %x[bias]\n"
- "ldr x9, [%x[args_ptr], %[offsetof_N]]\n"
- "ldr x28, [%x[args_ptr], %[offsetof_B_ptr]]\n"
- "mov x27, %x[output_ptr]\n"
- "madd %x[output_ptr], x21, x20, %x[output_ptr]\n"
+ "ldr x20, [%x[args_ptr], %[offsetof_output_offset]]\n"
+ "mov x19, #0x10\n"
+ "mov x9, %x[bias]\n"
+ "ldr x28, [%x[args_ptr], %[offsetof_N]]\n"
+ "ldr x27, [%x[args_ptr], %[offsetof_B_ptr]]\n"
+ "mov x26, %x[output_ptr]\n"
+ "madd %x[output_ptr], x20, x19, %x[output_ptr]\n"
"41:" // Height 4: Column loop
- "mov x20, #0x0\n"
- "whilelt p6.s, x20, x9\n"
- "incw x20\n"
- "whilelt p5.s, x20, x9\n"
- "incw x20\n"
- "whilelt p4.s, x20, x9\n"
- "incw x20\n"
- "whilelt p3.s, x20, x9\n"
- "incw x20\n"
- "whilelt p2.s, x20, x9\n"
- "incw x20\n"
- "whilelt p1.s, x20, x9\n"
- "cbz x10, 42f\n"
- "ld1w { z8.s }, p7/Z, [x10]\n"
- "ld1w { z9.s }, p7/Z, [x10, #1, MUL VL]\n"
+ "mov x19, #0x0\n"
+ "whilelt p6.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p5.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p4.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p3.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p2.s, x19, x28\n"
+ "incw x19\n"
+ "whilelt p1.s, x19, x28\n"
+ "cbz x9, 42f\n"
+ "ld1w { z8.s }, p7/Z, [x9]\n"
+ "ld1w { z9.s }, p7/Z, [x9, #1, MUL VL]\n"
+ "ld1w { z10.s }, p7/Z, [x9, #2, MUL VL]\n"
"zip2 z14.d, z8.d, z8.d\n"
"zip1 z8.d, z8.d, z8.d\n"
- "ld1w { z10.s }, p7/Z, [x10, #2, MUL VL]\n"
- "ld1w { z11.s }, p7/Z, [x10, #3, MUL VL]\n"
+ "ld1w { z11.s }, p7/Z, [x9, #3, MUL VL]\n"
+ "ld1w { z12.s }, p7/Z, [x9, #4, MUL VL]\n"
"zip2 z15.d, z9.d, z9.d\n"
"zip1 z9.d, z9.d, z9.d\n"
- "ld1w { z12.s }, p7/Z, [x10, #4, MUL VL]\n"
- "ld1w { z13.s }, p7/Z, [x10, #5, MUL VL]\n"
+ "ld1w { z13.s }, p7/Z, [x9, #5, MUL VL]\n"
"zip2 z16.d, z10.d, z10.d\n"
"zip1 z10.d, z10.d, z10.d\n"
+ "addvl x9, x9, #6\n"
"zip2 z17.d, z11.d, z11.d\n"
"zip1 z11.d, z11.d, z11.d\n"
- "addvl x10, x10, #6\n"
"zip2 z18.d, z12.d, z12.d\n"
"zip1 z12.d, z12.d, z12.d\n"
"zip2 z19.d, z13.d, z13.d\n"
@@ -946,52 +946,52 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"b 44f\n"
"42:" // Height 4: no bias
"tbz %x[flags], #0, 43f\n"
- "ldr x20, [%x[args_ptr], %[offsetof_output_offset]]\n"
- "add x23, x27, x20, LSL #2\n"
- "add x22, x23, x20, LSL #2\n"
- "ld1w { z9.s }, p6/Z, [x27]\n"
- "add x21, x22, x20, LSL #2\n"
- "ld1w { z10.s }, p5/Z, [x27, #1, MUL VL]\n"
- "ld1w { z11.s }, p4/Z, [x27, #2, MUL VL]\n"
- "ld1w { z12.s }, p3/Z, [x27, #3, MUL VL]\n"
- "ld1w { z13.s }, p2/Z, [x27, #4, MUL VL]\n"
- "ld1w { z20.s }, p1/Z, [x27, #5, MUL VL]\n"
- "ld1w { z14.s }, p6/Z, [x23]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_output_offset]]\n"
+ "add x22, x26, x19, LSL #2\n"
+ "add x21, x22, x19, LSL #2\n"
+ "add x20, x21, x19, LSL #2\n"
+ "ld1w { z9.s }, p6/Z, [x26]\n"
+ "ld1w { z10.s }, p5/Z, [x26, #1, MUL VL]\n"
+ "ld1w { z11.s }, p4/Z, [x26, #2, MUL VL]\n"
+ "ld1w { z12.s }, p3/Z, [x26, #3, MUL VL]\n"
+ "ld1w { z13.s }, p2/Z, [x26, #4, MUL VL]\n"
+ "ld1w { z20.s }, p1/Z, [x26, #5, MUL VL]\n"
+ "ld1w { z14.s }, p6/Z, [x22]\n"
+ "ld1w { z15.s }, p5/Z, [x22, #1, MUL VL]\n"
"zip1 z8.d, z9.d, z14.d\n"
"zip2 z14.d, z9.d, z14.d\n"
- "ld1w { z15.s }, p5/Z, [x23, #1, MUL VL]\n"
- "ld1w { z16.s }, p4/Z, [x23, #2, MUL VL]\n"
+ "ld1w { z16.s }, p4/Z, [x22, #2, MUL VL]\n"
+ "ld1w { z17.s }, p3/Z, [x22, #3, MUL VL]\n"
"zip1 z9.d, z10.d, z15.d\n"
"zip2 z15.d, z10.d, z15.d\n"
- "ld1w { z17.s }, p3/Z, [x23, #3, MUL VL]\n"
- "ld1w { z18.s }, p2/Z, [x23, #4, MUL VL]\n"
+ "ld1w { z18.s }, p2/Z, [x22, #4, MUL VL]\n"
+ "ld1w { z19.s }, p1/Z, [x22, #5, MUL VL]\n"
"zip1 z10.d, z11.d, z16.d\n"
"zip2 z16.d, z11.d, z16.d\n"
- "ld1w { z19.s }, p1/Z, [x23, #5, MUL VL]\n"
- "ld1w { z21.s }, p6/Z, [x22]\n"
+ "ld1w { z21.s }, p6/Z, [x21]\n"
+ "ld1w { z22.s }, p5/Z, [x21, #1, MUL VL]\n"
"zip1 z11.d, z12.d, z17.d\n"
"zip2 z17.d, z12.d, z17.d\n"
- "ld1w { z22.s }, p5/Z, [x22, #1, MUL VL]\n"
- "ld1w { z23.s }, p4/Z, [x22, #2, MUL VL]\n"
+ "ld1w { z23.s }, p4/Z, [x21, #2, MUL VL]\n"
+ "ld1w { z24.s }, p3/Z, [x21, #3, MUL VL]\n"
"zip1 z12.d, z13.d, z18.d\n"
"zip2 z18.d, z13.d, z18.d\n"
- "ld1w { z24.s }, p3/Z, [x22, #3, MUL VL]\n"
- "ld1w { z25.s }, p2/Z, [x22, #4, MUL VL]\n"
+ "ld1w { z25.s }, p2/Z, [x21, #4, MUL VL]\n"
+ "ld1w { z4.s }, p1/Z, [x21, #5, MUL VL]\n"
"zip1 z13.d, z20.d, z19.d\n"
"zip2 z19.d, z20.d, z19.d\n"
- "ld1w { z4.s }, p1/Z, [x22, #5, MUL VL]\n"
- "ld1w { z26.s }, p6/Z, [x21]\n"
+ "ld1w { z26.s }, p6/Z, [x20]\n"
+ "ld1w { z27.s }, p5/Z, [x20, #1, MUL VL]\n"
"zip1 z20.d, z21.d, z26.d\n"
"zip2 z26.d, z21.d, z26.d\n"
- "ld1w { z27.s }, p5/Z, [x21, #1, MUL VL]\n"
- "ld1w { z28.s }, p4/Z, [x21, #2, MUL VL]\n"
+ "ld1w { z28.s }, p4/Z, [x20, #2, MUL VL]\n"
+ "ld1w { z29.s }, p3/Z, [x20, #3, MUL VL]\n"
"zip1 z21.d, z22.d, z27.d\n"
"zip2 z27.d, z22.d, z27.d\n"
- "ld1w { z29.s }, p3/Z, [x21, #3, MUL VL]\n"
- "ld1w { z30.s }, p2/Z, [x21, #4, MUL VL]\n"
+ "ld1w { z30.s }, p2/Z, [x20, #4, MUL VL]\n"
+ "ld1w { z31.s }, p1/Z, [x20, #5, MUL VL]\n"
"zip1 z22.d, z23.d, z28.d\n"
"zip2 z28.d, z23.d, z28.d\n"
- "ld1w { z31.s }, p1/Z, [x21, #5, MUL VL]\n"
"zip1 z23.d, z24.d, z29.d\n"
"zip2 z29.d, z24.d, z29.d\n"
"zip1 z24.d, z25.d, z30.d\n"
@@ -1025,86 +1025,86 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"mov z30.b, #0x0\n"
"mov z31.b, #0x0\n"
"44:" // Height 4: setup done
- "mov x26, #0x0\n"
+ "mov x25, #0x0\n"
"45:" // Height 4: String loop
- "ldr x20, [%x[args_ptr], %[offsetof_string_lengths]]\n"
- "ldr w25, [x20, x26, LSL #0x2]\n"
- "ldr x20, [%x[args_ptr], %[offsetof_input_offset]]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_string_lengths]]\n"
+ "ldr w24, [x19, x25, LSL #0x2]\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_input_offset]]\n"
"tbz %x[flags], #3, 46f\n"
- "ldr x21, [%x[input_ptr], x26, LSL #0x3]\n"
- "add x21, x21, x20, LSL #3\n"
- "ldr x24, [x21, #0x0]\n"
- "ldr x23, [x21, #0x8]\n"
- "ldr x22, [x21, #0x10]\n"
- "ldr x21, [x21, #0x18]\n"
- "cbnz x26, 47f\n"
- "ldr x20, [%x[args_ptr], %[offsetof_input_initial_col]]\n"
- "add x24, x24, x20, LSL #2\n"
- "add x23, x23, x20, LSL #2\n"
- "add x22, x22, x20, LSL #2\n"
- "add x21, x21, x20, LSL #2\n"
+ "ldr x20, [%x[input_ptr], x25, LSL #0x3]\n"
+ "add x20, x20, x19, LSL #3\n"
+ "ldr x23, [x20, #0x0]\n"
+ "ldr x22, [x20, #0x8]\n"
+ "ldr x21, [x20, #0x10]\n"
+ "ldr x20, [x20, #0x18]\n"
+ "cbnz x25, 47f\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_input_initial_col]]\n"
+ "add x23, x23, x19, LSL #2\n"
+ "add x22, x22, x19, LSL #2\n"
+ "add x21, x21, x19, LSL #2\n"
+ "add x20, x20, x19, LSL #2\n"
"b 47f\n"
"46:" // Height 4: setup direct input
- "mov x24, %x[input_ptr]\n"
- "add x23, x24, x20, LSL #2\n"
- "add x22, x23, x20, LSL #2\n"
- "add x21, x22, x20, LSL #2\n"
+ "mov x23, %x[input_ptr]\n"
+ "add x22, x23, x19, LSL #2\n"
+ "add x21, x22, x19, LSL #2\n"
+ "add x20, x21, x19, LSL #2\n"
"47:" // Height 4: input setup done
- "cmp x25, #0x4\n"
+ "cmp x24, #0x4\n"
"ble 49f\n"
"48:" // Height 4: Multiply loop: Main loop head
- "whilelt p0.s, XZR, x25\n"
- "ld1rqw { z0.s }, p0/Z, [x24]\n"
- "ld1rqw { z1.s }, p0/Z, [x23]\n"
+ "whilelt p0.s, XZR, x24\n"
+ "ld1rqw { z0.s }, p0/Z, [x23]\n"
+ "ld1rqw { z1.s }, p0/Z, [x22]\n"
".inst 0x658abc00 // bfcvt z0.h, p7/M, z0.s\n"
- "ld1rqw { z2.s }, p0/Z, [x22]\n"
- "ld1rqw { z3.s }, p0/Z, [x21]\n"
+ "ld1rqw { z2.s }, p0/Z, [x21]\n"
+ "ld1rqw { z3.s }, p0/Z, [x20]\n"
".inst 0x658abc21 // bfcvt z1.h, p7/M, z1.s\n"
".inst 0x658abc42 // bfcvt z2.h, p7/M, z2.s\n"
".inst 0x658abc63 // bfcvt z3.h, p7/M, z3.s\n"
"uzp1 z0.h, z0.h, z0.h\n"
- "ld1h { z4.h }, p7/Z, [x28]\n"
- "ld1h { z5.h }, p7/Z, [x28, #1, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #1, MUL VL]\n"
"uzp1 z1.h, z1.h, z1.h\n"
"uzp1 z2.h, z2.h, z2.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #2, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #3, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #2, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #3, MUL VL]\n"
"uzp1 z3.h, z3.h, z3.h\n"
"trn1 z0.d, z0.d, z1.d\n"
".inst 0x6464e408 // bfmmla z8.s, z0.h, z4.h\n"
- "sub x25, x25, #0x4\n"
+ "sub x24, x24, #0x4\n"
"trn1 z2.d, z2.d, z3.d\n"
".inst 0x6464e454 // bfmmla z20.s, z2.h, z4.h\n"
".inst 0x6465e40e // bfmmla z14.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #4, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #4, MUL VL]\n"
".inst 0x6465e45a // bfmmla z26.s, z2.h, z5.h\n"
".inst 0x6466e409 // bfmmla z9.s, z0.h, z6.h\n"
- "ld1h { z5.h }, p7/Z, [x28, #5, MUL VL]\n"
- "cmp x25, #0x4\n"
+ "ld1h { z5.h }, p7/Z, [x27, #5, MUL VL]\n"
+ "cmp x24, #0x4\n"
".inst 0x6466e455 // bfmmla z21.s, z2.h, z6.h\n"
".inst 0x6467e40f // bfmmla z15.s, z0.h, z7.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #6, MUL VL]\n"
- "add x24, x24, #0x10\n"
+ "ld1h { z6.h }, p7/Z, [x27, #6, MUL VL]\n"
+ "add x23, x23, #0x10\n"
".inst 0x6467e45b // bfmmla z27.s, z2.h, z7.h\n"
- "ld1h { z7.h }, p7/Z, [x28, #7, MUL VL]\n"
- "addvl x28, x28, #16\n"
+ "ld1h { z7.h }, p7/Z, [x27, #7, MUL VL]\n"
+ "addvl x27, x27, #16\n"
".inst 0x6464e40a // bfmmla z10.s, z0.h, z4.h\n"
".inst 0x6464e456 // bfmmla z22.s, z2.h, z4.h\n"
".inst 0x6465e410 // bfmmla z16.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #-8, MUL VL]\n"
- "add x23, x23, #0x10\n"
+ "ld1h { z4.h }, p7/Z, [x27, #-8, MUL VL]\n"
+ "add x22, x22, #0x10\n"
".inst 0x6465e45c // bfmmla z28.s, z2.h, z5.h\n"
".inst 0x6466e40b // bfmmla z11.s, z0.h, z6.h\n"
- "ld1h { z5.h }, p7/Z, [x28, #-7, MUL VL]\n"
- "add x22, x22, #0x10\n"
+ "ld1h { z5.h }, p7/Z, [x27, #-7, MUL VL]\n"
+ "add x21, x21, #0x10\n"
".inst 0x6466e457 // bfmmla z23.s, z2.h, z6.h\n"
".inst 0x6467e411 // bfmmla z17.s, z0.h, z7.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #-6, MUL VL]\n"
- "add x21, x21, #0x10\n"
+ "ld1h { z6.h }, p7/Z, [x27, #-6, MUL VL]\n"
+ "add x20, x20, #0x10\n"
".inst 0x6467e45d // bfmmla z29.s, z2.h, z7.h\n"
- "ld1h { z7.h }, p7/Z, [x28, #-5, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #-5, MUL VL]\n"
".inst 0x6464e40c // bfmmla z12.s, z0.h, z4.h\n"
- "addvl x28, x28, #-4\n"
+ "addvl x27, x27, #-4\n"
".inst 0x6464e458 // bfmmla z24.s, z2.h, z4.h\n"
".inst 0x6465e412 // bfmmla z18.s, z0.h, z5.h\n"
".inst 0x6465e45e // bfmmla z30.s, z2.h, z5.h\n"
@@ -1114,52 +1114,52 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
".inst 0x6467e45f // bfmmla z31.s, z2.h, z7.h\n"
"bgt 48b\n"
"49:" // Height 4: Multiply loop: Single iteration only
- "whilelt p0.s, XZR, x25\n"
- "ld1rqw { z0.s }, p0/Z, [x24]\n"
- "ld1rqw { z1.s }, p0/Z, [x23]\n"
+ "whilelt p0.s, XZR, x24\n"
+ "ld1rqw { z0.s }, p0/Z, [x23]\n"
+ "ld1rqw { z1.s }, p0/Z, [x22]\n"
".inst 0x658abc00 // bfcvt z0.h, p7/M, z0.s\n"
- "ld1rqw { z2.s }, p0/Z, [x22]\n"
- "ld1rqw { z3.s }, p0/Z, [x21]\n"
+ "ld1rqw { z2.s }, p0/Z, [x21]\n"
+ "ld1rqw { z3.s }, p0/Z, [x20]\n"
".inst 0x658abc21 // bfcvt z1.h, p7/M, z1.s\n"
".inst 0x658abc42 // bfcvt z2.h, p7/M, z2.s\n"
".inst 0x658abc63 // bfcvt z3.h, p7/M, z3.s\n"
"uzp1 z0.h, z0.h, z0.h\n"
- "ld1h { z4.h }, p7/Z, [x28]\n"
- "ld1h { z5.h }, p7/Z, [x28, #1, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #1, MUL VL]\n"
"uzp1 z1.h, z1.h, z1.h\n"
"uzp1 z2.h, z2.h, z2.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #2, MUL VL]\n"
- "ld1h { z7.h }, p7/Z, [x28, #3, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #2, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #3, MUL VL]\n"
"uzp1 z3.h, z3.h, z3.h\n"
"trn1 z0.d, z0.d, z1.d\n"
".inst 0x6464e408 // bfmmla z8.s, z0.h, z4.h\n"
"trn1 z2.d, z2.d, z3.d\n"
".inst 0x6464e454 // bfmmla z20.s, z2.h, z4.h\n"
".inst 0x6465e40e // bfmmla z14.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #4, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #4, MUL VL]\n"
".inst 0x6465e45a // bfmmla z26.s, z2.h, z5.h\n"
".inst 0x6466e409 // bfmmla z9.s, z0.h, z6.h\n"
- "ld1h { z5.h }, p7/Z, [x28, #5, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #5, MUL VL]\n"
".inst 0x6466e455 // bfmmla z21.s, z2.h, z6.h\n"
".inst 0x6467e40f // bfmmla z15.s, z0.h, z7.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #6, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #6, MUL VL]\n"
".inst 0x6467e45b // bfmmla z27.s, z2.h, z7.h\n"
- "ld1h { z7.h }, p7/Z, [x28, #7, MUL VL]\n"
- "addvl x28, x28, #16\n"
+ "ld1h { z7.h }, p7/Z, [x27, #7, MUL VL]\n"
+ "addvl x27, x27, #16\n"
".inst 0x6464e40a // bfmmla z10.s, z0.h, z4.h\n"
".inst 0x6464e456 // bfmmla z22.s, z2.h, z4.h\n"
".inst 0x6465e410 // bfmmla z16.s, z0.h, z5.h\n"
- "ld1h { z4.h }, p7/Z, [x28, #-8, MUL VL]\n"
+ "ld1h { z4.h }, p7/Z, [x27, #-8, MUL VL]\n"
".inst 0x6465e45c // bfmmla z28.s, z2.h, z5.h\n"
".inst 0x6466e40b // bfmmla z11.s, z0.h, z6.h\n"
- "ld1h { z5.h }, p7/Z, [x28, #-7, MUL VL]\n"
+ "ld1h { z5.h }, p7/Z, [x27, #-7, MUL VL]\n"
".inst 0x6466e457 // bfmmla z23.s, z2.h, z6.h\n"
".inst 0x6467e411 // bfmmla z17.s, z0.h, z7.h\n"
- "ld1h { z6.h }, p7/Z, [x28, #-6, MUL VL]\n"
+ "ld1h { z6.h }, p7/Z, [x27, #-6, MUL VL]\n"
".inst 0x6467e45d // bfmmla z29.s, z2.h, z7.h\n"
- "ld1h { z7.h }, p7/Z, [x28, #-5, MUL VL]\n"
+ "ld1h { z7.h }, p7/Z, [x27, #-5, MUL VL]\n"
".inst 0x6464e40c // bfmmla z12.s, z0.h, z4.h\n"
- "addvl x28, x28, #-4\n"
+ "addvl x27, x27, #-4\n"
".inst 0x6464e458 // bfmmla z24.s, z2.h, z4.h\n"
".inst 0x6465e412 // bfmmla z18.s, z0.h, z5.h\n"
".inst 0x6465e45e // bfmmla z30.s, z2.h, z5.h\n"
@@ -1168,17 +1168,17 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
".inst 0x6467e413 // bfmmla z19.s, z0.h, z7.h\n"
".inst 0x6467e45f // bfmmla z31.s, z2.h, z7.h\n"
"50:" // Height 4: Multiply loop: multiply skip
- "ldr w20, [%x[args_ptr], %[offsetof_num_strings]]\n"
- "add x26, x26, #0x1\n"
- "cmp x26, x20\n"
+ "ldr w19, [%x[args_ptr], %[offsetof_num_strings]]\n"
+ "add x25, x25, #0x1\n"
+ "cmp x25, x19\n"
"bne 45b\n"
- "ldr x20, [%x[args_ptr], %[offsetof_output_offset]]\n"
- "add x23, x27, x20, LSL #2\n"
- "add x22, x23, x20, LSL #2\n"
+ "ldr x19, [%x[args_ptr], %[offsetof_output_offset]]\n"
+ "add x22, x26, x19, LSL #2\n"
+ "add x21, x22, x19, LSL #2\n"
"uzp1 z4.d, z8.d, z14.d\n"
"uzp2 z8.d, z8.d, z14.d\n"
"uzp1 z14.d, z9.d, z15.d\n"
- "add x21, x22, x20, LSL #2\n"
+ "add x20, x21, x19, LSL #2\n"
"uzp2 z9.d, z9.d, z15.d\n"
"uzp1 z15.d, z10.d, z16.d\n"
"uzp2 z10.d, z10.d, z16.d\n"
@@ -1201,10 +1201,10 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"uzp1 z30.d, z25.d, z31.d\n"
"uzp2 z25.d, z25.d, z31.d\n"
"tbz %x[flags], #1, 51f\n"
- "add x20, %x[args_ptr], %[offset_max]\n"
- "ld1rw { z1.s }, p7/Z, [x20]\n"
- "add x20, %x[args_ptr], %[offset_min]\n"
- "ld1rw { z0.s }, p7/Z, [x20]\n"
+ "add x19, %x[args_ptr], %[offset_max]\n"
+ "ld1rw { z1.s }, p7/Z, [x19]\n"
+ "add x19, %x[args_ptr], %[offset_min]\n"
+ "ld1rw { z0.s }, p7/Z, [x19]\n"
"fmin z4.s, p7/M, z4.s, z1.s\n"
"fmin z14.s, p7/M, z14.s, z1.s\n"
"fmin z15.s, p7/M, z15.s, z1.s\n"
@@ -1254,51 +1254,51 @@ void sve_hybrid_fp32bf16fp32_mmla_4x6VL (
"fmax z24.s, p7/M, z24.s, z0.s\n"
"fmax z25.s, p7/M, z25.s, z0.s\n"
"51:" // Height 4: No activation
- "st1w { z4.s }, p6, [x27]\n"
- "st1w { z14.s }, p5, [x27, #1, MUL VL]\n"
- "st1w { z15.s }, p4, [x27, #2, MUL VL]\n"
- "st1w { z16.s }, p3, [x27, #3, MUL VL]\n"
- "st1w { z17.s }, p2, [x27, #4, MUL VL]\n"
- "st1w { z18.s }, p1, [x27, #5, MUL VL]\n"
- "addvl x27, x27, #6\n"
- "st1w { z8.s }, p6, [x23]\n"
- "st1w { z9.s }, p5, [x23, #1, MUL VL]\n"
- "st1w { z10.s }, p4, [x23, #2, MUL VL]\n"
- "st1w { z11.s }, p3, [x23, #3, MUL VL]\n"
- "st1w { z12.s }, p2, [x23, #4, MUL VL]\n"
- "st1w { z13.s }, p1, [x23, #5, MUL VL]\n"
- "st1w { z19.s }, p6, [x22]\n"
- "st1w { z26.s }, p5, [x22, #1, MUL VL]\n"
- "st1w { z27.s }, p4, [x22, #2, MUL VL]\n"
- "st1w { z28.s }, p3, [x22, #3, MUL VL]\n"
- "st1w { z29.s }, p2, [x22, #4, MUL VL]\n"
- "st1w { z30.s }, p1, [x22, #5, MUL VL]\n"
- "st1w { z20.s }, p6, [x21]\n"
- "st1w { z21.s }, p5, [x21, #1, MUL VL]\n"
- "st1w { z22.s }, p4, [x21, #2, MUL VL]\n"
- "st1w { z23.s }, p3, [x21, #3, MUL VL]\n"
- "st1w { z24.s }, p2, [x21, #4, MUL VL]\n"
- "st1w { z25.s }, p1, [x21, #5, MUL VL]\n"
+ "st1w { z4.s }, p6, [x26]\n"
+ "st1w { z14.s }, p5, [x26, #1, MUL VL]\n"
+ "st1w { z15.s }, p4, [x26, #2, MUL VL]\n"
+ "st1w { z16.s }, p3, [x26, #3, MUL VL]\n"
+ "st1w { z17.s }, p2, [x26, #4, MUL VL]\n"
+ "st1w { z18.s }, p1, [x26, #5, MUL VL]\n"
+ "addvl x26, x26, #6\n"
+ "st1w { z8.s }, p6, [x22]\n"
+ "st1w { z9.s }, p5, [x22, #1, MUL VL]\n"
+ "st1w { z10.s }, p4, [x22, #2, MUL VL]\n"
+ "st1w { z11.s }, p3, [x22, #3, MUL VL]\n"
+ "st1w { z12.s }, p2, [x22, #4, MUL VL]\n"
+ "st1w { z13.s }, p1, [x22, #5, MUL VL]\n"
+ "st1w { z19.s }, p6, [x21]\n"
+ "st1w { z26.s }, p5, [x21, #1, MUL VL]\n"
+ "st1w { z27.s }, p4, [x21, #2, MUL VL]\n"
+ "st1w { z28.s }, p3, [x21, #3, MUL VL]\n"
+ "st1w { z29.s }, p2, [x21, #4, MUL VL]\n"
+ "st1w { z30.s }, p1, [x21, #5, MUL VL]\n"
+ "st1w { z20.s }, p6, [x20]\n"
+ "st1w { z21.s }, p5, [x20, #1, MUL VL]\n"
+ "st1w { z22.s }, p4, [x20, #2, MUL VL]\n"
+ "st1w { z23.s }, p3, [x20, #3, MUL VL]\n"
+ "st1w { z24.s }, p2, [x20, #4, MUL VL]\n"
+ "st1w { z25.s }, p1, [x20, #5, MUL VL]\n"
"52:" // Height 4: Writeback done
- "decw x9, ALL, MUL #6\n"
- "cmp x9, XZR\n"
+ "decw x28, ALL, MUL #6\n"
+ "cmp x28, XZR\n"
"bgt 41b\n"
"subs %x[M], %x[M], #0x4\n"
"beq 54f\n"
- "ldr x21, [%x[args_ptr], %[offsetof_input_offset]]\n"
+ "ldr x20, [%x[args_ptr], %[offsetof_input_offset]]\n"
"tbz %x[flags], #3, 53f\n"
- "add x21, x21, #0x4\n"
- "str x21, [%x[args_ptr], %[offsetof_input_offset]]\n"
+ "add x20, x20, #0x4\n"
+ "str x20, [%x[args_ptr], %[offsetof_input_offset]]\n"
"b 1b\n"
"53:" // Update direct input
- "mov x20, #0x10\n"
- "madd %x[input_ptr], x20, x21, %x[input_ptr]\n"
+ "mov x19, #0x10\n"
+ "madd %x[input_ptr], x19, x20, %x[input_ptr]\n"
"b 1b\n"
"54:" // Exit
: [M] "+&r" (M), [input_ptr] "+&r" (input_ptr), [output_ptr] "+&r" (output_ptr)
: [args_ptr] "r" (&ka), [bias] "r" (bias), [flags] "r" (flags), [offset_max] "I" (offsetof(KernelArgs, maxval)), [offset_min] "I" (offsetof(KernelArgs, minval)), [offsetof_B_ptr] "I" (offsetof(KernelArgs, B_ptr)), [offsetof_N] "I" (offsetof(KernelArgs, N)), [offsetof_input_initial_col] "I" (offsetof(KernelArgs, input_initial_col)), [offsetof_input_offset] "I" (offsetof(KernelArgs, input_offset)), [offsetof_num_strings] "I" (offsetof(KernelArgs, num_strings)), [offsetof_output_offset] "I" (offsetof(KernelArgs, output_offset)), [offsetof_string_lengths] "I" (offsetof(KernelArgs, string_lengths))
- : "cc", "memory", "p0", "p1", "p2", "p3", "p4", "p5", "p6", "p7", "x9", "x10", "x20", "x21", "x22", "x23", "x24", "x25", "x26", "x27", "x28", "z0", "z1", "z2", "z3", "z4", "z5", "z6", "z7", "z8", "z9", "z10", "z11", "z12", "z13", "z14", "z15", "z16", "z17", "z18", "z19", "z20", "z21", "z22", "z23", "z24", "z25", "z26", "z27", "z28", "z29", "z30", "z31"
+ : "cc", "memory", "p0", "p1", "p2", "p3", "p4", "p5", "p6", "p7", "x9", "x19", "x20", "x21", "x22", "x23", "x24", "x25", "x26", "x27", "x28", "z0", "z1", "z2", "z3", "z4", "z5", "z6", "z7", "z8", "z9", "z10", "z11", "z12", "z13", "z14", "z15", "z16", "z17", "z18", "z19", "z20", "z21", "z22", "z23", "z24", "z25", "z26", "z27", "z28", "z29", "z30", "z31"
);
}