summaryrefslogtreecommitdiff
path: root/target-mips/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2007-03-18MIPS -cpu selection support, by Herve Poussineau.ths1-0/+5
2007-03-02MIPS Userland TLS register emulation, by Daniel Jacobowitz.ths1-0/+4
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths1-3/+1
2007-02-20Replace TLSZ with TARGET_FMT_lx.ths1-7/+0
2007-01-24EBase is limited to KSEG0/KSEG1 even on 64bit CPUs.ths1-1/+1
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths1-0/+1
2007-01-23Implementing dmfc/dmtc.ths1-33/+34
2007-01-22Fix PageMask handling, second part.ths1-2/+1
2006-12-23Check ELF binaries for machine type and endianness.ths1-0/+2
2006-12-21Scrap SIGN_EXTEND32.ths1-4/+1
2006-12-21Preliminiary MIPS64 support, disabled by default due to performance impact.ths1-7/+22
2006-12-06Add MIPS32R2 instructions, and generally straighten out the instructionths1-4/+55
2006-12-06Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aidths1-1/+7
2006-12-06MIPS TLB performance improvements, by Daniel Jacobowitz.ths1-1/+2
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard1-0/+7
2006-06-14use constants for TLB handling (Thiemo Seufer)bellard1-1/+1
2006-06-14mips config fixes (initial patch by Stefan Weil)bellard1-1/+1
2006-06-14MIPS FPU support (Marius Goeger)bellard1-11/+44
2006-03-11Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook1-1/+1
2006-03-11e bitfields in mips TLB structures (Thiemo Seufer).pbrook1-5/+8
2005-12-05MIPS fixes (Daniel Jacobowitz)bellard1-13/+18
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard1-18/+2
2005-07-04correct split between helper.c and op_helper.c - cosmeticsbellard1-168/+0
2005-07-02MIPS target (Jocelyn Mayer)bellard1-0/+415