summaryrefslogtreecommitdiff
path: root/target-mips/exec.h
AgeCommit message (Expand)Author
2008-05-18Switch most MIPS logical and arithmetic instructions to TCG.ths
2008-05-07Delete redundant prototype.ths
2008-05-06Use TCG for MIPS GPR moves.ths
2008-05-04Simplify mips branch handling. Retire T2 from use. Use TCG for branches.ths
2008-01-09Fix typo which broke MIPS32R2 64-bit FPU support.ths
2007-12-30MIPS COP1X (and related) instructions, by Richard Sandiford.ths
2007-12-25Support for VR5432, and some of its special instructions. Original patchths
2007-11-09Use FORCE_RET, scrap RETURN which was implemented in target-specific code.ths
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths
2007-10-28Implement missing MIPS supervisor mode bits.ths
2007-10-27Add sharable clz/clo inline functions and use them for the mips target.ths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-09Use always_inline in the MIPS support where applicable.ths
2007-10-09Fix [ls][wd][lr] instructions, by Aurelien Jarno.ths
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths
2007-09-29Supervisor mode implementation, by Aurelien Jarno.ths
2007-09-26hflags computation cleanup, by Aurelien Jarno.ths
2007-09-25Timer start/stop implementation, by Aurelien Jarno.ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2007-05-19More MIPS 64-bit FPU support.ths
2007-05-18- Move FPU exception handling into helper functions, since they are big.ths
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.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-29Kill broken host register definitions, thanks to Paul Brook and Herveths
2007-04-15Fix qemu SIGFPE caused by division-by-zero due to underflow.ths
2007-04-01Actually enable 64bit configuration.ths
2007-03-31Malta CBUS UART support.ths
2007-03-23Fix enough FPU/R2 support to get 24Kf going.ths
2007-03-19SPARC host fixes, by Ben Taylor.ths
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths
2007-02-02Sparc arm/mips/sparc register patch, by Martin Bochnig.ths
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