summaryrefslogtreecommitdiffstats
path: root/target-mips/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-mips: fix save_cpu_state() callsAurelien Jarno2011-01-241-6/+6
* mips: Break TBs after mfc0_countEdgar E. Iglesias2011-01-181-2/+6
* target-mips: fix translation of MT instructionsNathan Froyd2010-12-221-4/+4
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-7/+5Star
* mips: avoid write only variablesBlue Swirl2010-10-131-0/+29
* Correctly identify multiple cpus in SMP systemsHervé Poussineau2010-07-311-2/+1Star
* mips: more fixes to the MIPS interrupt glue logicAurelien Jarno2010-07-251-2/+10
* target-mips: add loongson 2E & 2F integer instructionsAurelien Jarno2010-07-111-0/+271
* target-mips: add Loongson support prefetchAurelien Jarno2010-07-011-35/+43
* target-mips: split load and storeAurelien Jarno2010-07-011-155/+183
* target-mips: fix DINSU instructionAurelien Jarno2010-06-301-1/+1
* target-mips: enable movn/movz on loongson 2E & 2FAurelien Jarno2010-06-291-1/+2
* target-mips: Fix compilationStefan Weil2010-06-091-1/+1
* target-mips: microMIPS ASE supportNathan Froyd2010-06-091-5/+2385
* target-mips: mips16 cleanupsNathan Froyd2010-06-091-7/+17
* target-mips: refactor c{, abs}.cond.fmt insnsNathan Froyd2010-06-091-83/+81Star
* target-mips: move FP FMT comments closer to the definitionsAurelien Jarno2010-06-091-14/+14
* target-mips: define constants for magic numbersNathan Froyd2010-06-091-142/+295
* target-mips: break out [ls][wd]c1 and rdhwr insn generationNathan Froyd2010-06-081-47/+59
* target-mips: Remove duplicate CPU log.Richard Henderson2010-05-051-6/+0Star
* target-mips: Fix format specifiers for fpu_fprintfStefan Weil2010-04-091-14/+20
* target-mips: Fix one more format specifier for cpu_fprintfStefan Weil2010-04-081-1/+3
* remove TARGET_* defines from translate-all.cPaolo Bonzini2010-04-081-0/+2
* target-mips: use newer logical opsAurelien Jarno2010-03-041-8/+4Star
* target-mips: use setcond when possibleAurelien Jarno2010-03-021-77/+20Star
* target-mips: fix ROTR and DROTR by zeroNathan Froyd2010-02-231-0/+4
* target-mips: fix CpU exception for coprocessor 0Nathan Froyd2010-02-231-1/+1
* target-mips: remove useless sign extensionAurelien Jarno2010-02-231-2/+0Star
* target-mips: fix user-mode emulation startupNathan Froyd2009-12-131-0/+8
* target-mips: add copyright notice for mips16 workNathan Froyd2009-12-131-0/+1
* target-mips: add mips16 instruction decodingNathan Froyd2009-12-131-9/+1063
* target-mips: add enums for MIPS16 opcodesNathan Froyd2009-12-131-0/+112
* target-mips: split out delay slot handlingNathan Froyd2009-12-131-55/+79
* target-mips: add gen_base_offset_addrNathan Froyd2009-12-131-24/+16Star
* target-mips: make gen_compute_branch 16/32-bit-awareNathan Froyd2009-12-131-7/+8
* target-mips: move ROTR and ROTRV inside gen_shift_{imm, }Nathan Froyd2009-12-131-139/+148
* target-mips: use physical address in lladdrAurelien Jarno2009-11-301-28/+13Star
* target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno2009-11-221-2/+5
* target-mips: rename CP0_LLAddr into lladdrAurelien Jarno2009-11-221-6/+6
* target-mips: fix indentationAurelien Jarno2009-11-141-2/+2
* mips: fix cpu_reset memory leakBlue Swirl2009-11-141-4/+51
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* target-mips: make sure constants are in the second argumentAurelien Jarno2009-09-301-7/+7
* mips: Fix spelling in commentStefan Weil2009-09-301-2/+2
* target-mips: log instructions start in TCG codeAurelien Jarno2009-09-281-0/+4
* target-mips: remove MAX_OP_PER_INSTR workaroundAurelien Jarno2009-09-231-2/+1Star
* target-mips: fix single-steppingNathan Froyd2009-09-141-3/+18
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* target-mips: fix conditional moves off fp condition codesNathan Froyd2009-08-251-5/+5