summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/dp_maddf.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang1-2/+1
2020-01-22MIPS: Add MAC2008 SupportJiaxun Yang1-18/+35
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 454Thomas Gleixner1-4/+1
2017-12-12MIPS: math-emu: Mark fall throughs in switch statements with a commentAleksandar Markovic1-1/+2
2017-12-12MIPS: math-emu: Declare function srl128() as staticAleksandar Markovic1-1/+1
2017-12-12MIPS: math-emu: Avoid definition duplication for macro DPXMULT()Aleksandar Markovic1-3/+0
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