summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/ieee754.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 397Thomas Gleixner1-13/+1
2017-11-07MIPS: math-emu: Use preferred flavor of unsigned integer declarationsAleksandar Markovic1-7/+8
2017-08-29MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementationAleksandar Markovic1-0/+2
2016-01-20MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulationMaciej W. Rozycki1-13/+29
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instructionMarkos Chandras1-0/+4
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instructionMarkos Chandras1-0/+4
2015-09-03MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instructionMarkos Chandras1-0/+2
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instructionMarkos Chandras1-0/+4
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instructionMarkos Chandras1-0/+5
2015-04-08MIPS: math-emu: Define IEEE 754-2008 feature control bitsMaciej W. Rozycki1-5/+7
2015-04-08MIPS: math-emu: Remove dead comparison helpersMaciej W. Rozycki1-65/+0
2015-04-08MIPS: ieee754.h: Supplement comments for special valuesMaciej W. Rozycki1-17/+17
2015-04-08MIPS: ieee754.h: Correct comments for special valuesMaciej W. Rozycki1-2/+2
2014-05-23MIPS: math-emu: Switch to using the MIPS rounding modes.Ralf Baechle1-7/+0
2014-05-23MIPS: math-emu: Nuke alternative names for IEEE-754 rounding modes.Ralf Baechle1-4/+0
2014-05-23MIPS: math-emu: Cleanup coding style.Ralf Baechle1-1/+1
2014-05-23MIPS: math-emu: Cleanup definition of structs describe sp/dp floats.Ralf Baechle1-22/+9
2014-05-23MIPS: math-emu: Get rid of the useless parts of exception handling.Ralf Baechle1-16/+0
2014-05-23MIPS: math-emu: Remove unused code.Ralf Baechle1-53/+0
2014-05-23MIPS: math-emu: Inline ieee754dp_finite and ieee754dp_finite().Ralf Baechle1-2/+0
2014-05-23MIPS: math-emu: Cleanup stdarg usage including apparently bogus comment.Ralf Baechle1-8/+1
2014-05-23MIPS: math-emu: Cleanup ieee754si_indef() / ieee754di_indef().Ralf Baechle1-6/+10
2014-05-23MIPS: math-emu: Get rid of unuable extended precision support.Ralf Baechle1-3/+0
2014-05-21MIPS: math-emu: Turn macros into functions where possible.Ralf Baechle1-6/+8
2014-05-21MIPS: math-emu: Get rid of typedefs.Ralf Baechle1-83/+83
2014-05-21MIPS: math-emu: Use English spelling of `constant' rather than Danish.Ralf Baechle1-6/+6
2014-05-21MIPS: math-emu: Mark exception handling functions as __cold.Ralf Baechle1-1/+2
2014-05-21MIPS: math-emu: Use __BITFIELD_FIELD to eleminate redundant definitions.Ralf Baechle1-63/+23
2010-10-18Update broken web addresses in arch directory.Justin P. Mattock1-1/+0
2006-06-19[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.Atsushi Nemoto1-1/+1
2005-10-29Delete unused ieee754_cname[] and declaration.Ralf Baechle1-1/+0
2005-10-29Protect against multiple inclusion.Ralf Baechle1-0/+4
2005-10-29Fix preemption and SMP problems in the FP emulator code.Ralf Baechle1-98/+77
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+489