summaryrefslogtreecommitdiff
path: root/arch/mips/math-emu
AgeCommit message (Expand)Author
2018-03-05FROMLIST: MIPS: math-emu: Mark fall throughs in switch statements with a commentAleksandar Markovic
2018-03-05FROMLIST: MIPS: math-emu: Avoid multiple assignmentAleksandar Markovic
2018-03-05FROMLIST: MIPS: math-emu: Avoid an assignment within if statement conditionAleksandar Markovic
2018-03-05FROMLIST: MIPS: math-emu: Declare function srl128() as staticAleksandar Markovic
2018-03-05FROMLIST: MIPS: math-emu: Avoid definition duplication for macro DPXMULT()Aleksandar Markovic
2018-03-05FROMLIST: MIPS: math-emu: Remove an unnecessary header inclusionAleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: Use preferred flavor of unsigned integer declarationsAleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Douglas Leung
2018-03-05UPSTREAM: MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Douglas Leung
2018-03-05UPSTREAM: MIPS: math-emu: do not use bools for arithmeticManuel Lauss
2018-03-05UPSTREAM: MIPS: math-emu: Add FP emu debugfs stats for individual instructionsAleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: Add FP emu debugfs clear functionalityAleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: Add FP emu debugfs statistics for branchesAleksandar Markovic
2018-03-05BACKPORT: MIPS: math-emu: CLASS.D: Zero bits 32-63 of the resultAleksandar Markovic
2018-03-05BACKPORT: MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementationAleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashesAleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumera...Aleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF sep...Aleksandar Markovic
2018-03-05UPSTREAM: MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handlingDouglas Leung
2018-03-05UPSTREAM: MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton
2018-03-05UPSTREAM: MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton
2018-03-05UPSTREAM: MIPS: math-emu: Fix m{add,sub}.s shiftsPaul Burton
2018-03-05UPSTREAM: MIPS: math-emu: Fix code indentationPaul Burton
2018-03-05UPSTREAM: MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} comm...Paul Burton
2018-03-05UPSTREAM: MIPS: math-emu: Add z argument macrosPaul Burton
2018-03-05UPSTREAM: MIPS: math-emu: Unify ieee754dp_m{add,sub}fPaul Burton
2018-03-05UPSTREAM: MIPS: math-emu: Unify ieee754sp_m{add,sub}fPaul Burton
2018-03-05UPSTREAM: MIPS: math-emu: Emulate MIPSr6 sel.fmt instructionPaul Burton
2018-03-05UPSTREAM: MIPS: math-emu: Fix BC1{EQ,NE}Z emulationPaul Burton
2018-03-05UPSTREAM: MIPS: math-emu: Always propagate sNaN payload in quietingMaciej W. Rozycki
2018-03-05UPSTREAM: MIPS: Fix misspellings in comments.Adam Buchbinder
2018-03-05UPSTREAM: MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulationMaciej W. Rozycki
2018-03-05UPSTREAM: MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulationMaciej W. Rozycki
2018-03-05UPSTREAM: MIPS: Fix delay slot emulation count in debugfsPaul Burton
2018-03-05UPSTREAM: MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton
2018-03-05UPSTREAM: MIPS: math-emu: Fix typoAndrea Gelmini
2018-03-05UPSTREAM: MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulationMaciej W. Rozycki
2018-03-05UPSTREAM: MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutterMaciej W. Rozycki
2018-03-05UPSTREAM: MIPS: math-emu: dsemul: Correct description of the emulation frameMaciej W. Rozycki
2018-03-05UPSTREAM: MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionMaciej W. Rozycki
2018-03-05UPSTREAM: MIPS: math-emu: Make microMIPS branch delay slot emulation workMaciej W. Rozycki
2018-03-05UPSTREAM: MIPS: math-emu: dsemul: Fix ill formatting of microMIPS partMaciej W. Rozycki
2018-03-05UPSTREAM: MIPS: math-emu: Correctly handle NOP emulationMaciej W. Rozycki
2017-12-25MIPS: math-emu: Fix final emulation phase for certain instructionsAleksandar Markovic
2017-10-18MIPS: math-emu: Remove pr_err() calls from fpu_emu()Paul Burton
2017-09-27MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic
2017-09-27MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic