Received: by 2002:a05:6358:4e97:b0:b3:742d:4702 with SMTP id ce23csp1705350rwb; Fri, 12 Aug 2022 05:41:23 -0700 (PDT) X-Google-Smtp-Source: AA6agR46hOfdY1IANPngMXGb8QOOewZFy5GBCzIWhsTVcAI+0evCl7ZOxRt6mDoL+F9YqoQ0vxBZ X-Received: by 2002:a17:903:18a:b0:16f:8a63:18fe with SMTP id z10-20020a170903018a00b0016f8a6318femr3889782plg.174.1660308083399; Fri, 12 Aug 2022 05:41:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1660308083; cv=none; d=google.com; s=arc-20160816; b=as9Ot5VIQBgsLISP+lxhc0TX/lcjmaaaYRETdYZh/eQvEFl9JRoPRA2MukszPNcDYo BGVOARaYG2UUn2/Vm1iMYa9dcZqZQzGpNKBBqeJU/U3lqADrCVUPHJUd6KN2OhWLw30b hChgJ2BhDDpw0puv3DTIIOAASKN7r1YjPy2GP/i6/qn0PPcIEnsF3LF7llW2WQsX86r3 DiyZoCgjhM0FiwRIzRbOcbSMK+wcbDRBvaZGzpv/13euIiEEzc7nAbLJZ9fu7YwQl7hy tSdKzciUKcP9g1bsm1lLxvt0ncC1PKYhaSC9FD0fOdygufpsGY3psMt3eIh79AHEwGVZ 2JRg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=bbwC+EKX865wxQky3pOhtGvTMQCsMC0A7jRzwDuvFng=; b=falNKM2p0/xZRwOG08eTqsinn91ca/O69Fr2o9vTmwMcfG2JV+vjpObWIbEoDkOR71 1L7/BjuwnAL62Uquq/FevlF4UgZIRWVJ+k/gIDdavocpzzeJpb56+vtV0EvSASITRdGb PbWdOMSJiCkAx57vXDYwSqyHjgzmjvHHmJd9ojEvRU30zzHP1VDrln6yxGe2g/SGZN40 cGa7jCD0Fc6BLcBKsAk4qfp0DOK4PeJtfX/dQTDRdON0BequsAtLolDPUG4wzDQqXbk5 D/4Rju7c7Zcw7bbTAvGdmsl9gNy9ADFgfrPEf8DYjIbd2AV5dGlG8THXRPKX4cKRz1pQ kl2Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id n9-20020a17090a9f0900b001f581939d79si7018094pjp.28.2022.08.12.05.40.59; Fri, 12 Aug 2022 05:41:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238335AbiHLLxl (ORCPT + 99 others); Fri, 12 Aug 2022 07:53:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238324AbiHLLxk (ORCPT ); Fri, 12 Aug 2022 07:53:40 -0400 Received: from smtp.smtpout.orange.fr (smtp08.smtpout.orange.fr [80.12.242.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9E861AF0CB for ; Fri, 12 Aug 2022 04:53:37 -0700 (PDT) Received: from YC20090004.ad.ts.tri-ad.global ([109.190.253.11]) by smtp.orange.fr with ESMTPA id MT5eouHcQeT4cMT6uoVeU2; Fri, 12 Aug 2022 13:46:06 +0200 X-ME-Helo: YC20090004.ad.ts.tri-ad.global X-ME-Auth: bWFpbGhvbC52aW5jZW50QHdhbmFkb28uZnI= X-ME-Date: Fri, 12 Aug 2022 13:46:06 +0200 X-ME-IP: 109.190.253.11 From: Vincent Mailhol To: Borislav Petkov Cc: Nick Desaulniers , Thomas Gleixner , Ingo Molnar , x86@kernel.org, Peter Zijlstra , Dave Hansen , "H . Peter Anvin" , Nathan Chancellor , Tom Rix , linux-kernel@vger.kernel.org, llvm@lists.linux.dev, David Howells , Jan Beulich , Christophe Jaillet , Joe Perches , Josh Poimboeuf , Vincent Mailhol Subject: [PATCH v5 2/2] x86/asm/bitops: __ffs,ffz: use __builtin_ctzl to evaluate constant expressions Date: Fri, 12 Aug 2022 20:44:38 +0900 Message-Id: <20220812114438.1574-3-mailhol.vincent@wanadoo.fr> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220812114438.1574-1-mailhol.vincent@wanadoo.fr> References: <20220511160319.1045812-1-mailhol.vincent@wanadoo.fr> <20220812114438.1574-1-mailhol.vincent@wanadoo.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org __ffs(x) is equivalent to (unsigned long)__builtin_ctzl(x) and ffz(x) is equivalent to (unsigned long)__builtin_ctzl(~x). Because __builting_ctzl() returns an int, a cast to (unsigned long) is necessary to avoid potential warnings on implicit casts. For x86_64, the current __ffs() and ffz() implementations do not produce optimized code when called with a constant expression. On the contrary, the __builtin_ctzl() folds into a single instruction. However, for non constant expressions, the __ffs() and ffz() asm versions of the kernel remains slightly better than the code produced by GCC (it produces a useless instruction to clear eax). Use __builtin_constant_p() to select between the kernel's __ffs()/ffz() and the __builtin_ctzl() depending on whether the argument is constant or not. ** Statistics ** On a allyesconfig, before...: $ objdump -d vmlinux.o | grep tzcnt | wc -l 3607 ...and after: $ objdump -d vmlinux.o | grep tzcnt | wc -l 2600 So, roughly 27.9% of the calls to either __ffs() or ffz() were using constant expressions and could be optimized out. (tests done on linux v5.18-rc5 x86_64 using GCC 11.2.1) Note: on x86_64, the asm bsf instruction produces tzcnt when used with the ret prefix (which explain the use of `grep tzcnt' instead of `grep bsf' in above benchmark). c.f. [1] [1] commit e26a44a2d618 ("x86: Use REP BSF unconditionally") Link: http://lkml.kernel.org/r/5058741E020000780009C014@nat28.tlf.novell.com Reviewed-by: Nick Desaulniers Signed-off-by: Vincent Mailhol --- arch/x86/include/asm/bitops.h | 38 ++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/arch/x86/include/asm/bitops.h b/arch/x86/include/asm/bitops.h index 6ed979547086..bd49aef87ab6 100644 --- a/arch/x86/include/asm/bitops.h +++ b/arch/x86/include/asm/bitops.h @@ -224,13 +224,7 @@ static __always_inline bool variable_test_bit(long nr, volatile const unsigned l ? constant_test_bit((nr), (addr)) \ : variable_test_bit((nr), (addr))) -/** - * __ffs - find first set bit in word - * @word: The word to search - * - * Undefined if no bit exists, so code should check against 0 first. - */ -static __always_inline unsigned long __ffs(unsigned long word) +static __always_inline unsigned long variable___ffs(unsigned long word) { asm("rep; bsf %1,%0" : "=r" (word) @@ -238,13 +232,18 @@ static __always_inline unsigned long __ffs(unsigned long word) return word; } -/** - * ffz - find first zero bit in word - * @word: The word to search - * - * Undefined if no zero exists, so code should check against ~0UL first. - */ -static __always_inline unsigned long ffz(unsigned long word) +/** + * __ffs - find first set bit in word + * @word: The word to search + * + * Undefined if no bit exists, so code should check against 0 first. + */ +#define __ffs(word) \ + (__builtin_constant_p(word) ? \ + (unsigned long)__builtin_ctzl(word) : \ + variable___ffs(word)) + +static __always_inline unsigned long variable_ffz(unsigned long word) { asm("rep; bsf %1,%0" : "=r" (word) @@ -252,6 +251,17 @@ static __always_inline unsigned long ffz(unsigned long word) return word; } +/** + * ffz - find first zero bit in word + * @word: The word to search + * + * Undefined if no zero exists, so code should check against ~0UL first. + */ +#define ffz(word) \ + (__builtin_constant_p(word) ? \ + (unsigned long)__builtin_ctzl(~word) : \ + variable_ffz(word)) + /* * __fls: find last set bit in word * @word: The word to search -- 2.35.1