From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7HK6-0007dt-9A for qemu-devel@nongnu.org; Mon, 30 May 2016 03:09:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7HK3-0001eK-1R for qemu-devel@nongnu.org; Mon, 30 May 2016 03:09:14 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:45748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7HK2-0001dW-Qw for qemu-devel@nongnu.org; Mon, 30 May 2016 03:09:10 -0400 Received: from wormulon.uni-paderborn.de ([131.234.189.22] helo=localhost.localdomain) by mail.uni-paderborn.de with esmtp (Exim 4.84_2 amazonia) id 1b7HJz-0006kC-8w for qemu-devel@nongnu.org; Mon, 30 May 2016 09:09:08 +0200 Received: from mail.uni-paderborn.de by wormulon with queue id 1137992-5 for qemu-devel@nongnu.org; Mon, 30 May 2016 07:09:07 GMT References: <1464562768-8954-1-git-send-email-peer.adelt@c-lab.de> <1464562768-8954-2-git-send-email-peer.adelt@c-lab.de> From: Bastian Koppelmann Message-ID: <21652d3c-e213-db8f-0191-62088630c01b@mail.uni-paderborn.de> Date: Mon, 30 May 2016 09:09:06 +0200 MIME-Version: 1.0 In-Reply-To: <1464562768-8954-2-git-send-email-peer.adelt@c-lab.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] target-tricore: Added FTOUZ instruction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peer.adelt@c-lab.de, qemu-devel@nongnu.org On 05/30/2016 12:59 AM, peer.adelt@c-lab.de wrote: > From: Peer Adelt > > Converts a 32-bit floating point number to an unsigned int. The > result is rounded towards zero. > > Signed-off-by: Peer Adelt > --- > target-tricore/fpu_helper.c | 20 ++++++++++++++++++++ > target-tricore/helper.h | 1 + > target-tricore/translate.c | 3 +++ > 3 files changed, 24 insertions(+) > Reviewed-by: Bastian Koppelmann Cheers, Bastian