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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 85F0BC433FE for ; Mon, 3 Oct 2022 16:27:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AlWj4C4w9NigoBzv7HMB/HBQFrTVIrCIJ5kIiFlbJvk=; b=jUdfzWntlTZIn7FEmw5E2rCnEx 3TfipebI92E6tMh7HAIPZfi9zW4vmpZmyExIsGcBe3ITbJL0N1xEVp3QBXnLCAxepx3Qb8BWCc54U uF1EGMMZHHSZt17TVr/NFJVEQ7VgK4RldlxohZrC5SVa6paB+VbdEfMqVsJ7c7tkuAe9BjrTnsgpU m5EbRJWcnb9VXZfyAy5ZH4jjc22axyJ3o4Aj/33Cdl8/EID3WnrJ+bN7EYorsz/fL1VKcoFx3q6Pu /r7N/h1HyU6QGwB95RHqKogbG5kx2XjYiASbJz26pXggSjDEH9tz0Re0Etrz5r1KJp5N3bBi/JX3z SdLwKuOw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofOGa-006lN6-8e; Mon, 03 Oct 2022 16:26:04 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofOGX-006lM3-Uo for linux-arm-kernel@lists.infradead.org; Mon, 03 Oct 2022 16:26:02 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1AB786114D; Mon, 3 Oct 2022 16:26:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CFBB6C433D6; Mon, 3 Oct 2022 16:25:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664814360; bh=2AB0zLu+pEsoGwdoM5+eUhrNfvuyfSwwlQMZ4u3rfZQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=unQjZWmc9GLniy1lR6M7vDupsexiAtwaMDbpe7bfrQRssawCPMl/NKeKHEl/Q2xRZ QRVew4+6HC1Ny8RMgX1K0NVZVG7WWsCAFXQc+L8PvT7U2BIgoU8Y9TClFWMs1cX+d/ pCZebVI+tWyq6gJq0XaBmFXiwcmk/F0DfdKvkmot7xWTuGi36gTLk3NF/Rity3/W16 VP4q3bogOepJT2kh9VzqS8q8vsqhWP1xRgZX/PT2VjD5+Y0aTR1TvqM3F2RQKEuSYi cMqBV2m7Q+ruXLI3XuMMuEtSiintFA7u/ETwiAUAj1WNBfDrKZ6xi59Ej4SCgbPay/ i2gOrAq9+0BuQ== Date: Mon, 3 Oct 2022 17:25:56 +0100 From: Mark Brown To: James Morse Cc: linux-arm-kernel@lists.infradead.org Subject: Re: [RFC PATCH 34/38] arm64/sysreg: Convert MVFR2_EL1 to automatic generation Message-ID: References: <20220930140211.3215348-1-james.morse@arm.com> <20220930140211.3215348-35-james.morse@arm.com> MIME-Version: 1.0 In-Reply-To: <20220930140211.3215348-35-james.morse@arm.com> X-Cookie: dpkg has bugs? no way! X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221003_092602_050884_4871EC79 X-CRM114-Status: GOOD ( 13.19 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============7170340588277577509==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============7170340588277577509== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="h95v82Q9T9vQO2/F" Content-Disposition: inline --h95v82Q9T9vQO2/F Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Sep 30, 2022 at 03:02:07PM +0100, James Morse wrote: > Convert MVFR2_EL1 to be automatically generated as per DDI04187H.a, > no functional changes. > +Enum 3:0 SIMDMisc > + 0b0000 NI > + 0b0001 SIMD This should be SIMD_DIRECTED_ROUNDING. > + 0b0010 SIMD_DIRECTED_ROUNDING This should *probably* be SIMD_ROUNDING. > + 0b0011 SIMD_ROUNDING This should be SIMD_MIN_MAX. > + 0b0100 SIMD_MAX_MIN > +EndEnum DDI0487I.a does not appear to have 0b0100. --h95v82Q9T9vQO2/F Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmM7DRMACgkQJNaLcl1U h9C2/gf6AkJlUsrGhfxNlqxWVkibSNO+ptw6/0CrBVvmk+lfqdYtySqN6pqNFe+Q hhWhk8Nx2AMIVW4MLVEgh7WdWaTBhP7p15n0dAdCpGP7Vl4vQeKGaQMMJrTJBngX mKQZ08oMWepJj+Wfo3mi2/avA2z+l4+wlHN4ZGE2XdnNUgz32saJFuOSYtpxMILS VH6upLSxa7GwbZ/dFBakgqxxiAOw9bawFL5jWdnbLiqYoDAxDC7lwiIXNk7oTm7K pwHUzIhYg1lISy7ddG52eK4rem7Twnkaj+vAJmFJ5SfOrpnlVd/y+BjDn7mjA53R jhn+wGwpVBoPe6WTXerKnKhcclWkng== =+vff -----END PGP SIGNATURE----- --h95v82Q9T9vQO2/F-- --===============7170340588277577509== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============7170340588277577509==--