From patchwork Tue Feb 7 00:16:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Christoph_M=C3=BCllner?= X-Patchwork-Id: 64401 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DFBAC3870C01 for ; Tue, 7 Feb 2023 00:21:51 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by sourceware.org (Postfix) with ESMTPS id 5DD2B3858C2D for ; Tue, 7 Feb 2023 00:16:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5DD2B3858C2D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=vrull.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=vrull.eu Received: by mail-wm1-x333.google.com with SMTP id n28-20020a05600c3b9c00b003ddca7a2bcbso10222636wms.3 for ; Mon, 06 Feb 2023 16:16:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrull.eu; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=tpAAnoYxnHORtZpj+Y7K145GsNBMQa5J1cPEKDZgNvk=; b=JfLREQG7O+l0gh1DYHYk7BAzsJVuu5/kOeJLZTW0QRXi9woPhJFiWHGv++86PVqpnI VaYyzlH9iXSL0eUfnJQxvwIPYq5lrHEI+K1xIQG19+UaIqCRRri+ekyZzLn2M1Rstyoz HjTqttXElqlzU1yFRm10lqcozM6mWTPU582v/K57h7StBD3A5YIGlTPaR4DheP7Xx/sR 0Lb/7pCE/C0ARkynC8SG3KoBVW9zFQJbZ096WLlUB24i8gOVhYx9WMJ8B6C1b1uydBa8 VoJOMfny+WCQDR+NbE04F5DGhTAlqXw9bue3lTfPiblcD3pxom8lLL3WrzHNvfgPObHZ fi/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tpAAnoYxnHORtZpj+Y7K145GsNBMQa5J1cPEKDZgNvk=; b=3k3tbAKjYFTQnZO3ePpCZOO0yZEDPolZxESCcpVPy0VvIMbUBah2PR+d41Cur2IQ9x UyhejV3U+65MigQ8TGLbIg0PYy7LbyC5vuSNT0QNkgm/qre4CT/JlQsADYlcAmrl3qdJ LZZV8bZZVEZX/5p5pdjZSMYsjWYof8ccEOkT/GAwa8Bftdw+tsHzag6iCvthvnvpIX8d 3j1sXsFDLDeOkEyB/tt7eGNTLSaQJx6MTOAow1yCjwAyEj/O9jm8xWKLBeivPGniVbcG Ftd4gduv6A/f4Jh5n0oKXE9TwxLcd28E5KlZE/ilCwtvnKyn/yBDvAdwU8RRU8nll459 pv8g== X-Gm-Message-State: AO0yUKVzfyP+y+eEpZW0VqBPwzuruoU7PBijBYru8W4tWo4UBtJpnUB8 hS4gXj9EwdvTDGL2xnj142Tja+dcRhXki0s9 X-Google-Smtp-Source: AK7set8kJgrQoWMQFeiYpjUpUo3W1eaF2In1U2o0OPu84uVy3HgQJFHesL+WZPUFiHp8ilKXM/HtVA== X-Received: by 2002:a05:600c:16d6:b0:3db:14d0:65be with SMTP id l22-20020a05600c16d600b003db14d065bemr1262082wmn.34.1675729013519; Mon, 06 Feb 2023 16:16:53 -0800 (PST) Received: from beast.fritz.box (62-178-148-172.cable.dynamic.surfer.at. [62.178.148.172]) by smtp.gmail.com with ESMTPSA id f1-20020a1cc901000000b003df14531724sm16862050wmb.21.2023.02.06.16.16.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Feb 2023 16:16:52 -0800 (PST) From: Christoph Muellner To: libc-alpha@sourceware.org, Palmer Dabbelt , Darius Rad , Andrew Waterman , DJ Delorie , Vineet Gupta , Kito Cheng , Jeff Law , Philipp Tomsich , Heiko Stuebner Cc: =?utf-8?q?Christoph_M=C3=BCllner?= Subject: [RFC PATCH 16/19] riscv: Add accelerated strcmp routines Date: Tue, 7 Feb 2023 01:16:15 +0100 Message-Id: <20230207001618.458947-17-christoph.muellner@vrull.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230207001618.458947-1-christoph.muellner@vrull.eu> References: <20230207001618.458947-1-christoph.muellner@vrull.eu> MIME-Version: 1.0 X-Spam-Status: No, score=-12.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_MANYTO, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" From: Christoph Müllner The implementation of strcmp() can be accelerated using Zbb's orc.b instruction and fast unaligned accesses. Howver, strcmp can use unaligned accesses only if such an address does not change the exception behaviour (compared to a single-byte compare loop). Let's add an implementation that does all that. Additionally, let's add the strcmp implementation from the Bitmanip specification, which does not do any unaligned accesses. Signed-off-by: Christoph Müllner --- sysdeps/riscv/multiarch/Makefile | 4 +- sysdeps/riscv/multiarch/ifunc-impl-list.c | 4 +- sysdeps/riscv/multiarch/strcmp.c | 11 +- sysdeps/riscv/multiarch/strcmp_zbb.S | 104 +++++++++ .../riscv/multiarch/strcmp_zbb_unaligned.S | 213 ++++++++++++++++++ 5 files changed, 332 insertions(+), 4 deletions(-) create mode 100644 sysdeps/riscv/multiarch/strcmp_zbb.S create mode 100644 sysdeps/riscv/multiarch/strcmp_zbb_unaligned.S diff --git a/sysdeps/riscv/multiarch/Makefile b/sysdeps/riscv/multiarch/Makefile index 3017bde75a..73a62be85d 100644 --- a/sysdeps/riscv/multiarch/Makefile +++ b/sysdeps/riscv/multiarch/Makefile @@ -11,5 +11,7 @@ sysdep_routines += \ strlen_generic \ strlen_zbb \ \ - strcmp_generic + strcmp_generic \ + strcmp_zbb \ + strcmp_zbb_unaligned endif diff --git a/sysdeps/riscv/multiarch/ifunc-impl-list.c b/sysdeps/riscv/multiarch/ifunc-impl-list.c index 64331a4c7f..d354aa1178 100644 --- a/sysdeps/riscv/multiarch/ifunc-impl-list.c +++ b/sysdeps/riscv/multiarch/ifunc-impl-list.c @@ -59,7 +59,9 @@ __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array, IFUNC_IMPL_ADD (array, i, strlen, 1, __strlen_generic)) IFUNC_IMPL (i, name, strcmp, - IFUNC_IMPL_ADD (array, i, strcpy, 1, __strcmp_generic)) + IFUNC_IMPL_ADD (array, i, strcmp, 1, __strcmp_zbb_unaligned) + IFUNC_IMPL_ADD (array, i, strcmp, 1, __strcmp_zbb) + IFUNC_IMPL_ADD (array, i, strcmp, 1, __strcmp_generic)) return i; } diff --git a/sysdeps/riscv/multiarch/strcmp.c b/sysdeps/riscv/multiarch/strcmp.c index 8c21a90afd..d3f2fe19ae 100644 --- a/sysdeps/riscv/multiarch/strcmp.c +++ b/sysdeps/riscv/multiarch/strcmp.c @@ -30,8 +30,15 @@ extern __typeof (__redirect_strcmp) __libc_strcmp; extern __typeof (__redirect_strcmp) __strcmp_generic attribute_hidden; - -libc_ifunc (__libc_strcmp, __strcmp_generic); +extern __typeof (__redirect_strcmp) __strcmp_zbb attribute_hidden; +extern __typeof (__redirect_strcmp) __strcmp_zbb_unaligned attribute_hidden; + +libc_ifunc (__libc_strcmp, + HAVE_RV(zbb) && HAVE_FAST_UNALIGNED() + ? __strcmp_zbb_unaligned + : HAVE_RV(zbb) + ? __strcmp_zbb + : __strcmp_generic); # undef strcmp strong_alias (__libc_strcmp, strcmp); diff --git a/sysdeps/riscv/multiarch/strcmp_zbb.S b/sysdeps/riscv/multiarch/strcmp_zbb.S new file mode 100644 index 0000000000..1c265d6107 --- /dev/null +++ b/sysdeps/riscv/multiarch/strcmp_zbb.S @@ -0,0 +1,104 @@ +/* Copyright (C) 2022 Free Software Foundation, Inc. + + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library. If not, see + . */ + +#include +#include + +/* Assumptions: rvi_zbb. */ +/* Implementation from the Bitmanip specification. */ + +#define src1 a0 +#define result a0 +#define src2 a1 +#define data1 a2 +#define data2 a3 +#define align a4 +#define data1_orcb t0 +#define m1 t2 + +#if __riscv_xlen == 64 +# define REG_L ld +# define SZREG 8 +#else +# define REG_L lw +# define SZREG 4 +#endif + +#ifndef STRCMP +# define STRCMP __strcmp_zbb +#endif + +.option push +.option arch,+zbb + +ENTRY_ALIGN (STRCMP, 6) + or align, src1, src2 + and align, align, SZREG-1 + bnez align, L(simpleloop) + li m1, -1 + + /* Main loop for aligned strings. */ + .p2align 2 +L(loop): + REG_L data1, 0(src1) + REG_L data2, 0(src2) + orc.b data1_orcb, data1 + bne data1_orcb, m1, L(foundnull) + addi src1, src1, SZREG + addi src2, src2, SZREG + beq data1, data2, L(loop) + + /* Words don't match, and no null byte in the first word. + * Get bytes in big-endian order and compare. */ +#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ + rev8 data1, data1 + rev8 data2, data2 +#endif + /* Synthesize (data1 >= data2) ? 1 : -1 in a branchless sequence. */ + sltu result, data1, data2 + neg result, result + ori result, result, 1 + ret + +L(foundnull): + /* Found a null byte. + * If words don't match, fall back to simple loop. */ + bne data1, data2, L(simpleloop) + + /* Otherwise, strings are equal. */ + li result, 0 + ret + + /* Simple loop for misaligned strings. */ + .p2align 3 +L(simpleloop): + lbu data1, 0(src1) + lbu data2, 0(src2) + addi src1, src1, 1 + addi src2, src2, 1 + bne data1, data2, L(sub) + bnez data1, L(simpleloop) + +L(sub): + sub result, data1, data2 + ret + +.option pop + +END (STRCMP) +libc_hidden_builtin_def (STRCMP) diff --git a/sysdeps/riscv/multiarch/strcmp_zbb_unaligned.S b/sysdeps/riscv/multiarch/strcmp_zbb_unaligned.S new file mode 100644 index 0000000000..ec21982b65 --- /dev/null +++ b/sysdeps/riscv/multiarch/strcmp_zbb_unaligned.S @@ -0,0 +1,213 @@ +/* Copyright (C) 2022 Free Software Foundation, Inc. + + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library. If not, see + . */ + +#include +#include + +/* Assumptions: rvi_zbb with fast unaligned access. */ +/* Implementation inspired by aarch64/strcmp.S. */ + +#define src1 a0 +#define result a0 +#define src2 a1 +#define off a3 +#define m1 a4 +#define align1 a5 +#define src3 a6 +#define tmp a7 + +#define data1 t0 +#define data2 t1 +#define b1 t0 +#define b2 t1 +#define data3 t2 +#define data1_orcb t3 +#define data3_orcb t4 +#define shift t5 + +#if __riscv_xlen == 64 +# define REG_L ld +# define SZREG 8 +# define PTRLOG 3 +#else +# define REG_L lw +# define SZREG 4 +# define PTRLOG 2 +#endif + +#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ +# error big endian is untested! +# define CZ ctz +# define SHIFT srl +# define SHIFT2 sll +#else +# define CZ ctz +# define SHIFT sll +# define SHIFT2 srl +#endif + +#ifndef STRCMP +# define STRCMP __strcmp_zbb_unaligned +#endif + +.option push +.option arch,+zbb + +ENTRY_ALIGN (STRCMP, 6) + /* off...delta from src1 to src2. */ + sub off, src2, src1 + li m1, -1 + andi tmp, off, SZREG-1 + andi align1, src1, SZREG-1 + bnez tmp, L(misaligned8) + bnez align1, L(mutual_align) + + .p2align 4 +L(loop_aligned): + REG_L data1, 0(src1) + add tmp, src1, off + addi src1, src1, SZREG + REG_L data2, 0(tmp) + +L(start_realigned): + orc.b data1_orcb, data1 + bne data1_orcb, m1, L(end) + beq data1, data2, L(loop_aligned) + +L(fast_end): + /* Words don't match, and no NUL byte in one word. + Get bytes in big-endian order and compare as words. */ +#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ + rev8 data1, data1 + rev8 data2, data2 +#endif + /* Synthesize (data1 >= data2) ? 1 : -1 in a branchless sequence. */ + sltu result, data1, data2 + neg result, result + ori result, result, 1 + ret + +L(end_orc): + orc.b data1_orcb, data1 +L(end): + /* Words don't match or NUL byte in at least one word. + data1_orcb holds orc.b value of data1. */ + xor tmp, data1, data2 + orc.b tmp, tmp + + orn tmp, tmp, data1_orcb + CZ shift, tmp + +#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ + rev8 data1, data1 + rev8 data2, data2 +#endif + sll data1, data1, shift + sll data2, data2, shift + srl b1, data1, SZREG*8-8 + srl b2, data2, SZREG*8-8 + +L(end_singlebyte): + sub result, b1, b2 + ret + + .p2align 4 +L(mutual_align): + /* Sources are mutually aligned, but are not currently at an + alignment boundary. Round down the addresses and then mask off + the bytes that precede the start point. */ + andi src1, src1, -SZREG + add tmp, src1, off + REG_L data1, 0(src1) + addi src1, src1, SZREG + REG_L data2, 0(tmp) + /* Get number of bits to mask. */ + sll shift, src2, 3 + /* Bits to mask are now 0, others are 1. */ + SHIFT tmp, m1, shift + /* Or with inverted value -> masked bits become 1. */ + orn data1, data1, tmp + orn data2, data2, tmp + j L(start_realigned) + +L(misaligned8): + /* Skip slow loop if SRC1 is aligned. */ + beqz align1, L(src1_aligned) +L(do_misaligned): + /* Align SRC1 to 8 bytes. */ + lbu b1, 0(src1) + lbu b2, 0(src2) + beqz b1, L(end_singlebyte) + bne b1, b2, L(end_singlebyte) + addi src1, src1, 1 + addi src2, src2, 1 + andi align1, src1, SZREG-1 + bnez align1, L(do_misaligned) + +L(src1_aligned): + /* SRC1 is aligned. Align SRC2 down and check for NUL there. + * If there is no NUL, we may read the next word from SRC2. + * If there is a NUL, we must not read a complete word from SRC2 + * because we might cross a page boundary. */ + /* Get number of bits to mask (upper bits are ignored by shifts). */ + sll shift, src2, 3 + /* src3 := align_down (src2) */ + andi src3, src2, -SZREG + REG_L data3, 0(src3) + addi src3, src3, SZREG + + /* Bits to mask are now 0, others are 1. */ + SHIFT tmp, m1, shift + /* Or with inverted value -> masked bits become 1. */ + orn data3_orcb, data3, tmp + /* Check for NUL in next aligned word. */ + orc.b data3_orcb, data3_orcb + bne data3_orcb, m1, L(unaligned_nul) + + .p2align 4 +L(loop_unaligned): + /* Read the (aligned) data1 and the unaligned data2. */ + REG_L data1, 0(src1) + addi src1, src1, SZREG + REG_L data2, 0(src2) + addi src2, src2, SZREG + orc.b data1_orcb, data1 + bne data1_orcb, m1, L(end) + bne data1, data2, L(end) + + /* Read the next aligned-down word. */ + REG_L data3, 0(src3) + addi src3, src3, SZREG + orc.b data3_orcb, data3 + beq data3_orcb, m1, L(loop_unaligned) + +L(unaligned_nul): + /* src1 points to unread word (only first bytes relevant). + * data3 holds next aligned-down word with NUL. + * Compare the first bytes of data1 with the last bytes of data3. */ + REG_L data1, 0(src1) + /* Shift NUL bytes into data3 to become data2. */ + SHIFT2 data2, data3, shift + bne data1, data2, L(end_orc) + li result, 0 + ret + +.option pop + +END (STRCMP) +libc_hidden_builtin_def (STRCMP)