Age | Commit message (Expand) | Author | Files | Lines |
2015-04-08 | MIPS: math-emu: Make NaN classifiers static | Maciej W. Rozycki | 4 | -4/+2 |
2015-04-08 | MIPS: math-emu: Optimise qNaN handling in `ieee754sp_fdp' | Maciej W. Rozycki | 1 | -5/+7 |
2015-04-08 | MIPS: math-emu: Remove dead comparison helpers | Maciej W. Rozycki | 1 | -65/+0 |
2015-04-08 | MIPS: math-emu: Remove redundant code from NaN comparison | Maciej W. Rozycki | 2 | -14/+2 |
2015-04-08 | MIPS: math-emu: Optimise NaN handling in comparisons | Maciej W. Rozycki | 5 | -4/+9 |
2015-04-08 | MIPS: math-emu: Reinstate sNaN quieting handlers | Maciej W. Rozycki | 14 | -62/+62 |
2015-04-08 | MIPS: math-emu: Don't pass qNaNs through quieting handlers | Maciej W. Rozycki | 4 | -8/+8 |
2015-04-08 | MIPS: math-emu: Factor out NaN FP format conversions | Maciej W. Rozycki | 2 | -7/+15 |
2015-04-08 | MIPS: math-emu: Update sNaN quieting handlers | Maciej W. Rozycki | 2 | -16/+6 |
2015-04-08 | MIPS: math-emu: Factor out CFC1/CTC1 emulation | Maciej W. Rozycki | 1 | -28/+48 |
2015-04-08 | MIPS: math-emu: Remove `modeindex' macro | Maciej W. Rozycki | 1 | -18/+8 |
2015-04-08 | MIPS: math-emu: Fix oversize lines in comparisons | Maciej W. Rozycki | 2 | -2/+4 |
2015-04-08 | MIPS: math-emu: Reindent `bc_op' emulation | Maciej W. Rozycki | 1 | -11/+11 |
2015-04-08 | MIPS: ieee754.h: Supplement comments for special values | Maciej W. Rozycki | 1 | -17/+17 |
2015-04-08 | MIPS: ieee754.h: Correct comments for special values | Maciej W. Rozycki | 1 | -2/+2 |
2015-04-01 | MIPS: Add FPU emulator counter for emulated delay slots. | David Daney | 2 | -1/+2 |
2015-04-01 | MIPS: LLVMLinux: Silence variable self-assignment warnings. | Toma Tabacu | 4 | -20/+0 |
2015-02-17 | MIPS: Handle MIPS IV, V and R2 FPU instructions on MIPS R6 as well | Markos Chandras | 1 | -4/+4 |
2015-02-17 | MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6 | Leonid Yegoshin | 1 | -1/+2 |
2015-02-17 | MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructions | Markos Chandras | 1 | -0/+9 |
2015-02-17 | MIPS: Emulate the new MIPS R6 BEQZC and JIC instructions | Markos Chandras | 1 | -0/+7 |
2015-02-17 | MIPS: Emulate the new MIPS R6 BALC instruction | Markos Chandras | 1 | -0/+8 |
2015-02-17 | MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructions | Markos Chandras | 1 | -0/+1 |
2015-02-17 | MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructions | Markos Chandras | 1 | -0/+9 |
2015-02-17 | MIPS: Emulate the new MIPS R6 branch compact (BC) instruction | Markos Chandras | 1 | -0/+13 |
2015-02-17 | MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructions | Markos Chandras | 1 | -0/+25 |
2015-02-17 | MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructions | Markos Chandras | 1 | -0/+24 |
2015-02-17 | MIPS: Emulate the BC1{EQ,NE}Z FPU instructions | Markos Chandras | 1 | -0/+27 |
2015-02-17 | MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6 | Markos Chandras | 1 | -6/+26 |
2015-02-17 | MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6 | Markos Chandras | 1 | -0/+3 |
2014-11-24 | MIPS: Support for hybrid FPRs | Paul Burton | 1 | -2/+7 |
2014-11-24 | MIPS: Remove useless parentheses | Ralf Baechle | 2 | -2/+2 |
2014-11-07 | MIPS: Fix build with binutils 2.24.51+ | Manuel Lauss | 1 | -5/+1 |
2014-10-21 | MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions | Markos Chandras | 1 | -2/+2 |
2014-09-26 | MIPS: Fix MFC1 & MFHC1 emulation for 64-bit MIPS systems | Paul Burton | 1 | -3/+3 |
2014-07-30 | MIPS: math-emu: Fix instruction decoding. | Rob Kendrick | 1 | -1/+1 |
2014-06-26 | MIPS: math-emu: Reduce code duplication. | Ralf Baechle | 1 | -13/+6 |
2014-06-16 | MIPS: math-emu: Work around limitations of older GCC. | Ralf Baechle | 1 | -3/+15 |
2014-05-30 | MIPS: OCTEON: Enable use of FPU | David Daney | 1 | -1/+5 |
2014-05-30 | MIPS: math-emu: Add IEEE754 exception statistics to debugfs | Deng-Cheng Zhu | 2 | -9/+32 |
2014-05-23 | MIPS: math-emu: Reduce microMIPS bloat. | Ralf Baechle | 1 | -0/+7 |
2014-05-23 | MIPS: math-emu: Switch to using the MIPS rounding modes. | Ralf Baechle | 15 | -91/+63 |
2014-05-23 | MIPS: math-emu: Nuke alternative names for IEEE-754 rounding modes. | Ralf Baechle | 3 | -6/+2 |
2014-05-23 | MIPS: Sort out mm_isBranchInstr. | Ralf Baechle | 1 | -201/+0 |
2014-05-23 | MIPS: math-emu: Inline fpu_emulator_init_fpu() | Ralf Baechle | 2 | -43/+1 |
2014-05-23 | MIPS: math-emu: Cleanup coding style. | Ralf Baechle | 34 | -641/+497 |
2014-05-23 | MIPS: math-emu: Cleanup definition of structs describe sp/dp floats. | Ralf Baechle | 5 | -80/+67 |
2014-05-23 | MIPS: math-emu: Rename get_rounding() functions. | Ralf Baechle | 2 | -10/+10 |
2014-05-23 | MIPS: math-emu: Get rid of the useless parts of exception handling. | Ralf Baechle | 32 | -263/+92 |
2014-05-23 | MIPS: math-emu: Move various objects into an ar library. | Ralf Baechle | 1 | -6/+7 |