From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2d.google.com (mail-oa1-x2d.google.com [IPv6:2001:4860:4864:20::2d]) by sourceware.org (Postfix) with ESMTPS id ED0B338555A0 for ; Wed, 11 Jan 2023 20:46:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ED0B338555A0 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-oa1-x2d.google.com with SMTP id 586e51a60fabf-142b72a728fso16802657fac.9 for ; Wed, 11 Jan 2023 12:46:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=4ccsKlaV6iEM5HdbbwpX6FgBr0cjdJfigDL2bOGuIrU=; b=nR9B/BOefw1UUShMi7O0Ein7Fkvt1SlmdNbD0F9W+GrPpC2XDgMRsdiYZhf3pyYMiM HUKlcCyykgZtOIDBmIPg/43GvarFX9AJX2/W+Srd2Np6kwSMXUZ11vxmK6z23+RhwlAw wOrVBBZ892clg1KgeXFtQFEThTupvK1y7uUT3MgtmGCH/XwFp7Qmqa4q3U0k8erSLmlp iQYDxVUfSR4khoMDmEtIubkIRgRgnr8dzdnK8IAUsD26D1eFlCdRmV4UZ//msw2Sft3E jd36AfjsZzNEXQ3uUXPIAfHHnHEGNCczVj+txmRIkHcsbJT//IoAjdxVN1GgaleW4XCO 8vpA== 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:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=4ccsKlaV6iEM5HdbbwpX6FgBr0cjdJfigDL2bOGuIrU=; b=23oA8p8N2F/AfK7ph8YJsYMPyQeJZw9xAQcgQSCL3HGbdkrcZbJRc3oaHswowkBDoI conTcCkstqLWBDuC113OahtUefuiK+h9au+xzQPDcCFXtSEYOljEB9LXV0HsHvXrxIVH PzLgJ/a6Yy5Nhj/CiRHP4YHXXSJI/tw5tswmpdPytIHHLCZDEquf80yZx+sCH62c18Jw cRVNp4fiZ6hcItbVdCWqyH591TsbNshhamS4Z/tRO7cs1OqGGpyniWCk6uC6h/57RdgX LFCVSRUQvL0qmYTnEJXdf6fSWc6hxl9PqCSBa0iVi6N/o5R7dF1A+84ebec+ivOR79C6 glFA== X-Gm-Message-State: AFqh2krYUE6u1ZbbCEEiF/CReoGXzHlWKukfPa1Ets20pBaw0MMLPZkD 0L0nJfO7Oj2+z6TbmWeLddpxx5YaM+NlWBu/SZo= X-Google-Smtp-Source: AMrXdXvdGqGeZqKTPMvSaqiw0Z/5/6mLEkjOdjJB4fik7bpIxcjUjUf8I6PjZSKhDVj37kNjbo/bVw== X-Received: by 2002:a05:6870:89aa:b0:150:50f5:f805 with SMTP id f42-20020a05687089aa00b0015050f5f805mr24820498oaq.6.1673469995022; Wed, 11 Jan 2023 12:46:35 -0800 (PST) Received: from mandiga.. ([2804:1b3:a7c0:a93a:a504:f3f6:dd7b:801]) by smtp.gmail.com with ESMTPSA id kw18-20020a056870ac1200b0014c8b5d54b2sm7990274oab.20.2023.01.11.12.46.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Jan 2023 12:46:34 -0800 (PST) From: Adhemerval Zanella To: libc-alpha@sourceware.org, Noah Goldstein , Richard Henderson Subject: [PATCH v7 15/17] arm: Add string-fza.h Date: Wed, 11 Jan 2023 17:45:56 -0300 Message-Id: <20230111204558.2402155-16-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230111204558.2402155-1-adhemerval.zanella@linaro.org> References: <20230111204558.2402155-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-13.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,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 List-Id: From: Richard Henderson While arm has the more important string functions in assembly, there are still a few generic routines used. Use the UQSUB8 insn for testing of zeros. Checked on armv7-linux-gnueabihf --- sysdeps/arm/armv6t2/string-fza.h | 70 ++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 sysdeps/arm/armv6t2/string-fza.h diff --git a/sysdeps/arm/armv6t2/string-fza.h b/sysdeps/arm/armv6t2/string-fza.h new file mode 100644 index 0000000000..7aa0843325 --- /dev/null +++ b/sysdeps/arm/armv6t2/string-fza.h @@ -0,0 +1,70 @@ +/* Zero byte detection; basics. ARM version. + Copyright (C) 2023 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 + . */ + +#ifndef _STRING_FZA_H +#define _STRING_FZA_H 1 + +#include +#include + +/* This function returns at least one bit set within every byte + of X that is zero. */ + +static __always_inline op_t +find_zero_all (op_t x) +{ + /* Use unsigned saturated subtraction from 1 in each byte. + That leaves 1 for every byte that was zero. */ + op_t ret, ones = repeat_bytes (0x01); + asm ("uqsub8 %0,%1,%2" : "=r"(ret) : "r"(ones), "r"(x)); + return ret; +} + +/* Identify bytes that are equal between X1 and X2. */ + +static __always_inline op_t +find_eq_all (op_t x1, op_t x2) +{ + return find_zero_all (x1 ^ x2); +} + +/* Identify zero bytes in X1 or equality between X1 and X2. */ + +static __always_inline op_t +find_zero_eq_all (op_t x1, op_t x2) +{ + return find_zero_all (x1) | find_zero_all (x1 ^ x2); +} + +/* Identify zero bytes in X1 or inequality between X1 and X2. */ + +static __always_inline op_t +find_zero_ne_all (op_t x1, op_t x2) +{ + /* Make use of the fact that we'll already have ONES in a register. */ + op_t ones = repeat_bytes (0x01); + return find_zero_all (x1) | (find_zero_all (x1 ^ x2) ^ ones); +} + +/* Define the "inexact" versions in terms of the exact versions. */ +#define find_zero_low find_zero_all +#define find_eq_low find_eq_all +#define find_zero_eq_low find_zero_eq_all +#define find_zero_ne_low find_zero_ne_all + +#endif /* _STRING_FZA_H */ -- 2.34.1