summaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/cp1emu.c
AgeCommit message (Expand)Author
2017-09-10MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki
2016-06-06MIPS: math-emu: Fix jalr emulation when rd == $0Paul Burton
2015-09-29MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructionsMarkos Chandras
2015-09-29MIPS: math-emu: Allow m{f,t}hc emulation on MIPS R6Markos Chandras
2015-08-10MIPS: Fix erroneous JR emulation for MIPS R6Markos 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: 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: Correct delay-slot exception propagationMaciej W. Rozycki
2015-04-08MIPS: Correct FP ISA requirementsMaciej W. Rozycki
2015-04-08MIPS: math-emu: Factor out CFC1/CTC1 emulationMaciej W. Rozycki
2015-04-08MIPS: math-emu: Remove `modeindex' macroMaciej W. Rozycki
2015-04-08MIPS: math-emu: Reindent `bc_op' emulationMaciej W. Rozycki
2015-02-17MIPS: Handle MIPS IV, V and R2 FPU instructions on MIPS R6 as wellMarkos Chandras
2015-02-17MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6Leonid Yegoshin
2015-02-17MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructionsMarkos Chandras
2015-02-17MIPS: Emulate the new MIPS R6 BEQZC and JIC instructionsMarkos Chandras
2015-02-17MIPS: Emulate the new MIPS R6 BALC instructionMarkos Chandras
2015-02-17MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructionsMarkos Chandras
2015-02-17MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructionsMarkos Chandras
2015-02-17MIPS: Emulate the new MIPS R6 branch compact (BC) instructionMarkos Chandras
2015-02-17MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructionsMarkos Chandras
2015-02-17MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructionsMarkos Chandras
2015-02-17MIPS: Emulate the BC1{EQ,NE}Z FPU instructionsMarkos Chandras
2015-02-17MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6Markos Chandras
2015-02-17MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6Markos Chandras
2014-11-24MIPS: Support for hybrid FPRsPaul Burton
2014-11-07MIPS: Fix build with binutils 2.24.51+Manuel Lauss
2014-10-21MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructionsMarkos Chandras
2014-09-26MIPS: Fix MFC1 & MFHC1 emulation for 64-bit MIPS systemsPaul Burton
2014-07-30MIPS: math-emu: Fix instruction decoding.Rob Kendrick
2014-05-30MIPS: OCTEON: Enable use of FPUDavid Daney
2014-05-30MIPS: math-emu: Add IEEE754 exception statistics to debugfsDeng-Cheng Zhu
2014-05-23MIPS: math-emu: Reduce microMIPS bloat.Ralf Baechle
2014-05-23MIPS: math-emu: Switch to using the MIPS rounding modes.Ralf Baechle
2014-05-23MIPS: Sort out mm_isBranchInstr.Ralf Baechle
2014-05-23MIPS: math-emu: Cleanup coding style.Ralf Baechle
2014-05-23MIPS: math-emu: Convert debug printks to pr_debug getting.Ralf Baechle
2014-05-21MIPS: math-emu: Remove most ifdefery.Ralf Baechle
2014-05-21MIPS: math-emu: Reformat code according to coding style.Ralf Baechle
2014-05-21MIPS: math-emu: Move all debug fs code to a separate file.Ralf Baechle
2014-05-21MIPS: math-emu: Header file weeding.Ralf Baechle
2014-05-21MIPS: math-emu: Use helpers to manipulate CAUSEF_BD flag.Ralf Baechle
2014-05-21MIPS: math-emu: Get rid of typedefs.Ralf Baechle
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle
2014-03-26MIPS: Clear upper bits of FP registers on emulator writesPaul Burton
2014-03-26MIPS: Simplify FP context accessPaul Burton
2014-03-11MIPS: math-emu: Fix prefx detection and COP1X function field definitionDeng-Cheng Zhu