aboutsummaryrefslogtreecommitdiff
path: root/target-mips/helper.c
AgeCommit message (Expand)Author
2007-01-22Fix PageMask handling, second part.ths
2007-01-21Bring TLB / PageSize handling in line with real hardware behaviour.ths
2007-01-03moved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppr...bellard
2006-12-21Scrap SIGN_EXTEND32.ths
2006-12-21Preliminiary MIPS64 support, disabled by default due to performance impact.ths
2006-12-10Handle invalid accesses as SIGILL for mips/mipsel userland emulation.ths
2006-12-07Fix reset handling, CP0 isn't enabled by default (a fact which doesn'tths
2006-12-06Add MIPS32R2 instructions, and generally straighten out the instructionths
2006-12-06MIPS TLB performance improvements, by Daniel Jacobowitz.ths
2006-06-26consistent update of ERL and EXLbellard
2006-06-14use constants for TLB handling (Thiemo Seufer)bellard
2006-05-22fix wrong bitmasks for CP0_Context and CP0_EntryHi (Thiemo Seufer)bellard
2006-05-22cosmetics (Thiemo Seufer)bellard
2006-05-22mips cleanup (Thiemo Seufer)bellard
2006-03-11Clear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer).pbrook
2006-03-11e bitfields in mips TLB structures (Thiemo Seufer).pbrook
2005-12-05MIPS fixes (Daniel Jacobowitz)bellard
2005-07-04correct split between helper.c and op_helper.c - cosmeticsbellard
2005-07-02TLB reload exception vector (Ralf Baechle)bellard
2005-07-02fixed c0_context in tlb exception (Ralf Baechle)bellard
2005-07-02use MIPS_TLB_NB constant (Ralf Baechle)bellard
2005-07-02remove nonsense exception code (Ralf Baechle)bellard
2005-07-02MIPS_USES_R4K_TLB typobellard
2005-07-02MIPS target (Jocelyn Mayer)bellard