summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/r4000.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap11 days1-1/+1
* igs/igs_m027.cpp, igs/igs_m027xa.cpp: Miscellaneous improvements: Vas Crabb2024-10-101-2/+5
* r4000: intention is no longer a mask Patrick Mackinlay2023-08-081-6/+6
* sgi/ip20: enable memory configuration Patrick Mackinlay2023-07-251-1/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-3/+1
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-28/+30
* Interrupt callback rationalization AJR2023-03-111-1/+1
* r4000.cpp: partially implement secondary cache tag manipulation (#9923) Brice Onken2022-06-131-69/+171
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* cpu/mips/r4000.cpp: Added TimerIntDis mux to IPEX5. (#9718) Brice Onken2022-05-131-2/+7
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+1
* r4000.cpp: Set TLB global bit in EntryLo0/1 on TLBR instruction (#9348) Brice Onken2022-02-281-2/+3
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-2/+2
* r4000: simplify branch state Patrick Mackinlay2021-04-021-113/+56
* r4000: timing improvements Patrick Mackinlay2021-04-011-14/+54
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-10/+10
* r4000: save exception pc on reset Patrick Mackinlay2021-02-011-6/+12
* -osd: Clean up inline maths utilities. Vas Crabb2021-01-181-2/+2
* fix several genuine issues found by coverity Patrick Mackinlay2021-01-061-2/+2
* unicode.h: Updates AJR2020-12-151-0/+1
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-3/+4
* devices/cpu/r4000.cpp: initialized one variable to fix problem in devnoclear ... Ivan Vangelista2020-06-041-0/+2
* appease vs2019_clang with llvm 10.0 smf-2020-04-251-2/+2
* New working machines mooglyguy2020-03-051-32/+535
* -r4000: Added basic R5000 support. [Ryan Holtz] MooglyGuy2020-03-041-6/+213
* r4000: cosmetic change (nw) Patrick Mackinlay2020-02-061-0/+2
* r4000: identify soft reset (nw) Patrick Mackinlay2020-01-231-1/+6
* r4000: fix bad virtual address for [ls][dw][lr] exceptions Patrick Mackinlay2020-01-071-29/+38
* -r4000: Report the correct sub-revision for the R4600, and allow specific R4x... mooglyguy2019-09-081-2/+2
* 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
* r4000: mask cp0 registers (nw) Patrick Mackinlay2019-08-011-12/+47
* -r4000: Added bus error functionality. [Ryan Holtz] mooglyguy2019-05-251-6/+40
* r4000: fix brain damage (nw) Patrick Mackinlay2019-05-231-1/+1
* r4000: sgi ide fixes (nw) Patrick Mackinlay2019-05-231-55/+271
* r4000: housekeeping (nw) Patrick Mackinlay2019-05-131-22/+21
* -ioc2: Fixed mappable interrupt checks. Fixes IRIX 6.5 installer hanging on k... mooglyguy2019-05-121-44/+8
* r4000: minor tweaks (nw) Patrick Mackinlay2019-05-071-40/+16
* mips: preserve upper 32 bits for single-precision fp operations (nw) Patrick Mackinlay2019-04-251-7/+25
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+3067
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3067/+0
* mips3: trivial changes (nw) Patrick Mackinlay2019-02-181-42/+9
* 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-141-39/+31
* r4000: small performance tweak (nw) Patrick Mackinlay2019-02-111-26/+41
* Fix compile, nw MooglyGuy2019-02-101-2/+2
* -r4000: Added the ability to CTC and CFC from unknown fpr30, which IRIX does ... MooglyGuy2019-02-101-0/+6
* r4000: tweak address calculation (nw) Patrick Mackinlay2019-02-081-103/+109
* r4000: size does matter (nw) Patrick Mackinlay2019-02-041-4/+4