summaryrefslogtreecommitdiff
path: root/arch/mips/math-emu
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: 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
2015-04-08MIPS: math-emu: Fix oversize lines in comparisonsMaciej W. Rozycki
2015-04-08MIPS: math-emu: Reindent `bc_op' emulationMaciej W. Rozycki
2015-04-08MIPS: ieee754.h: Supplement comments for special valuesMaciej W. Rozycki
2015-04-08MIPS: ieee754.h: Correct comments for special valuesMaciej W. Rozycki
2015-04-01MIPS: Add FPU emulator counter for emulated delay slots.David Daney
2015-04-01MIPS: LLVMLinux: Silence variable self-assignment warnings.Toma Tabacu
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-24MIPS: Remove useless parenthesesRalf Baechle
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