]> git.proxmox.com Git - qemu.git/commit
target-alpha: Split up FPCR value into separate fields.
authorRichard Henderson <rth@twiddle.net>
Thu, 31 Dec 2009 20:41:07 +0000 (12:41 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 23 Feb 2010 22:36:22 +0000 (23:36 +0100)
commit8443effb50ad6d762d144e702a9b9a30e96f887c
treee705438ef9e432f33c793f5bc7c68fa366598a37
parent7c5a90dd419ef9862ee99f3825b4eb7d0a033d37
target-alpha: Split up FPCR value into separate fields.

The fpcr_exc_status, fpcr_exc_mask, and fpcr_dyn_round fields
are stored in <softfloat.h> format for convenience during
regular execution.

Revert the addition of float_exception_mask to float_status,
added in ba0e276db4b51bd2255a5d5ff8902c70d32ade40.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
fpu/softfloat.h
target-alpha/cpu.h
target-alpha/helper.c