qemu-cr16/include
Andrew Dutcher d1eb8f2acb fpu: add mechanism to check for invalid long double formats
All operations that take a floatx80 as an operand need to have their
inputs checked for malformed encodings. In all of these cases, use the
function floatx80_invalid_encoding to perform the check. If an invalid
operand is found, raise an invalid operation exception, and then return
either NaN (for fp-typed results) or the integer indefinite value (the
minimum representable signed integer value, for int-typed results).

For the non-quiet comparison operations, this touches adjacent code in
order to pass style checks.

Signed-off-by: Andrew Dutcher <andrew@andrewdutcher.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1471392895-17324-1-git-send-email-andrew@andrewdutcher.com
[PMM: changed "1 << 63" to "1ULL << 63" to fix compile errors]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2016-09-15 12:43:18 +01:00
..
block mirror: auto complete active commit 2016-09-13 11:00:56 +01:00
crypto
disas
exec tcg: Prepare TB invalidation for lockless TB lookup 2016-09-13 19:08:43 +02:00
fpu fpu: add mechanism to check for invalid long double formats 2016-09-15 12:43:18 +01:00
hw ppc: do not redefine CPUPPCState 2016-09-13 19:09:44 +02:00
io
libdecnumber
migration
monitor
net
qapi
qemu * minor patches here and there 2016-09-15 10:24:22 +01:00
qom
standard-headers
sysemu * minor patches here and there 2016-09-15 10:24:22 +01:00
ui
elf.h
glib-compat.h glib-compat: add g_(s)list_free_full() 2016-09-08 17:57:32 +04:00
qemu-common.h
qemu-io.h
trace-tcg.h
trace.h