aboutsummaryrefslogtreecommitdiff
path: root/target-mips/op.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-07Fix ins/ext cornercase.ths1-4/+4
2007-04-06Save state for all CP0 instructions, they may throw a CPU exception.ths1-5/+17
2007-04-05Fix rotr immediate ops, mask shift/rotate arguments to their allowedths1-11/+8
2007-04-05Fix RDHWR handling. Code formatting. Don't use *_direct versions to raiseths1-19/+49
2007-04-01Actually enable 64bit configuration.ths1-5/+5
2007-03-30Sanitize mips exception handling.ths1-24/+27
2007-03-23Fix enough FPU/R2 support to get 24Kf going.ths1-1/+13
2007-03-18Fix BD flag handling, cause register contents, implement some more bitsths1-1/+6
2007-03-02MIPS Userland TLS register emulation, by Daniel Jacobowitz.ths1-0/+7
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths1-9/+0
2007-02-27Fix mips FPU emulation, 32 bit data types are allowed to use odd registers.ths1-1/+1
2007-02-18Fix sign-extension of VPN field in TLB, by Herve Poussineau.ths1-1/+1
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