From fc94f4d23abd4bc427b701f54ad85282e9ec7872 Mon Sep 17 00:00:00 2001 From: Michael Tyler Date: Tue, 4 Jun 2024 15:47:37 +0100 Subject: Update CPU kernels and add mixed sign GEMM support - Add support for mixed sign quantized convolution. - Add support for mixed sign dequantized GEMM. - Add SME FP16 GEMV kernel. - Change SME vector length function to use RDSVL instead of static variable. - Add GEMM dilation support internally (not exposed yet). - Remove unused "get_default_activation_values" functions. - Add SVE fixed format interleaved BF16 DOT kernel. - Updates and optimizations to assembly kernels. Resolves COMPMID-6926 Change-Id: I227f502502611d4cc4111c89e30c53ce94079544 Signed-off-by: Michael Tyler Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11570 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- .../sve_transpose_interleave_4VL_1x4.hpp | 356 ++++++++++----------- 1 file changed, 178 insertions(+), 178 deletions(-) (limited to 'src/core/NEON/kernels/arm_gemm/transforms/sve_transpose_interleave_4VL_1x4.hpp') diff --git a/src/core/NEON/kernels/arm_gemm/transforms/sve_transpose_interleave_4VL_1x4.hpp b/src/core/NEON/kernels/arm_gemm/transforms/sve_transpose_interleave_4VL_1x4.hpp index 03a78f72f1..5f0b4ea8d6 100644 --- a/src/core/NEON/kernels/arm_gemm/transforms/sve_transpose_interleave_4VL_1x4.hpp +++ b/src/core/NEON/kernels/arm_gemm/transforms/sve_transpose_interleave_4VL_1x4.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, 2023 Arm Limited. + * Copyright (c) 2021, 2023-2024 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -44,145 +44,145 @@ void sve_transpose_interleave_4VL_1x4(uint8_t *out, const uint8_t *in, size_t wi "blt 6f\n" "1:" // Main row loop: Head "mov x10, %x[in]\n" - "add x9, x10, %x[in_stride]\n" - "add x28, x9, %x[in_stride]\n" - "add x27, x28, %x[in_stride]\n" - "add x26, x27, %x[in_stride]\n" - "mov x25, %x[width]\n" - "cntb x24, ALL, MUL #2\n" - "add x23, x26, %x[in_stride]\n" - "add x21, x23, %x[in_stride]\n" + "mov x9, %x[width]\n" + "cntb x28, ALL, MUL #2\n" + "mov x27, %x[out]\n" + "sub %x[height], %x[height], #0x8\n" + "add x26, x10, %x[in_stride]\n" + "add x25, x26, %x[in_stride]\n" + "add x24, x25, %x[in_stride]\n" + "add x23, x24, %x[in_stride]\n" + "cmp x9, x28\n" + "add x22, x23, %x[in_stride]\n" + "add x21, x22, %x[in_stride]\n" "add x20, x21, %x[in_stride]\n" - "cmp x25, x24\n" "add %x[in], x20, %x[in_stride]\n" - "mov x22, %x[out]\n" - "sub %x[height], %x[height], #0x8\n" "blt 3f\n" "2:" // Main row loop: Unroll column loop - "ld1b { z21.b }, p1/Z, [x10]\n" - "ld1b { z20.b }, p1/Z, [x9]\n" - "sub x25, x25, x24\n" - "cmp x25, x24\n" - "ld1b { z17.b }, p1/Z, [x28]\n" - "ld1b { z16.b }, p1/Z, [x27]\n" - "zip1 z4.b, z21.b, z17.b\n" - "zip1 z3.b, z20.b, z16.b\n" - "ld1b { z19.b }, p1/Z, [x26]\n" - "ld1b { z18.b }, p1/Z, [x23]\n" - "zip2 z2.b, z21.b, z17.b\n" - "zip2 z1.b, z20.b, z16.b\n" - "ld1b { z17.b }, p1/Z, [x21]\n" - "ld1b { z16.b }, p1/Z, [x20]\n" - "zip1 z0.b, z19.b, z17.b\n" - "zip1 z31.b, z18.b, z16.b\n" - "ld1b { z24.b }, p1/Z, [x10, #1, MUL VL]\n" - "ld1b { z20.b }, p1/Z, [x9, #1, MUL VL]\n" - "zip2 z30.b, z19.b, z17.b\n" - "zip2 z23.b, z18.b, z16.b\n" - "ld1b { z17.b }, p1/Z, [x28, #1, MUL VL]\n" - "ld1b { z16.b }, p1/Z, [x27, #1, MUL VL]\n" - "zip1 z22.b, z24.b, z17.b\n" - "zip1 z21.b, z20.b, z16.b\n" - "ld1b { z19.b }, p1/Z, [x26, #1, MUL VL]\n" - "ld1b { z18.b }, p1/Z, [x23, #1, MUL VL]\n" - "zip2 z29.b, z24.b, z17.b\n" - "zip2 z28.b, z20.b, z16.b\n" + "ld1b { z19.b }, p1/Z, [x10]\n" + "ld1b { z18.b }, p1/Z, [x26]\n" + "sub x9, x9, x28\n" + "ld1b { z17.b }, p1/Z, [x25]\n" + "ld1b { z16.b }, p1/Z, [x24]\n" + "cmp x9, x28\n" + "ld1b { z24.b }, p1/Z, [x23]\n" + "ld1b { z23.b }, p1/Z, [x22]\n" + "ld1b { z22.b }, p1/Z, [x21]\n" + "ld1b { z21.b }, p1/Z, [x20]\n" + "ld1b { z29.b }, p1/Z, [x10, #1, MUL VL]\n" + "ld1b { z28.b }, p1/Z, [x26, #1, MUL VL]\n" + "zip1 z4.b, z19.b, z17.b\n" + "zip1 z3.b, z18.b, z16.b\n" + "ld1b { z27.b }, p1/Z, [x25, #1, MUL VL]\n" + "ld1b { z20.b }, p1/Z, [x24, #1, MUL VL]\n" + "zip2 z2.b, z19.b, z17.b\n" + "zip2 z1.b, z18.b, z16.b\n" + "ld1b { z19.b }, p1/Z, [x23, #1, MUL VL]\n" + "ld1b { z18.b }, p1/Z, [x22, #1, MUL VL]\n" + "zip1 z26.b, z24.b, z22.b\n" + "zip1 z25.b, z23.b, z21.b\n" "ld1b { z17.b }, p1/Z, [x21, #1, MUL VL]\n" "ld1b { z16.b }, p1/Z, [x20, #1, MUL VL]\n" - "zip1 z27.b, z19.b, z17.b\n" - "zip1 z26.b, z18.b, z16.b\n" - "zip2 z25.b, z19.b, z17.b\n" - "zip2 z24.b, z18.b, z16.b\n" + "zip2 z24.b, z24.b, z22.b\n" + "zip2 z23.b, z23.b, z21.b\n" + "zip1 z22.b, z29.b, z27.b\n" + "zip1 z21.b, z28.b, z20.b\n" "addvl x10, x10, #2\n" - "addvl x9, x9, #2\n" - "zip1 z16.b, z4.b, z3.b\n" - "zip2 z17.b, z4.b, z3.b\n" - "st1b { z16.b }, p1, [x22]\n" - "addvl x28, x28, #2\n" - "zip1 z16.b, z2.b, z1.b\n" - "zip2 z20.b, z2.b, z1.b\n" - "st1b { z17.b }, p1, [x22, #1, MUL VL]\n" - "addvl x27, x27, #2\n" - "zip1 z19.b, z0.b, z31.b\n" - "zip2 z18.b, z0.b, z31.b\n" - "st1b { z16.b }, p1, [x22, #2, MUL VL]\n" "addvl x26, x26, #2\n" - "zip1 z17.b, z30.b, z23.b\n" - "zip2 z16.b, z30.b, z23.b\n" - "st1b { z20.b }, p1, [x22, #3, MUL VL]\n" + "zip2 z0.b, z29.b, z27.b\n" + "zip2 z31.b, z28.b, z20.b\n" + "addvl x25, x25, #2\n" + "addvl x24, x24, #2\n" + "zip1 z30.b, z19.b, z17.b\n" + "zip1 z29.b, z18.b, z16.b\n" "addvl x23, x23, #2\n" - "st1b { z19.b }, p1, [x22, #4, MUL VL]\n" + "addvl x22, x22, #2\n" + "zip2 z28.b, z19.b, z17.b\n" + "zip2 z27.b, z18.b, z16.b\n" "addvl x21, x21, #2\n" "addvl x20, x20, #2\n" + "zip1 z20.b, z4.b, z3.b\n" + "zip2 z19.b, z4.b, z3.b\n" + "zip1 z18.b, z2.b, z1.b\n" + "zip2 z17.b, z2.b, z1.b\n" + "zip1 z16.b, z26.b, z25.b\n" + "zip2 z26.b, z26.b, z25.b\n" + "zip1 z25.b, z24.b, z23.b\n" + "zip2 z24.b, z24.b, z23.b\n" + "st1b { z20.b }, p1, [x27]\n" + "st1b { z19.b }, p1, [x27, #1, MUL VL]\n" "zip1 z23.b, z22.b, z21.b\n" - "st1b { z18.b }, p1, [x22, #5, MUL VL]\n" "zip2 z22.b, z22.b, z21.b\n" - "zip1 z21.b, z29.b, z28.b\n" - "st1b { z17.b }, p1, [x22, #6, MUL VL]\n" - "zip2 z20.b, z29.b, z28.b\n" - "zip1 z19.b, z27.b, z26.b\n" - "st1b { z16.b }, p1, [x22, #7, MUL VL]\n" - "add x22, x22, %x[out_stride]\n" - "zip2 z18.b, z27.b, z26.b\n" - "zip1 z17.b, z25.b, z24.b\n" - "zip2 z16.b, z25.b, z24.b\n" - "st1b { z23.b }, p1, [x22]\n" - "st1b { z22.b }, p1, [x22, #1, MUL VL]\n" - "st1b { z21.b }, p1, [x22, #2, MUL VL]\n" - "st1b { z20.b }, p1, [x22, #3, MUL VL]\n" - "st1b { z19.b }, p1, [x22, #4, MUL VL]\n" - "st1b { z18.b }, p1, [x22, #5, MUL VL]\n" - "st1b { z17.b }, p1, [x22, #6, MUL VL]\n" - "st1b { z16.b }, p1, [x22, #7, MUL VL]\n" - "add x22, x22, %x[out_stride]\n" + "st1b { z18.b }, p1, [x27, #2, MUL VL]\n" + "zip1 z21.b, z0.b, z31.b\n" + "zip2 z20.b, z0.b, z31.b\n" + "st1b { z17.b }, p1, [x27, #3, MUL VL]\n" + "zip1 z19.b, z30.b, z29.b\n" + "zip2 z18.b, z30.b, z29.b\n" + "st1b { z16.b }, p1, [x27, #4, MUL VL]\n" + "zip1 z17.b, z28.b, z27.b\n" + "zip2 z16.b, z28.b, z27.b\n" + "st1b { z26.b }, p1, [x27, #5, MUL VL]\n" + "st1b { z25.b }, p1, [x27, #6, MUL VL]\n" + "st1b { z24.b }, p1, [x27, #7, MUL VL]\n" + "add x27, x27, %x[out_stride]\n" + "st1b { z23.b }, p1, [x27]\n" + "st1b { z22.b }, p1, [x27, #1, MUL VL]\n" + "st1b { z21.b }, p1, [x27, #2, MUL VL]\n" + "st1b { z20.b }, p1, [x27, #3, MUL VL]\n" + "st1b { z19.b }, p1, [x27, #4, MUL VL]\n" + "st1b { z18.b }, p1, [x27, #5, MUL VL]\n" + "st1b { z17.b }, p1, [x27, #6, MUL VL]\n" + "st1b { z16.b }, p1, [x27, #7, MUL VL]\n" + "add x27, x27, %x[out_stride]\n" "bge 2b\n" "3:" // Main row loop: Unroll column loop skip - "cbz x25, 5f\n" + "cbz x9, 5f\n" "4:" // Main row loop: Column loop - "whilelt p0.b, XZR, x25\n" - "ld1b { z19.b }, p0/Z, [x10]\n" - "ld1b { z18.b }, p0/Z, [x9]\n" - "decw x25, ALL, MUL #4\n" - "ld1b { z17.b }, p0/Z, [x28]\n" - "ld1b { z16.b }, p0/Z, [x27]\n" - "zip1 z27.b, z19.b, z17.b\n" - "zip1 z26.b, z18.b, z16.b\n" - "ld1b { z22.b }, p0/Z, [x26]\n" - "ld1b { z21.b }, p0/Z, [x23]\n" - "zip2 z25.b, z19.b, z17.b\n" - "zip2 z20.b, z18.b, z16.b\n" - "ld1b { z19.b }, p0/Z, [x21]\n" - "ld1b { z16.b }, p0/Z, [x20]\n" - "zip1 z18.b, z22.b, z19.b\n" - "zip1 z17.b, z21.b, z16.b\n" - "zip2 z24.b, z22.b, z19.b\n" - "zip2 z16.b, z21.b, z16.b\n" - "cmp x25, #0x0\n" + "whilelt p0.b, XZR, x9\n" + "decw x9, ALL, MUL #4\n" + "ld1b { z20.b }, p0/Z, [x10]\n" "addvl x10, x10, #1\n" - "addvl x9, x9, #1\n" - "addvl x28, x28, #1\n" - "zip1 z23.b, z27.b, z26.b\n" - "zip2 z22.b, z27.b, z26.b\n" - "addvl x27, x27, #1\n" + "ld1b { z24.b }, p0/Z, [x26]\n" "addvl x26, x26, #1\n" - "zip1 z21.b, z25.b, z20.b\n" - "zip2 z20.b, z25.b, z20.b\n" + "ld1b { z19.b }, p0/Z, [x25]\n" + "addvl x25, x25, #1\n" + "ld1b { z18.b }, p0/Z, [x24]\n" + "addvl x24, x24, #1\n" + "ld1b { z23.b }, p0/Z, [x23]\n" + "ld1b { z22.b }, p0/Z, [x22]\n" + "ld1b { z17.b }, p0/Z, [x21]\n" + "cmp x9, #0x0\n" "addvl x23, x23, #1\n" + "ld1b { z16.b }, p0/Z, [x20]\n" + "zip1 z21.b, z20.b, z19.b\n" + "zip2 z25.b, z20.b, z19.b\n" + "addvl x22, x22, #1\n" + "zip1 z20.b, z24.b, z18.b\n" + "zip2 z19.b, z24.b, z18.b\n" "addvl x21, x21, #1\n" + "addvl x20, x20, #1\n" + "zip1 z18.b, z23.b, z17.b\n" + "zip2 z24.b, z23.b, z17.b\n" + "zip1 z17.b, z22.b, z16.b\n" + "zip2 z16.b, z22.b, z16.b\n" + "zip1 z23.b, z21.b, z20.b\n" + "zip2 z22.b, z21.b, z20.b\n" + "zip1 z21.b, z25.b, z19.b\n" + "zip2 z20.b, z25.b, z19.b\n" "zip1 z19.b, z18.b, z17.b\n" "zip2 z18.b, z18.b, z17.b\n" - "addvl x20, x20, #1\n" "zip1 z17.b, z24.b, z16.b\n" "zip2 z16.b, z24.b, z16.b\n" - "st1b { z23.b }, p1, [x22]\n" - "st1b { z22.b }, p1, [x22, #1, MUL VL]\n" - "st1b { z21.b }, p1, [x22, #2, MUL VL]\n" - "st1b { z20.b }, p1, [x22, #3, MUL VL]\n" - "st1b { z19.b }, p1, [x22, #4, MUL VL]\n" - "st1b { z18.b }, p1, [x22, #5, MUL VL]\n" - "st1b { z17.b }, p1, [x22, #6, MUL VL]\n" - "st1b { z16.b }, p1, [x22, #7, MUL VL]\n" - "add x22, x22, %x[out_stride]\n" + "st1b { z23.b }, p1, [x27]\n" + "st1b { z22.b }, p1, [x27, #1, MUL VL]\n" + "st1b { z21.b }, p1, [x27, #2, MUL VL]\n" + "st1b { z20.b }, p1, [x27, #3, MUL VL]\n" + "st1b { z19.b }, p1, [x27, #4, MUL VL]\n" + "st1b { z18.b }, p1, [x27, #5, MUL VL]\n" + "st1b { z17.b }, p1, [x27, #6, MUL VL]\n" + "st1b { z16.b }, p1, [x27, #7, MUL VL]\n" + "add x27, x27, %x[out_stride]\n" "bgt 4b\n" "5:" // Main row loop: Column loop skip "cmp %x[height], #0x8\n" @@ -192,90 +192,90 @@ void sve_transpose_interleave_4VL_1x4(uint8_t *out, const uint8_t *in, size_t wi "6:" // Main loop skip "7:" // Tail row loop: Head "mov x10, %x[in]\n" - "add x9, x10, %x[in_stride]\n" - "add x28, x9, %x[in_stride]\n" "mov x21, %x[width]\n" "cntb x20, ALL, MUL #2\n" - "add x27, x28, %x[in_stride]\n" "cmp %x[height], #0x3\n" - "add %x[in], x27, %x[in_stride]\n" - "csel x27, x27, %x[pad_row], GT\n" - "csel x28, x28, %x[pad_row], GE\n" + "mov x27, %x[out]\n" + "add x26, x10, %x[in_stride]\n" + "add x25, x26, %x[in_stride]\n" + "add x24, x25, %x[in_stride]\n" + "add %x[in], x24, %x[in_stride]\n" + "csel x24, x24, %x[pad_row], GT\n" + "csel x25, x25, %x[pad_row], GE\n" "cmp %x[height], #0x1\n" - "csel x9, x9, %x[pad_row], GT\n" + "csel x26, x26, %x[pad_row], GT\n" "cmp x21, x20\n" - "mov x22, %x[out]\n" "sub %x[height], %x[height], #0x4\n" "blt 9f\n" "8:" // Tail row loop: Unroll column loop - "ld1b { z21.b }, p1/Z, [x10]\n" - "ld1b { z19.b }, p1/Z, [x9]\n" + "ld1b { z20.b }, p1/Z, [x10]\n" + "ld1b { z24.b }, p1/Z, [x26]\n" "sub x21, x21, x20\n" + "ld1b { z19.b }, p1/Z, [x25]\n" + "ld1b { z18.b }, p1/Z, [x24]\n" "cmp x21, x20\n" - "ld1b { z17.b }, p1/Z, [x28]\n" - "ld1b { z16.b }, p1/Z, [x27]\n" - "zip1 z26.b, z21.b, z17.b\n" - "zip1 z25.b, z19.b, z16.b\n" - "ld1b { z20.b }, p1/Z, [x10, #1, MUL VL]\n" - "ld1b { z18.b }, p1/Z, [x9, #1, MUL VL]\n" - "zip2 z24.b, z21.b, z17.b\n" - "zip2 z19.b, z19.b, z16.b\n" - "ld1b { z17.b }, p1/Z, [x28, #1, MUL VL]\n" - "ld1b { z16.b }, p1/Z, [x27, #1, MUL VL]\n" - "zip1 z23.b, z20.b, z17.b\n" - "zip1 z22.b, z18.b, z16.b\n" - "zip2 z21.b, z20.b, z17.b\n" - "zip2 z20.b, z18.b, z16.b\n" + "ld1b { z23.b }, p1/Z, [x10, #1, MUL VL]\n" + "ld1b { z25.b }, p1/Z, [x26, #1, MUL VL]\n" "addvl x10, x10, #2\n" - "addvl x9, x9, #2\n" - "zip1 z16.b, z26.b, z25.b\n" - "zip2 z18.b, z26.b, z25.b\n" - "st1b { z16.b }, p1, [x22]\n" - "addvl x28, x28, #2\n" - "zip1 z17.b, z24.b, z19.b\n" - "zip2 z16.b, z24.b, z19.b\n" - "st1b { z18.b }, p1, [x22, #1, MUL VL]\n" - "addvl x27, x27, #2\n" - "st1b { z17.b }, p1, [x22, #2, MUL VL]\n" - "zip1 z19.b, z23.b, z22.b\n" - "zip2 z18.b, z23.b, z22.b\n" - "st1b { z16.b }, p1, [x22, #3, MUL VL]\n" - "add x22, x22, %x[out_stride]\n" - "zip1 z17.b, z21.b, z20.b\n" - "zip2 z16.b, z21.b, z20.b\n" - "st1b { z19.b }, p1, [x22]\n" - "st1b { z18.b }, p1, [x22, #1, MUL VL]\n" - "st1b { z17.b }, p1, [x22, #2, MUL VL]\n" - "st1b { z16.b }, p1, [x22, #3, MUL VL]\n" - "add x22, x22, %x[out_stride]\n" + "addvl x26, x26, #2\n" + "ld1b { z22.b }, p1/Z, [x25, #1, MUL VL]\n" + "ld1b { z17.b }, p1/Z, [x24, #1, MUL VL]\n" + "addvl x25, x25, #2\n" + "addvl x24, x24, #2\n" + "zip1 z21.b, z20.b, z19.b\n" + "zip1 z16.b, z24.b, z18.b\n" + "zip2 z20.b, z20.b, z19.b\n" + "zip2 z19.b, z24.b, z18.b\n" + "zip1 z24.b, z23.b, z22.b\n" + "zip1 z18.b, z25.b, z17.b\n" + "zip2 z23.b, z23.b, z22.b\n" + "zip2 z22.b, z25.b, z17.b\n" + "zip1 z17.b, z21.b, z16.b\n" + "zip2 z16.b, z21.b, z16.b\n" + "zip1 z21.b, z20.b, z19.b\n" + "zip2 z20.b, z20.b, z19.b\n" + "zip1 z19.b, z24.b, z18.b\n" + "zip2 z18.b, z24.b, z18.b\n" + "st1b { z17.b }, p1, [x27]\n" + "st1b { z16.b }, p1, [x27, #1, MUL VL]\n" + "zip1 z17.b, z23.b, z22.b\n" + "zip2 z16.b, z23.b, z22.b\n" + "st1b { z21.b }, p1, [x27, #2, MUL VL]\n" + "st1b { z20.b }, p1, [x27, #3, MUL VL]\n" + "add x27, x27, %x[out_stride]\n" + "st1b { z19.b }, p1, [x27]\n" + "st1b { z18.b }, p1, [x27, #1, MUL VL]\n" + "st1b { z17.b }, p1, [x27, #2, MUL VL]\n" + "st1b { z16.b }, p1, [x27, #3, MUL VL]\n" + "add x27, x27, %x[out_stride]\n" "bge 8b\n" "9:" // Tail row loop: Unroll column loop skip "cbz x21, 11f\n" "10:" // Tail row loop: Column loop "whilelt p0.b, XZR, x21\n" - "ld1b { z20.b }, p0/Z, [x10]\n" - "ld1b { z21.b }, p0/Z, [x9]\n" "decw x21, ALL, MUL #4\n" - "ld1b { z19.b }, p0/Z, [x28]\n" - "ld1b { z16.b }, p0/Z, [x27]\n" - "zip1 z18.b, z20.b, z19.b\n" - "zip1 z17.b, z21.b, z16.b\n" - "zip2 z20.b, z20.b, z19.b\n" - "zip2 z16.b, z21.b, z16.b\n" - "cmp x21, #0x0\n" + "ld1b { z20.b }, p0/Z, [x10]\n" "addvl x10, x10, #1\n" - "addvl x9, x9, #1\n" - "addvl x28, x28, #1\n" + "ld1b { z19.b }, p0/Z, [x26]\n" + "addvl x26, x26, #1\n" + "ld1b { z17.b }, p0/Z, [x25]\n" + "addvl x25, x25, #1\n" + "ld1b { z16.b }, p0/Z, [x24]\n" + "addvl x24, x24, #1\n" + "cmp x21, #0x0\n" + "zip1 z18.b, z20.b, z17.b\n" + "zip2 z20.b, z20.b, z17.b\n" + "zip1 z17.b, z19.b, z16.b\n" + "zip2 z16.b, z19.b, z16.b\n" "zip1 z19.b, z18.b, z17.b\n" "zip2 z18.b, z18.b, z17.b\n" - "addvl x27, x27, #1\n" "zip1 z17.b, z20.b, z16.b\n" "zip2 z16.b, z20.b, z16.b\n" - "st1b { z19.b }, p1, [x22]\n" - "st1b { z18.b }, p1, [x22, #1, MUL VL]\n" - "st1b { z17.b }, p1, [x22, #2, MUL VL]\n" - "st1b { z16.b }, p1, [x22, #3, MUL VL]\n" - "add x22, x22, %x[out_stride]\n" + "st1b { z19.b }, p1, [x27]\n" + "st1b { z18.b }, p1, [x27, #1, MUL VL]\n" + "st1b { z17.b }, p1, [x27, #2, MUL VL]\n" + "st1b { z16.b }, p1, [x27, #3, MUL VL]\n" + "add x27, x27, %x[out_stride]\n" "bgt 10b\n" "11:" // Tail row loop: Column loop skip "cmp %x[height], #0x1\n" -- cgit v1.2.1