summaryrefslogtreecommitdiff
path: root/target-mips/cpu.h
AgeCommit message (Expand)Author
2007-09-25Optimise instructions accessing CP0, by Aurelien Jarno.ths
2007-09-24Per-CPU instruction decoding implementation, by Aurelien Jarno.ths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-06-23Handle MIPS64 SEGBITS value correctly.ths
2007-06-03Move target-specific defines to the target directories.ths
2007-05-31Don't kill the registered irqs on reset.ths
2007-05-30Fix CPU (re-)selection on reset.ths
2007-05-29Fix usermode check, thanks Aurelien Jarno.ths
2007-05-29Don't check the FPU state for each FPU instruction, use hflags toths
2007-05-28Handle PX/UX status flags correctly, by Aurelien Jarno.ths
2007-05-23The 24k wants more watch and srsmap registers.ths
2007-05-18- Move FPU exception handling into helper functions, since they are big.ths
2007-05-13MIPS linux-user update.ths
2007-05-13MIPS TLB style selection at runtime, by Herve Poussineau.ths
2007-05-07MIPS 64-bit FPU support, plus some collateral bugfixes in theths
2007-04-17Choose number of TLBs at runtime, by Herve Poussineau.ths
2007-04-07Unify IRQ handling.pbrook
2007-04-0564bit MIPS FPUs have 32 registers.ths
2007-03-30Fix typo, suggested by Ben Taylor.ths
2007-03-30Sanitize mips exception handling.ths
2007-03-23Fix enough FPU/R2 support to get 24Kf going.ths
2007-03-18MIPS -cpu selection support, by Herve Poussineau.ths
2007-03-02MIPS Userland TLS register emulation, by Daniel Jacobowitz.ths
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths
2007-02-20Replace TLSZ with TARGET_FMT_lx.ths
2007-01-24EBase is limited to KSEG0/KSEG1 even on 64bit CPUs.ths
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths
2007-01-23Implementing dmfc/dmtc.ths
2007-01-22Fix PageMask handling, second part.ths
2006-12-23Check ELF binaries for machine type and endianness.ths
2006-12-21Scrap SIGN_EXTEND32.ths
2006-12-21Preliminiary MIPS64 support, disabled by default due to performance impact.ths
2006-12-06Add MIPS32R2 instructions, and generally straighten out the instructionths
2006-12-06Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aidths
2006-12-06MIPS TLB performance improvements, by Daniel Jacobowitz.ths
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard
2006-06-14use constants for TLB handling (Thiemo Seufer)bellard
2006-06-14mips config fixes (initial patch by Stefan Weil)bellard
2006-06-14MIPS FPU support (Marius Goeger)bellard
2006-03-11Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook
2006-03-11e bitfields in mips TLB structures (Thiemo Seufer).pbrook
2005-12-05MIPS fixes (Daniel Jacobowitz)bellard
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard
2005-07-04correct split between helper.c and op_helper.c - cosmeticsbellard
2005-07-02MIPS target (Jocelyn Mayer)bellard