aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/dp_maddf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07MIPS: math-emu: Use preferred flavor of unsigned integer declarationsAleksandar Markovic1-4/+4
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Douglas Leung1-39/+94
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumerationAleksandar Markovic1-11/+8
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic1-1/+17
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic1-1/+21
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic1-46/+20
2017-06-28MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic1-1/+4
2016-05-13MIPS: math-emu: Fix code indentationPaul Burton1-1/+1
2016-05-13MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} commentsPaul Burton1-1/+1
2016-05-13MIPS: math-emu: Add z argument macrosPaul Burton1-5/+4
2016-05-13MIPS: math-emu: Unify ieee754dp_m{add,sub}fPaul Burton1-2/+20
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instructionMarkos Chandras1-0/+265