summaryrefslogtreecommitdiffstats
path: root/target-mips
Commit message (Expand)AuthorAgeFilesLines
* compilation fixbellard2006-10-291-2/+1Star
* add support for cvt.s.d and cvt.d.s (Aurelien Jarno)bellard2006-10-232-0/+26
* consistent update of ERL and EXLbellard2006-06-263-5/+5
* lwu support - generate exception if unaligned pc (Marius Groeger)bellard2006-06-262-2/+21
* Solaris/SPARC host port (Ben Taylor)bellard2006-06-141-0/+7
* use constants for TLB handling (Thiemo Seufer)bellard2006-06-142-33/+36
* mips config fixes (initial patch by Stefan Weil)bellard2006-06-142-12/+15
* MIPS FPU support (Marius Goeger)bellard2006-06-148-23/+1362
* fix wrong bitmasks for CP0_Context and CP0_EntryHi (Thiemo Seufer)bellard2006-05-232-3/+3
* cosmetics (Thiemo Seufer)bellard2006-05-233-15/+12Star
* mips cleanup (Thiemo Seufer)bellard2006-05-231-2/+0Star
* removed unnecessary headerbellard2006-04-231-1/+0Star
* MIPS single stepping fix (Dirk Behme)bellard2006-04-231-1/+1
* MIPS CP0 not usable in kernel mode (Stefan Weil)bellard2006-04-231-1/+1
* Fix overflow conditions for MIPS add / subtract (Stefan Weil)bellard2006-04-231-2/+4
* Avoid flushing of global TLB entries for differing ASIDs (Thiemo Seufer).pbrook2006-03-111-2/+3
* Clear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer).pbrook2006-03-111-0/+1
* Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook2006-03-111-1/+1
* e bitfields in mips TLB structures (Thiemo Seufer).pbrook2006-03-113-41/+35Star
* Add missing function prototype.pbrook2006-03-111-0/+2
* disable debug modebellard2005-12-171-1/+1
* fix for mipsel (will need change for softmmu case)bellard2005-12-061-4/+10
* MIPS fixes (Daniel Jacobowitz)bellard2005-12-058-104/+231
* mips user emulationbellard2005-11-261-0/+33
* fixed BLTZAL and BLTZALL insns - fixed regressions from jmp optsbellard2005-11-261-10/+21
* cpu_exec_init() changebellard2005-11-221-4/+1Star
* added CPU_COMMON and CPUState.tb_jmp_cache[]bellard2005-11-201-18/+2Star
* use direct jump only for jumps in the same pagebellard2005-11-201-15/+23
* suppressed JUMP_TB (Paul Brook)bellard2005-10-302-32/+53
* moved common softmmu code to common header (Paul Brook)bellard2005-10-301-65/+1Star
* compilation fixbellard2005-07-071-5/+0Star
* correct split between helper.c and op_helper.c - cosmeticsbellard2005-07-055-242/+233Star
* moved CALL_FROM_TBx definitionsbellard2005-07-021-0/+24
* TLB reload exception vector (Ralf Baechle)bellard2005-07-021-0/+3
* fixed c0_context in tlb exception (Ralf Baechle)bellard2005-07-021-3/+3
* use MIPS_TLB_NB constant (Ralf Baechle)bellard2005-07-022-6/+8
* use mask in C0_status (Ralf Baechle)bellard2005-07-021-1/+1
* report C0 status correctly (Ralf Baechle)bellard2005-07-021-1/+11
* fixed priviledgees for CP0 use (Ralf Baechle)bellard2005-07-021-1/+4
* fixed eret insn (Ralf Baechle)bellard2005-07-021-2/+5
* fixed C0 status codes (Ralf Baechle)bellard2005-07-021-3/+3
* unaligned load fix (Ralf Baechle)bellard2005-07-021-0/+2
* soft irq are just irqs (Ralf Baechle)bellard2005-07-021-1/+1
* remove nonsense exception code (Ralf Baechle)bellard2005-07-021-3/+0Star
* fixed jump mask (Ralf Baechle)bellard2005-07-021-1/+1
* MIPS_USES_R4K_TLB typobellard2005-07-021-12/+11Star
* MIPS target (Jocelyn Mayer)bellard2005-07-0210-0/+4218