aboutsummaryrefslogtreecommitdiff
path: root/target-mips/exec.h
AgeCommit message (Expand)Author
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths
2007-01-03moved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppr...bellard
2006-12-23Use memory barriers in FORCE_RET / RETURN.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-06Dynamically translate MIPS mtc0 instructions.ths
2006-12-06Dynamically translate MIPS mfc0 instructions.ths
2006-12-06MIPS TLB performance improvements, by Daniel Jacobowitz.ths
2006-06-14MIPS FPU support (Marius Goeger)bellard
2006-03-11Add missing function prototype.pbrook
2005-12-17disable debug modebellard
2005-12-05MIPS fixes (Daniel Jacobowitz)bellard
2005-10-30moved common softmmu code to common header (Paul Brook)bellard
2005-07-07compilation fixbellard
2005-07-04correct split between helper.c and op_helper.c - cosmeticsbellard
2005-07-02MIPS target (Jocelyn Mayer)bellard