From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejt2s-0000DN-H3 for qemu-devel@nongnu.org; Thu, 08 Feb 2018 15:43:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejt2p-0001OD-Ot for qemu-devel@nongnu.org; Thu, 08 Feb 2018 15:43:50 -0500 Received: from mail-pg0-x244.google.com ([2607:f8b0:400e:c05::244]:40945) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejt2p-0001Nz-Ig for qemu-devel@nongnu.org; Thu, 08 Feb 2018 15:43:47 -0500 Received: by mail-pg0-x244.google.com with SMTP id g2so2120820pgn.7 for ; Thu, 08 Feb 2018 12:43:47 -0800 (PST) References: <20180208173157.24705-1-alex.bennee@linaro.org> <20180208173157.24705-7-alex.bennee@linaro.org> From: Richard Henderson Message-ID: Date: Thu, 8 Feb 2018 12:43:42 -0800 MIME-Version: 1.0 In-Reply-To: <20180208173157.24705-7-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 06/32] target/arm/helper: pass explicit fpst to set_rmode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-arm@nongnu.org Cc: Peter Maydell , qemu-devel@nongnu.org On 02/08/2018 09:31 AM, Alex Bennée wrote: > As the rounding mode is now split between FP16 and the rest of > floating point we need to be explicit when tweaking it. Instead of > passing the CPU env we now pass the appropriate fpst pointer directly. > > Signed-off-by: Alex Bennée > --- > target/arm/helper.c | 4 ++-- > target/arm/helper.h | 2 +- > target/arm/translate-a64.c | 26 +++++++++++++------------- > target/arm/translate.c | 12 ++++++------ > 4 files changed, 22 insertions(+), 22 deletions(-) Reviewed-by: Richard Henderson r~