aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/mips/tcg-target.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson1-6/+7
2011-07-20tcg/mips: Fix regression caused by typo (copy + paste bug)Stefan Weil1-1/+1
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl1-0/+2
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl1-5/+3
2011-01-12tcg arm/mips/ia64: add a comment about retranslation and cachesAurelien Jarno1-1/+3
2011-01-08tcg/mips: fix branch target change during code retranslationAurelien Jarno1-1/+1
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson1-2/+2
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson1-14/+14
2010-04-14tcp/mips: Change TCG_AREG0 (fp -> s0)Stefan Weil1-2/+3
2010-04-05tcg/mips: use seb/seh instructions on MIPS32R2Aurelien Jarno1-6/+39
2010-04-05tcg/mips: fix 64-bit linux-user on big endian MIPSAurelien Jarno1-4/+4
2010-04-05Split TLB addend and target_phys_addr_tPaul Brook1-2/+2
2010-03-29tcg/mips: fix branch offset during retranslationAurelien Jarno1-19/+30
2010-03-27tcg-mips: add guest base supportAurelien Jarno1-29/+36
2010-03-27tcg/mips: implement the not_i32 op the same way as gccAurelien Jarno1-1/+1
2010-03-27tcg-mips: implement norAurelien Jarno1-0/+4
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson1-3/+3
2010-03-26tcg: Use TCGCond where appropriate.Richard Henderson1-4/+4
2010-03-26tcg: Name the opcode enumeration.Richard Henderson1-1/+1
2010-02-09tcg/mips: fix crash in tcg_out_qemu_ld()Aurelien Jarno1-2/+2
2010-02-09tcg/mips: implement setcond2Aurelien Jarno1-12/+80
2010-02-08tcg/mips: implement setcondAurelien Jarno1-0/+65
2009-12-01tcg: initial mips supportAurelien Jarno1-0/+1342