aboutsummaryrefslogtreecommitdiffstats
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2010-03-02tcg/arm: merge the two sets of #define for optional opsAurelien Jarno1-14/+5
2010-03-02tcg/arm: accept immediate arguments for brcond/setcondAurelien Jarno1-6/+20
2010-03-02Add a missing breakAndrzej Zaborowski1-0/+1
2010-03-02tcg/arm: implement setcond2Aurelien Jarno1-0/+11
2010-03-02tcg/arm: implement setcondAurelien Jarno1-0/+9
2010-03-02tcg/arm: fix div2/divu2Aurelien Jarno1-6/+24
2010-02-27tcg/ppc: Fix right rotationmalc1-1/+2
2010-02-23tcg/ppc: Fix typomalc1-1/+1
2010-02-22tcg/ppc64: Use C90 style commentsmalc1-18/+18
2010-02-22tcg/ppc: Implement some of the optional opsmalc2-8/+88
2010-02-22tcg: fix build on 32-bit hppa, ppc and sparc hostsJay Foad3-3/+4
2010-02-20tcg: fix assertion with --enable-debugJay Foad1-5/+0
2010-02-20tcg: Add comments for all optional instructions not implemented.Richard Henderson8-17/+106
2010-02-20tcg-sparc: Implement ORC.Richard Henderson2-0/+7
2010-02-20tcg-sparc: Implement ANDC.Richard Henderson2-0/+8
2010-02-20tcg: Optional target implementation of ORC.Richard Henderson2-0/+17
2010-02-20tcg: Optional target implementation of ANDC.Richard Henderson2-0/+17
2010-02-20tcg-sparc: Implement not.Richard Henderson2-0/+8
2010-02-20tcg-sparc: Implement neg.Richard Henderson2-2/+16
2010-02-20tcg/ppc: Consistently use calling convention selection macrosmalc1-12/+12
2010-02-20Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG...Juergen Lock1-3/+3
2010-02-18tcg: Add consistency checks for op definitionsStefan Weil2-0/+24
2010-02-16tcg-sparc: Implement setcond, setcond2.Richard Henderson1-0/+127
2010-02-16tcg: Add tcg_swap_cond.Richard Henderson1-0/+8
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
2010-02-08tcg: move setcond* ops to non-optional sectionAurelien Jarno1-35/+37
2010-02-08tcg: add setcondi pseudo-opAurelien Jarno1-0/+18
2010-02-07tcg/ppc64: implement setcondmalc1-0/+133
2010-02-07tcg/ppc32: proper setcond implementationmalc1-25/+25
2010-02-07tcg/ppc32: implement setcond[2]malc1-14/+157
2010-02-06tcg-i386: Implement setcond.Richard Henderson1-3/+70
2010-02-06tcg-i386: Implement small forward branches.Richard Henderson1-38/+79
2010-02-06tcg-x86_64: implement setcondRichard Henderson1-5/+33
2010-02-06tcg: add tcg_invert_condRichard Henderson1-0/+5
2010-02-06tcg: generic support for conditional setRichard Henderson4-6/+78
2010-02-06tcg: document double-word support opcodes.Richard Henderson1-0/+23
2010-01-15tcg/x86_64: Avoid unnecessary REX.B prefixes.Richard Henderson1-16/+30
2010-01-14tcg/x86_64: Special-case all 32-bit AND operands.Richard Henderson1-18/+8
2010-01-12tcg-sparc: Implement ext32[su]_i64Richard Henderson2-0/+21
2010-01-12tcg-sparc: Implement division properly.Richard Henderson2-30/+55
2010-01-12tcg-sparc: Do not remove %o[012] from 'r' constraint.Richard Henderson1-0/+3
2010-01-12tcg-sparc: Implement add2, sub2, mulu2.Richard Henderson1-0/+27
2010-01-12tcg-sparc: Add tcg_out_arithc.Richard Henderson1-43/+43
2009-12-27tcg: Add tcg_unsigned_cond.Richard Henderson1-0/+5
2009-12-21tcg-sparc: Implement brcond2.Richard Henderson1-14/+69
2009-12-21tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation.Richard Henderson1-16/+16
2009-12-21tcg-sparc: Improve tcg_out_movi for sparc64.Richard Henderson1-12/+15
2009-12-21tcg-sparc: Fix imm13 check in movi.Richard Henderson1-1/+1