aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/math-emu
AgeCommit message (Expand)AuthorFilesLines
2016-05-28MIPS: math-emu: Fix typoGravatar Andrea Gelmini 1-2/+2
2016-05-13MIPS: math-emu: Fix jalr emulation when rd == $0Gravatar Paul Burton 1-3/+5
2016-05-13MIPS: math-emu: Fix m{add,sub}.s shiftsGravatar Paul Burton 5-19/+25
2016-05-13MIPS: math-emu: Fix code indentationGravatar Paul Burton 2-2/+2
2016-05-13MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} commentsGravatar Paul Burton 2-2/+2
2016-05-13MIPS: math-emu: Add z argument macrosGravatar Paul Burton 5-9/+20
2016-05-13MIPS: math-emu: Unify ieee754dp_m{add,sub}fGravatar Paul Burton 3-272/+21
2016-05-13MIPS: math-emu: Unify ieee754sp_m{add,sub}fGravatar Paul Burton 3-261/+21
2016-05-13MIPS: math-emu: Emulate MIPSr6 sel.fmt instructionGravatar Paul Burton 1-2/+24
2016-05-13MIPS: math-emu: Fix BC1{EQ,NE}Z emulationGravatar Paul Burton 1-5/+6
2016-05-13MIPS: math-emu: Always propagate sNaN payload in quietingGravatar Maciej W. Rozycki 2-6/+12
2016-05-13MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulationGravatar Maciej W. Rozycki 1-1/+1
2016-04-03MIPS: Fix misspellings in comments.Gravatar Adam Buchbinder 2-6/+6
2016-01-24MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutterGravatar Maciej W. Rozycki 1-8/+9
2016-01-24MIPS: math-emu: dsemul: Correct description of the emulation frameGravatar Maciej W. Rozycki 1-7/+2
2016-01-24MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionGravatar Maciej W. Rozycki 1-2/+22
2016-01-24MIPS: math-emu: Make microMIPS branch delay slot emulation workGravatar Maciej W. Rozycki 1-4/+7
2016-01-24MIPS: math-emu: dsemul: Fix ill formatting of microMIPS partGravatar Maciej W. Rozycki 1-6/+12
2016-01-24MIPS: math-emu: Correctly handle NOP emulationGravatar Maciej W. Rozycki 2-6/+12
2016-01-20MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulationGravatar Maciej W. Rozycki 10-42/+91
2016-01-20MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulationGravatar Maciej W. Rozycki 2-26/+50
2015-10-26MIPS: Declare mips_debugfs_dir in a headerGravatar Paul Burton 1-1/+1
2015-09-03MIPS: math-emu: Remove unused handle_dsemul function declarationGravatar Markos Chandras 1-1/+0
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instructionGravatar Markos Chandras 5-2/+480
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instructionGravatar Markos Chandras 5-2/+480
2015-09-03MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instructionGravatar Markos Chandras 5-2/+138
2015-09-03MIPS: math-emu: Add support for the MIPS R6 RINT FPU instructionGravatar Markos Chandras 1-0/+24
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instructionGravatar Markos Chandras 5-2/+559
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instructionGravatar Markos Chandras 5-2/+553
2015-09-03MIPS: math-emu: Add support for the MIPS R6 SELNEZ FPU instructionGravatar Markos Chandras 1-0/+22
2015-09-03MIPS: math-emu: Add support for the MIPS R6 SELEQZ FPU instructionGravatar Markos Chandras 1-0/+23
2015-09-03MIPS: math-emu: Add support for the CMP.condn.fmt R6 instructionGravatar Markos Chandras 1-9/+121
2015-09-03MIPS: math-emu: Move from deprecated __initcall to arch_initcall.Gravatar Ralf Baechle 1-1/+1
2015-09-03MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructionsGravatar Markos Chandras 1-1/+19
2015-09-03MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6Gravatar Markos Chandras 1-2/+2
2015-09-03MIPS: math-emu: Fix indentationGravatar Markos Chandras 1-4/+4
2015-09-03MIPS: cp1emu: Fix closing bracket for the d_fmt caseGravatar Markos Chandras 1-1/+4
2015-07-09MIPS: Fix erroneous JR emulation for MIPS R6Gravatar Markos Chandras 1-1/+1
2015-07-09MIPS: Fix branch emulation for BLTC and BGEC instructionsGravatar Markos Chandras 1-2/+2
2015-05-12MIPS: Fix a preemption issue with thread's FPU defaultsGravatar Maciej W. Rozycki 1-2/+2
2015-04-08MIPS: Respect the ISA level in FCSR handlingGravatar Maciej W. Rozycki 1-3/+4
2015-04-08MIPS: math-emu: Make ABS.fmt and NEG.fmt arithmetic againGravatar Maciej W. Rozycki 2-72/+38
2015-04-08MIPS: math-emu: Define IEEE 754-2008 feature control bitsGravatar Maciej W. Rozycki 2-7/+10
2015-04-08MIPS: math-emu: Implement the FCCR, FEXR and FENR registersGravatar Maciej W. Rozycki 1-15/+91
2015-04-08MIPS: math-emu: Set FIR feature flags for full emulationGravatar Maciej W. Rozycki 1-1/+2
2015-04-08MIPS: math-emu: Move long fixed-point support into an `ar' libraryGravatar Maciej W. Rozycki 1-6/+9
2015-04-08MIPS: math-emu: Correct delay-slot exception propagationGravatar Maciej W. Rozycki 2-6/+30
2015-04-08MIPS: Correct FP ISA requirementsGravatar Maciej W. Rozycki 1-28/+27
2015-04-08MIPS: math-emu: Fix delay-slot emulation cache incoherencyGravatar Maciej W. Rozycki 1-1/+1
2015-04-08MIPS: math-emu: Make NaN classifiers staticGravatar Maciej W. Rozycki 4-4/+2