From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 77619C433F5 for ; Tue, 7 Dec 2021 13:33:20 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4J7h7z13wfz3fJ6 for ; Wed, 8 Dec 2021 00:33:19 +1100 (AEDT) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4J7h2T5WM9z30Pj for ; Wed, 8 Dec 2021 00:28:33 +1100 (AEDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4J7h2T4dWgz4xh9; Wed, 8 Dec 2021 00:28:33 +1100 (AEDT) From: Michael Ellerman To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org In-Reply-To: <20211022061322.2671178-1-npiggin@gmail.com> References: <20211022061322.2671178-1-npiggin@gmail.com> Subject: Re: [PATCH v2] powerpc: flexible GPR range save/restore macros Message-Id: <163888361699.3690807.17364741443195165803.b4-ty@ellerman.id.au> Date: Wed, 08 Dec 2021 00:26:56 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, 22 Oct 2021 16:13:22 +1000, Nicholas Piggin wrote: > Introduce macros that operate on a (start, end) range of GPRs, which > reduces lines of code and need to do mental arithmetic while reading the > code. > > Applied to powerpc/next. [1/1] powerpc: flexible GPR range save/restore macros https://git.kernel.org/powerpc/c/aebd1fb45c622e9a2b06fb70665d084d3a8d6c78 cheers