summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2017-04-03tcg/sparc: Zero extend address argument to ld/st helpersPeter Maydell1-2/+2
2017-04-03tcg/sparc: Zero extend data argument to store helpersPeter Maydell1-0/+25
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini1-1/+0
2017-03-01aarch64: Change ext type to TCGType to fix warningsPranith Kumar1-2/+2
2017-02-24tcg: enable MTTCG by default for ARM on x86 hostsAlex Bennée1-0/+11
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic1-0/+9
2017-02-24tcg: move TCG_MO/BAR types into own fileAlex Bennée2-17/+49
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini1-1/+0
2017-02-03tci: Remove invalid assertionsStefan Weil1-2/+0
2017-01-17tcg/i386: Always use TZCNT when availableRichard Henderson1-3/+7
2017-01-17Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR"Richard Henderson1-22/+13
2017-01-13tcg/aarch64: Fix tcg_out_moviRichard Henderson1-33/+24
2017-01-13tcg/aarch64: Fix addsub2 for 0+CRichard Henderson1-0/+9
2017-01-13tcg/s390: Fix merge error with facilitiesRichard Henderson1-1/+1
2017-01-10tcg/i386: Handle ctpop opcodeRichard Henderson2-3/+14
2017-01-10tcg/ppc: Handle ctpop opcodeRichard Henderson2-3/+14
2017-01-10tcg: Use ctpop to generate ctz if neededRichard Henderson1-40/+60
2017-01-10tcg: Add opcode for ctpopRichard Henderson15-0/+69
2017-01-10tcg: Add helpers for clrsbRichard Henderson3-0/+34
2017-01-10tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSRRichard Henderson1-13/+22
2017-01-10tcg/i386: Handle ctz and clz opcodesRichard Henderson2-13/+120
2017-01-10tcg/i386: Allow bmi2 shiftx to have non-matching operandsRichard Henderson1-14/+19
2017-01-10tcg/i386: Hoist common arguments in tcg_out_opRichard Henderson1-102/+95
2017-01-10tcg/i386: Fuly convert tcg_target_op_defRichard Henderson1-142/+198
2017-01-10tcg/s390: Handle clz opcodeRichard Henderson2-2/+36
2017-01-10tcg/mips: Handle clz opcodeRichard Henderson2-2/+51
2017-01-10tcg/arm: Handle ctz and clz opcodesRichard Henderson2-2/+29
2017-01-10tcg/aarch64: Handle ctz and clz opcodesRichard Henderson2-4/+52
2017-01-10tcg/ppc: Handle ctz and clz opcodesRichard Henderson2-4/+73
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson16-0/+246
2017-01-10tcg: Allow an operand to be matching or a constantRichard Henderson2-35/+41
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson10-85/+53
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson11-77/+136
2017-01-10tcg: Add markup for output requires new registerRichard Henderson2-12/+23
2017-01-10tcg/optimize: Fold movcond 0/1 into setcondRichard Henderson1-0/+15
2017-01-10tcg/s390: Support deposit into zeroRichard Henderson1-4/+26
2017-01-10tcg/s390: Implement field extraction opcodesRichard Henderson2-2/+13
2017-01-10tcg/s390: Expose host facilities to tcg-target.hRichard Henderson2-104/+96
2017-01-10tcg/ppc: Implement field extraction opcodesRichard Henderson2-2/+12
2017-01-10tcg/mips: Implement field extraction opcodesRichard Henderson2-1/+12
2017-01-10tcg/i386: Implement field extraction opcodesRichard Henderson2-3/+47
2017-01-10tcg/arm: Implement field extraction opcodesRichard Henderson2-2/+26
2017-01-10tcg/arm: Move isa detection to tcg-target.hRichard Henderson2-44/+33
2017-01-10tcg/aarch64: Implement field extraction opcodesRichard Henderson2-4/+18
2017-01-10tcg: Add deposit_z expanderRichard Henderson2-0/+149
2017-01-10tcg: Minor adjustments to deposit expandersRichard Henderson1-2/+4
2017-01-10tcg: Add field extraction primitivesRichard Henderson15-2/+426
2017-01-06tcg-mips: Adjust qemu_ld/st for mips64Jin Guojie1-57/+146
2017-01-06tcg-mips: Adjust calling conventions for mips64Jin Guojie2-10/+30
2017-01-06tcg-mips: Add tcg unwind infoJin Guojie1-0/+44