summaryrefslogtreecommitdiff
path: root/target-mips/op.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-24EBase is limited to KSEG0/KSEG1 even on 64bit CPUs.ths1-17/+2
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths1-51/+11
2007-01-23Implementing dmfc/dmtc.ths1-45/+191
2007-01-01Fix bad data type.ths1-1/+1
2006-12-21Scrap SIGN_EXTEND32.ths1-51/+51
2006-12-21Preliminiary MIPS64 support, disabled by default due to performance impact.ths1-89/+407
2006-12-07Fix build of MIPS target without FPU support.ths1-0/+2
2006-12-06Add MIPS32R2 instructions, and generally straighten out the instructionths1-15/+345
2006-12-06Dynamically translate MIPS mtc0 instructions.ths1-2/+178
2006-12-06Dynamically translate MIPS mfc0 instructions.ths1-2/+160
2006-11-12MIPS FPU fixes (Daniel Jacobowitz).pbrook1-1/+1
2006-10-29compilation fixbellard1-2/+1
2006-10-23add support for cvt.s.d and cvt.d.s (Aurelien Jarno)bellard1-0/+12
2006-06-26consistent update of ERL and EXLbellard1-0/+2
2006-06-14MIPS FPU support (Marius Goeger)bellard1-0/+485
2006-04-23MIPS single stepping fix (Dirk Behme)bellard1-1/+1
2006-04-23Fix overflow conditions for MIPS add / subtract (Stefan Weil)bellard1-2/+4
2005-12-05MIPS fixes (Daniel Jacobowitz)bellard1-6/+16
2005-10-30suppressed JUMP_TB (Paul Brook)bellard1-25/+13
2005-07-02moved CALL_FROM_TBx definitionsbellard1-0/+24
2005-07-02fixed eret insn (Ralf Baechle)bellard1-2/+5
2005-07-02MIPS target (Jocelyn Mayer)bellard1-0/+641