summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/mips: fix branch offset during retranslationAurelien Jarno2010-03-291-19/+30
* tcg/arm: Replace qemu_ld32u (left over from previous commit)Stefan Weil2010-03-281-1/+1
* 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-2611-24/+37
* tcg: Allow target-specific implementation of NOR.Richard Henderson2010-03-2610-0/+29
* tcg: Allow target-specific implementation of NAND.Richard Henderson2010-03-2610-0/+29
* tcg: Allow target-specific implementation of EQV.Richard Henderson2010-03-2611-1/+30
* tcg: Use not_i32 to implement not_i64.Richard Henderson2010-03-261-0/+3
* tcg: Change TCGType to an enumeration.Richard Henderson2010-03-262-9/+12
* tcg: Use TCGCond where appropriate.Richard Henderson2010-03-267-37/+39
* tcg: Name the opcode enumeration.Richard Henderson2010-03-2612-63/+78
* remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini2010-03-269-24/+1
* tcg-hppa: Fix 64-bit argument orderingRichard Henderson2010-03-231-1/+11
* tcg/arm: don't save/restore r7 in prologue/epilogueAurelien Jarno2010-03-201-6/+6
* tcg/arm: fix load/store definitions for 32-bit targetsAurelien Jarno2010-03-201-0/+14
* tcg: protect div2 in tcg/tcg-opc.hAurelien Jarno2010-03-201-2/+4
* tcg: declare internal helpers as const and pureAurelien Jarno2010-03-141-4/+9
* tcg/arm: use helpers for divu/remuAurelien Jarno2010-03-142-95/+0
* tcg: add div/rem 32-bit helpersAurelien Jarno2010-03-146-2/+65
* Fix build with -DNDEBUG in CFLAGSBlue Swirl2010-03-131-1/+1
* tcg/arm: implement andc opAurelien Jarno2010-03-132-1/+5
* tcg: update README with const and pure helpersAurelien Jarno2010-03-131-4/+7
* tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno2010-03-131-4/+7
* Fix Sparc host build breakageBlue Swirl2010-03-131-0/+8
* tcg/ppc[64]: Only define addend load helpers in softmmu casemalc2010-03-132-0/+5
* Remove TLB from userspacePaul Brook2010-03-123-0/+6
* tcg/arm: merge the two sets of #define for optional opsAurelien Jarno2010-03-021-14/+5
* tcg/arm: accept immediate arguments for brcond/setcondAurelien Jarno2010-03-021-6/+20
* Add a missing breakAndrzej Zaborowski2010-03-021-0/+1
* tcg/arm: implement setcond2Aurelien Jarno2010-03-021-0/+11
* tcg/arm: implement setcondAurelien Jarno2010-03-021-0/+9
* tcg/arm: fix div2/divu2Aurelien Jarno2010-03-021-6/+24
* tcg/ppc: Fix right rotationmalc2010-02-271-1/+2
* tcg/ppc: Fix typomalc2010-02-231-1/+1
* tcg/ppc64: Use C90 style commentsmalc2010-02-221-18/+18
* tcg/ppc: Implement some of the optional opsmalc2010-02-222-8/+88
* tcg: fix build on 32-bit hppa, ppc and sparc hostsJay Foad2010-02-223-3/+4
* tcg: fix assertion with --enable-debugJay Foad2010-02-201-5/+0
* tcg: Add comments for all optional instructions not implemented.Richard Henderson2010-02-208-17/+106
* tcg-sparc: Implement ORC.Richard Henderson2010-02-202-0/+7
* tcg-sparc: Implement ANDC.Richard Henderson2010-02-202-0/+8
* tcg: Optional target implementation of ORC.Richard Henderson2010-02-202-0/+17
* tcg: Optional target implementation of ANDC.Richard Henderson2010-02-202-0/+17
* tcg-sparc: Implement not.Richard Henderson2010-02-202-0/+8
* tcg-sparc: Implement neg.Richard Henderson2010-02-202-2/+16
* tcg/ppc: Consistently use calling convention selection macrosmalc2010-02-201-12/+12
* Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG...Juergen Lock2010-02-201-3/+3
* tcg: Add consistency checks for op definitionsStefan Weil2010-02-182-0/+24
OpenPOWER on IntegriCloud