summaryrefslogtreecommitdiffstats
path: root/tcg/mips
Commit message (Expand)AuthorAgeFilesLines
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+44
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-7/+7
* w64: Change data type of parameters for flush_icache_rangeStefan Weil2012-03-031-1/+2
* tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson2011-11-141-6/+7
* tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-141-2/+2
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-011-1/+0Star
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-15/+16
* tcg/mips: Fix regression caused by typo (copy + paste bug)Stefan Weil2011-07-201-1/+1
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-261-0/+2
* cpu-exec.c: avoid AREG0 useBlue Swirl2011-06-261-5/+3Star
* Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.Brad2011-06-031-0/+4
* tcg arm/mips/ia64: add a comment about retranslation and cachesAurelien Jarno2011-01-121-1/+3
* tcg/mips: fix branch target change during code retranslationAurelien Jarno2011-01-081-1/+1
* tcg: Make some tcg-target.c routines static.Richard Henderson2010-06-091-2/+2
* tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson2010-06-091-14/+14
* tcp/mips: Change TCG_AREG0 (fp -> s0)Stefan Weil2010-04-142-3/+4
* tcg/mips: use seb/seh instructions on MIPS32R2Aurelien Jarno2010-04-052-8/+41
* tcg/mips: fix 64-bit linux-user on big endian MIPSAurelien Jarno2010-04-051-4/+4
* Split TLB addend and target_phys_addr_tPaul Brook2010-04-051-2/+2
* tcg/mips: fix branch offset during retranslationAurelien Jarno2010-03-291-19/+30
* tcg-mips: add guest base supportAurelien Jarno2010-03-272-29/+39
* tcg/mips: implement the not_i32 op the same way as gccAurelien Jarno2010-03-271-1/+1
* tcg-mips: implement norAurelien Jarno2010-03-272-1/+5
* tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson2010-03-261-3/+3
* tcg: Allow target-specific implementation of NOR.Richard Henderson2010-03-261-0/+1
* tcg: Allow target-specific implementation of NAND.Richard Henderson2010-03-261-0/+1
* tcg: Allow target-specific implementation of EQV.Richard Henderson2010-03-261-0/+1
* tcg: Use TCGCond where appropriate.Richard Henderson2010-03-261-4/+4
* tcg: Name the opcode enumeration.Richard Henderson2010-03-261-1/+1
* remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini2010-03-261-2/+0Star
* tcg: Add comments for all optional instructions not implemented.Richard Henderson2010-02-201-1/+3
* tcg/mips: fix crash in tcg_out_qemu_ld()Aurelien Jarno2010-02-091-2/+2
* tcg/mips: implement setcond2Aurelien Jarno2010-02-091-12/+80
* tcg/mips: implement setcondAurelien Jarno2010-02-081-0/+65
* tcg: initial mips supportAurelien Jarno2009-12-012-0/+1446