summaryrefslogtreecommitdiff
path: root/arch/mips/math-emu
AgeCommit message (Expand)Author
2016-05-13MIPS: math-emu: Always propagate sNaN payload in quietingMaciej W. Rozycki
2016-05-13MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulationMaciej W. Rozycki
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder
2016-01-24MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutterMaciej W. Rozycki
2016-01-24MIPS: math-emu: dsemul: Correct description of the emulation frameMaciej W. Rozycki
2016-01-24MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionMaciej W. Rozycki
2016-01-24MIPS: math-emu: Make microMIPS branch delay slot emulation workMaciej W. Rozycki
2016-01-24MIPS: math-emu: dsemul: Fix ill formatting of microMIPS partMaciej W. Rozycki
2016-01-24MIPS: math-emu: Correctly handle NOP emulationMaciej W. Rozycki
2016-01-20MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulationMaciej W. Rozycki
2016-01-20MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulationMaciej W. Rozycki
2015-10-26MIPS: Declare mips_debugfs_dir in a headerPaul Burton
2015-09-03MIPS: math-emu: Remove unused handle_dsemul function declarationMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 RINT FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 SELNEZ FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 SELEQZ FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the CMP.condn.fmt R6 instructionMarkos Chandras
2015-09-03MIPS: math-emu: Move from deprecated __initcall to arch_initcall.Ralf Baechle
2015-09-03MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructionsMarkos Chandras
2015-09-03MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6Markos Chandras
2015-09-03MIPS: math-emu: Fix indentationMarkos Chandras
2015-09-03MIPS: cp1emu: Fix closing bracket for the d_fmt caseMarkos Chandras
2015-07-09MIPS: Fix erroneous JR emulation for MIPS R6Markos Chandras
2015-07-09MIPS: Fix branch emulation for BLTC and BGEC instructionsMarkos Chandras
2015-05-12MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki
2015-04-08MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki
2015-04-08MIPS: math-emu: Make ABS.fmt and NEG.fmt arithmetic againMaciej W. Rozycki
2015-04-08MIPS: math-emu: Define IEEE 754-2008 feature control bitsMaciej W. Rozycki
2015-04-08MIPS: math-emu: Implement the FCCR, FEXR and FENR registersMaciej W. Rozycki
2015-04-08MIPS: math-emu: Set FIR feature flags for full emulationMaciej W. Rozycki
2015-04-08MIPS: math-emu: Move long fixed-point support into an `ar' libraryMaciej W. Rozycki
2015-04-08MIPS: math-emu: Correct delay-slot exception propagationMaciej W. Rozycki
2015-04-08MIPS: Correct FP ISA requirementsMaciej W. Rozycki
2015-04-08MIPS: math-emu: Fix delay-slot emulation cache incoherencyMaciej W. Rozycki
2015-04-08MIPS: math-emu: Make NaN classifiers staticMaciej W. Rozycki
2015-04-08MIPS: math-emu: Optimise qNaN handling in `ieee754sp_fdp'Maciej W. Rozycki
2015-04-08MIPS: math-emu: Remove dead comparison helpersMaciej W. Rozycki
2015-04-08MIPS: math-emu: Remove redundant code from NaN comparisonMaciej W. Rozycki
2015-04-08MIPS: math-emu: Optimise NaN handling in comparisonsMaciej W. Rozycki
2015-04-08MIPS: math-emu: Reinstate sNaN quieting handlersMaciej W. Rozycki
2015-04-08MIPS: math-emu: Don't pass qNaNs through quieting handlersMaciej W. Rozycki
2015-04-08MIPS: math-emu: Factor out NaN FP format conversionsMaciej W. Rozycki
2015-04-08MIPS: math-emu: Update sNaN quieting handlersMaciej W. Rozycki
2015-04-08MIPS: math-emu: Factor out CFC1/CTC1 emulationMaciej W. Rozycki
2015-04-08MIPS: math-emu: Remove `modeindex' macroMaciej W. Rozycki