aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/sp_maddf.c (follow)
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-11-07MIPS: math-emu: Use preferred flavor of unsigned integer declarationsAleksandar Markovic1-3/+3
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Douglas Leung1-70/+46
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-45/+21
2017-06-28MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic1-1/+4
2016-05-13MIPS: math-emu: Fix m{add,sub}.s shiftsPaul Burton1-5/+8
2016-05-13MIPS: math-emu: Add z argument macrosPaul Burton1-4/+4
2016-05-13MIPS: math-emu: Unify ieee754sp_m{add,sub}fPaul Burton1-2/+20
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instructionMarkos Chandras1-0/+255