target-tricore: Added FTOUZ instruction
commit8f75983db8d67bce42332db7b38c62e2d45a5c7f
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Thu, 6 Oct 2016 14:46:36 +0000 (6 16:46 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 11 Jan 2017 13:36:51 +0000 (11 14:36 +0100)
tree510c1d728ca4af58d238b00182f6a52185b6b153
parentb44486dfb9447c88e4b216e730adcc780190852c
target-tricore: Added FTOUZ instruction

Converts a 32-bit floating point number to an unsigned int. The
result is rounded towards zero.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target/tricore/fpu_helper.c
target/tricore/helper.h
target/tricore/translate.c