From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aerdR-0008Fe-09 for qemu-devel@nongnu.org; Sat, 12 Mar 2016 17:03:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aerdN-0000pH-Qh for qemu-devel@nongnu.org; Sat, 12 Mar 2016 17:03:44 -0500 Received: from mail-pf0-x244.google.com ([2607:f8b0:400e:c00::244]:34603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aerdN-0000pB-I0 for qemu-devel@nongnu.org; Sat, 12 Mar 2016 17:03:41 -0500 Received: by mail-pf0-x244.google.com with SMTP id n5so4618617pfn.1 for ; Sat, 12 Mar 2016 14:03:41 -0800 (PST) Sender: Richard Henderson References: <1457708597-3025-1-git-send-email-kbastian@mail.uni-paderborn.de> <1457708597-3025-2-git-send-email-kbastian@mail.uni-paderborn.de> From: Richard Henderson Message-ID: <56E49239.30909@twiddle.net> Date: Sat, 12 Mar 2016 14:03:37 -0800 MIME-Version: 1.0 In-Reply-To: <1457708597-3025-2-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 1/7] target-tricore: Add FPU infrastructure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org On 03/11/2016 07:03 AM, Bastian Koppelmann wrote: > This patch adds a file for all the FPU related helpers with all the includes, > useful defines, and a function to update the status bits. Additionally it adds > a mask for the rounding mode bits of PSW as well as all the opcodes for the > FPU instructions. > > Signed-off-by: Bastian Koppelmann > --- > v3 -> v4: > - re-introduce f_get_excp_flags which explicitly states which flags to use > - actually remove double check on float_flag_invalid in f_update_psw_flags() Reviewed-by: Richard Henderson r~