summaryrefslogtreecommitdiff
path: root/tcg/mips/tcg-target.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-10tcg: Add tcg-be-null.hRichard Henderson1-0/+2
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno1-13/+20
2013-09-03tcg/mips: only enable ext8s/ext16s ops on MIPS32R2Aurelien Jarno1-2/+2
2013-09-03tcg/mips: inline bswap16/bswap32 opsAurelien Jarno1-4/+3
2013-09-03tcg/mips: detect available host instructions at runtimeAurelien Jarno1-71/+142
2013-09-02exec: Split softmmu_defs.hRichard Henderson1-3/+0
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson1-2/+2
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson1-8/+8
2013-09-02tcg-mips: Implement mulsh, muluhRichard Henderson1-0/+10
2013-08-08tcg/mips: fix invalid op definition errorsJames Hogan1-0/+10
2013-04-01tcg/mips: Implement muls2_i32Aurelien Jarno1-0/+6
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-10-30tcg/mips: use MUL instead of MULT on MIPS32 and aboveAurelien Jarno1-0/+7
2012-10-06tcg: remove obsolete jmp opAurelien Jarno1-5/+0
2012-09-26tcg/mips: fix MIPS32(R2) detectionAurelien Jarno1-5/+5
2012-09-22Revert "tcg/mips"Aurelien Jarno1-2/+2
2012-09-22tcg/mipsAurelien Jarno1-2/+2
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil1-6/+0
2012-09-22tcg/mips: implement movcond op on MIPS32R2Aurelien Jarno1-0/+69
2012-09-22tcg/mips: implement deposit op on MIPS32R2Aurelien Jarno1-0/+8
2012-09-22tcg/mips: implement rotl/rotr ops on MIPS32R2Aurelien Jarno1-0/+20
2012-09-22tcg/mips: optimize bswap{16,16s,32} on MIPS32R2Aurelien Jarno1-5/+29
2012-09-22tcg/mips: optimize brcond arg, 0Aurelien Jarno1-8/+30
2012-09-22tcg/mips: use stack for TCG tempsAurelien Jarno1-4/+6
2012-09-22tcg/mips: don't use global pointerAurelien Jarno1-1/+1
2012-09-22tcg/mips: use TCGArg or TCGReg instead of intAurelien Jarno1-28/+35
2012-09-22tcg/mips: kill warnings in user modeAurelien Jarno1-41/+43
2012-09-22tcg-mips: fix wrong usage of 'Z' constraintAurelien Jarno1-8/+8
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl1-28/+3
2012-08-28tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 codeAurelien Jarno1-59/+99
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl1-0/+44
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-7/+7
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