qemu-e2k/target-arm
Peter Maydell bb4d4bb376 softfloat: Add float16 type and float16 NaN handling functions
Add a float16 type to softfloat, rather than using bits16 directly.
Also add the missing functions float16_is_quiet_nan(),
float16_is_signaling_nan() and float16_maybe_silence_nan(),
which are needed for the float16 conversion routines.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2011-02-10 18:28:09 +01:00
..
cpu.h target-arm: Add CPU feature flag for v7MP 2011-02-04 21:30:14 +01:00
exec.h
helper.c softfloat: Add float16 type and float16 NaN handling functions 2011-02-10 18:28:09 +01:00
helpers.h target-arm: Fix VQMOVUN Neon instruction. 2011-02-09 19:37:47 +01:00
iwmmxt_helper.c
machine.c
neon_helper.c target-arm: Fix 32 bit signed saturating narrow 2011-02-09 19:37:48 +01:00
op_addsub.h
op_helper.c Set the right overflow bit for neon 32 and 64 bit saturating add/sub. 2011-02-04 20:57:41 +01:00
translate.c target-arm: implement vsli.64, vsri.64 2011-02-09 19:48:48 +01:00