Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp2092330pxb; Mon, 23 Aug 2021 11:54:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz2+fTDRR0I0yvjIbIBVX9780WQCi6+0QGXs5MFXmfpVAfYQbSGlRnYHDS3zmSZ5oCLSJwq X-Received: by 2002:a6b:296:: with SMTP id 144mr27714762ioc.114.1629744881864; Mon, 23 Aug 2021 11:54:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629744881; cv=none; d=google.com; s=arc-20160816; b=s9pcwguHq5saNqbcn0N1Ha00PcKVU9lsfPd1zE3+nnye3RLaegHYP/irCEUud6fnLg ysuL0VDxEZGlOWh594F1ncV69ZwMTjuHbBea3DlEBhwrF4juAG0UXNsHwag10mAq0EYA hnSA20CQlzTZ0LsyAy9b+FdtjZBYI0sCLGnNaRL1uTV914TCq0hpb8ibdtQBOcRXGpFt DeW6GeuJGiD1ddh8i5z6tiKxb0TQ/Y4fZzUrW3WX7pmXbUqbfp/7171q2MLrHRhX/Ir1 SavgI/DFD8rdvzJnCKDegX9FXyNCZh3GmyoaNhZFbJSO8XAYO+0mFmwHni5MkMRqY5kZ OfPA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=5Vj6ovLWzYfKhx/Qk/iHxmXvUJbvNuwFArJ5HTe5hPo=; b=D/kHwT6WMa4nSD+G+yQRdlYA74b1tawY9jDLD3q8JGn6xwzstRaZDvvR8ccZPhW9Ce MoYtxCvmyr6guWIP9hPOsNqp/IDmX9FI8CuXft03CSWcF2bYg/TwWNx6vzRbnVTEHIvG aeCP5y5rSYaPw/+J9uBBHofraJ3rBAlEEmYjo4PdO9E4SsSbcz24ajinURIpZvCmp37h J80B43Y3tT8H3I3KzM1N5aIg7LxwjZ6uWKz7rQucCIGwdf20b8U58yAE2vj9RtJLq77h zriGD1w+dCvdnGlb/IGDi1RtOSgG4lfjJic1QFa+jdomyK5vDprc7rysmvIPD/Wvh2Ec VLBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u2si12325745ilk.59.2021.08.23.11.54.29; Mon, 23 Aug 2021 11:54:41 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230326AbhHWSxM (ORCPT + 99 others); Mon, 23 Aug 2021 14:53:12 -0400 Received: from gate.crashing.org ([63.228.1.57]:34788 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229883AbhHWSxL (ORCPT ); Mon, 23 Aug 2021 14:53:11 -0400 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 17NIktDE030226; Mon, 23 Aug 2021 13:46:55 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 17NIksWh030223; Mon, 23 Aug 2021 13:46:54 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Mon, 23 Aug 2021 13:46:48 -0500 From: Segher Boessenkool To: Christophe Leroy Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/32: Don't use lmw/stmw for saving/restoring non volatile regs Message-ID: <20210823184648.GY1583@gate.crashing.org> References: <316c543b8906712c108985c8463eec09c8db577b.1629732542.git.christophe.leroy@csgroup.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <316c543b8906712c108985c8463eec09c8db577b.1629732542.git.christophe.leroy@csgroup.eu> User-Agent: Mutt/1.4.2.3i Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 23, 2021 at 03:29:12PM +0000, Christophe Leroy wrote: > Instructions lmw/stmw are interesting for functions that are rarely > used and not in the cache, because only one instruction is to be > copied into the instruction cache instead of 19. However those > instruction are less performant than 19x raw lwz/stw as they require > synchronisation plus one additional cycle. lmw takes N+2 cycles for loading N words on 603/604/750/7400, and N+3 on 7450. stmw takes N+1 cycles for storing N words on 603, N+2 on 604/750/ 7400, and N+3 on 7450 (load latency is 3 instead of 2 on 7450). There is no synchronisation needed, although there is some serialisation, which of course doesn't mean much since there can be only 6 or 8 or so insns executing at once anyway. So, these insns are almost never slower, they can easily win cycles back because of the smaller code, too. What 32-bit core do you see where load/store multiple are more than a fraction of a cycle (per memory access) slower? > SAVE_NVGPRS / REST_NVGPRS are used in only a few places which are > mostly in interrupts entries/exits and in task switch so they are > likely already in the cache. Nothing is likely in the cache on the older cores (except in microbenchmarks), the caches are not big enough for that! > Using standard lwz improves null_syscall selftest by: > - 10 cycles on mpc832x. > - 2 cycles on mpc8xx. And in real benchmarks? On mpccore both lmw and stmw are only N+1 btw. But the serialization might cost another cycle here? Segher