summary refs log tree commit diff stats
path: root/linux-user/syscall.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2010-01-04 14:27:23 -0800
committerAurelien Jarno <aurelien@aurel32.net>2010-02-28 17:45:07 +0100
commitf24518b502802a128ca627a746a8bcb8d9e306af (patch)
tree14f74bb71be574e9d130c1aa99a14381efba2631 /linux-user/syscall.c
parent6c7123212223eb7f281230e9852f011255d73582 (diff)
downloadfocaccia-qemu-f24518b502802a128ca627a746a8bcb8d9e306af.tar.gz
focaccia-qemu-f24518b502802a128ca627a746a8bcb8d9e306af.zip
target-alpha: Implement IEEE FP qualifiers.
IEEE FP instructions are split up so that the rounding mode
coming from the instruction and exceptions (both masking and
delivery) are handled external to the base FP operation.
FP exceptions are properly raised for non-finite inputs to
instructions that do not indicate software completion.

A shortcut is applied if CONFIG_SOFTFLOAT_INLINE is defined
at the top of translate.c: data is loaded and stored into
FP_STATUS directly instead of using the functional interface
defined by "softfloat.h".

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'linux-user/syscall.c')
0 files changed, 0 insertions, 0 deletions