summaryrefslogtreecommitdiffstats
path: root/target-mips/translate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+1
* 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
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* target-mips: remove useless code in gen_st_cond()Aurelien Jarno2009-07-121-1/+0
* Fix MIPS SCPaul Brook2009-07-121-2/+2
* MIPS atomic instructionsPaul Brook2009-07-091-24/+59
* target-mips: fix MADD and MSUB/MSUBU instructionsNathan Froyd2009-07-031-3/+3
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* target-mips: proper sign extension for 'SUBU rd, zero, rt'Aurelien Jarno2009-05-041-0/+1
* target-mips: fix comments about SUB/DSUBAurelien Jarno2009-05-041-2/+2
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* Enable access to SYNCI_Step register in usermode emulation.pbrook2009-04-201-0/+2
* Revert "target-mips: fix call to check_*() functions"aurel322009-04-171-24/+12
* target-mips: simplify exception generationaurel322009-04-171-4/+0
* target-mips: fix revision r7126aurel322009-04-161-1/+1
* target-mips: fix call to check_*() functionsaurel322009-04-161-12/+24
* target-mips: optimize gen_flt3_ldst()aurel322009-04-161-4/+4
* target-mips: optimize gen_flt_ldst()aurel322009-04-161-4/+2
* Stop translation after a syscall instruciton.pbrook2009-04-161-0/+1
* target-mips: mark zero register as unused.aurel322009-04-151-0/+1
* target-mips: variable names consistencyaurel322009-04-151-402/+404
* target-mips: fix commits 7040 and 7042aurel322009-04-131-2/+6
* target-mips: fix commit 7046aurel322009-04-121-2/+2
* target-mips: don't map zero register as a TCG globalaurel322009-04-111-1/+1
* target-mips: optimize gen_ldst()aurel322009-04-111-22/+64
* target-mips: optimize gen_arith_imm()aurel322009-04-111-106/+161
* target-mips: fix commit r7076aurel322009-04-101-2/+1
* target-mips: optimize gen_movcf_d()aurel322009-04-101-1/+1
* target-mips: optimize a few tcg_temp_free()aurel322009-04-101-3/+3
* target-mips: optimize gen_farith()aurel322009-04-081-56/+47
OpenPOWER on IntegriCloud