summaryrefslogtreecommitdiff
path: root/target-alpha/fpu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-29alpha: Clean up includesPeter Maydell1-0/+1
2016-01-22fpu: Replace uint64 typedef with uint64_tPeter Maydell1-1/+1
2015-05-18target-alpha: Raise IOV from CVTQLRichard Henderson1-2/+6
2015-05-18target-alpha: Suppress underflow from CVTTQ if DNZRichard Henderson1-1/+1
2015-05-18target-alpha: Raise EXC_M_INV properly for fp inputsRichard Henderson1-10/+22
2015-05-18target-alpha: Fix cvttq vs infRichard Henderson1-1/+1
2015-05-18target-alpha: Fix cvttq vs large integersRichard Henderson1-5/+5
2015-05-18target-alpha: Raise IOV from CVTTQRichard Henderson1-16/+9
2015-05-18target-alpha: Set EXC_M_SWC for exceptions from /S insnsRichard Henderson1-5/+3
2015-05-18target-alpha: Set fpcr_exc_status even for disabled exceptionsRichard Henderson1-14/+21
2015-05-18target-alpha: Tidy FPCR representationRichard Henderson1-47/+83
2015-05-18target-alpha: Rename floating-point subroutinesRichard Henderson1-1/+1
2015-05-18target-alpha: Move VAX helpers to a new fileRichard Henderson1-328/+0
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson1-1/+1
2014-04-17target-alpha: Convert gen_fcvtlq/ql to source/sinkRichard Henderson1-0/+7
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-3/+3
2012-03-24target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson1-34/+10
2012-03-24target-alpha: Move floating-point helpers to fpu_helper.c.Richard Henderson1-0/+846