summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips (follow)
Commit message (Expand)AuthorAgeFilesLines
* mips1: remove unintended leftover(?) (nw) hap2019-12-181-1/+0
* mips1: cop0 initialization for r3041 (nw) Patrick Mackinlay2019-12-182-2/+18
* mips1: revert unnecessary/unwanted initialization (nw) Patrick Mackinlay2019-12-182-19/+16
* cpu/mips/mips1: initialize some stuff (nw) Osso132019-12-142-15/+20
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-094-12/+12
* mips3drc: log a message if a "fast" register is set via the debugger. If the... Vas Crabb2019-09-272-64/+75
* -r4000: Report the correct sub-revision for the R4600, and allow specific R4x... mooglyguy2019-09-082-6/+6
* mips1: undocumented behaviour (nw) Patrick Mackinlay2019-08-291-1/+12
* r4000: revert unwanted change (nw) Patrick Mackinlay2019-08-151-2/+1
* debuggdbstub: uncomment parameters (nw) Patrick Mackinlay2019-08-151-1/+2
* r4000: interrupt/exception changes (nw) Patrick Mackinlay2019-08-151-17/+6
* mips1: rework interrupts (nw) Patrick Mackinlay2019-08-092-53/+41
* mips1: clear softfloat exceptions (nw) Patrick Mackinlay2019-08-061-0/+2
* mips1dsm: address is only 26 bits (nw) Patrick Mackinlay2019-08-051-2/+2
* r4000: mask cp0 registers (nw) Patrick Mackinlay2019-08-011-12/+47
* mips1: diagnostic fixes (nw) Patrick Mackinlay2019-07-252-25/+53
* mips1: add bus error line (nw) Patrick Mackinlay2019-07-182-5/+23
* -r4000: Added bus error functionality. [Ryan Holtz] mooglyguy2019-05-252-6/+43
* r4000: fix brain damage (nw) Patrick Mackinlay2019-05-231-1/+1
* r4000: sgi ide fixes (nw) Patrick Mackinlay2019-05-232-55/+277
* r4000: housekeeping (nw) Patrick Mackinlay2019-05-132-23/+21
* -ioc2: Fixed mappable interrupt checks. Fixes IRIX 6.5 installer hanging on k... mooglyguy2019-05-122-45/+9
* r4000: minor tweaks (nw) Patrick Mackinlay2019-05-072-40/+17
* MISP3 DRC: Fix tlbmiss in delay slot (#4979) tedgreen992019-05-051-5/+10
* (nw) MIPS3: Use sequence generator for random tlb indices so that DRC and non... Ted Green2019-05-053-9/+26
* mips: preserve upper 32 bits for single-precision fp operations (nw) Patrick Mackinlay2019-04-254-13/+47
* srcclean, fix up apple2_flop_clcracked.xml (nw) Vas Crabb2019-04-212-6/+6
* (nw) MIPS3: Don't adjust EPC to pc-4 when not backing up Ted Green2019-04-111-7/+2
* MIPS3 DRC: Always set BadVaddr on TLB miss. The TLB handler needs this to fi... Ted Green2019-04-101-2/+1
* MIPS3: Clean up LL/SC instructions and add debug break to DRC (nw) Ted Green2019-04-094-39/+81
* MIPS3: Add divide by zero floating point exception (nw) Ted Green2019-04-064-6/+53
* (nw) Clean up the mess on master Vas Crabb2019-03-269-766/+5237
* Revert "conflict resolution (nw)" andreasnaive2019-03-259-5237/+766
* mips1: bc2/bc3 always work (nw) Patrick Mackinlay2019-03-011-2/+64
* mips1: fpu emulation Patrick Mackinlay2019-02-262-726/+1354
* mips3: trivial changes (nw) Patrick Mackinlay2019-02-183-80/+13
* r4000: Fixed ABS.S and ABS.D. Fixes X server crashing in IRIX. [Ryan Holtz] MooglyGuy2019-02-161-0/+8
* r4000: minor fixes (nw) Patrick Mackinlay2019-02-142-41/+32
* r4000: small performance tweak (nw) Patrick Mackinlay2019-02-112-31/+48
* Fix compile, nw MooglyGuy2019-02-101-2/+2
* -r4000: Added the ability to CTC and CFC from unknown fpr30, which IRIX does ... MooglyGuy2019-02-102-0/+8
* r4000: tweak address calculation (nw) Patrick Mackinlay2019-02-081-103/+109
* r4000: size does matter (nw) Patrick Mackinlay2019-02-041-4/+4
* r4000: experimental mips3 implementation (nw) Patrick Mackinlay2019-02-012-0/+3533
* srcclean and cleanup (nw) Vas Crabb2019-01-273-10/+10
* mips3: debugger exception hook (nw) Patrick Mackinlay2019-01-221-0/+1
* MIPS3: Add minimal support for revealing the Secondary Cache Line size in the... tyfighter2019-01-143-0/+10
* mips3drc: Fixed block checksumming. Fixes IRIX installer hang on ip225015. [R... MooglyGuy2019-01-121-24/+35
* mips3: Fixed fastram accesses and COP0 exception handling. [Ryan Holtz] MooglyGuy2019-01-112-11/+24
* mips1: magic number removal and more logging (nw) Patrick Mackinlay2019-01-092-60/+86