summaryrefslogtreecommitdiffstats
path: root/target-mips/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-mips: Don't overuse CPUStateAndreas Färber2012-03-141-178/+178
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* target-mips: Clean includesStefan Weil2012-02-281-7/+0
* mips: Initialize MT state at resetEdgar E. Iglesias2011-09-061-0/+26
* mips: Hook in more reg accesses via mttr/mftrEdgar E. Iglesias2011-09-061-0/+86
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* 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/+5
* mips: avoid write only variablesBlue Swirl2010-10-131-0/+29
* Correctly identify multiple cpus in SMP systemsHervé Poussineau2010-07-311-2/+1
* 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/+81
* 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/+0
* 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/+4
* target-mips: use setcond when possibleAurelien Jarno2010-03-021-77/+20
* 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/+0
* 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/+16
* 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/+13
* 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
OpenPOWER on IntegriCloud