[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/4] target-tricore: Added FTOUZ instruction
From: |
Bastian Koppelmann |
Subject: |
Re: [Qemu-devel] [PATCH 1/4] target-tricore: Added FTOUZ instruction |
Date: |
Mon, 30 May 2016 09:09:06 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 |
On 05/30/2016 12:59 AM, address@hidden wrote:
> From: Peer Adelt <address@hidden>
>
> Converts a 32-bit floating point number to an unsigned int. The
> result is rounded towards zero.
>
> Signed-off-by: Peer Adelt <address@hidden>
> ---
> 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 <address@hidden>
Cheers,
Bastian