summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-06tcg-mips: Adjust prologue for mips64Jin Guojie1-29/+25
2017-01-06tcg-mips: Adjust load/store functions for mips64Jin Guojie1-3/+11
2017-01-06tcg-mips: Adjust move functions for mips64Jin Guojie1-9/+25
2017-01-06tcg-mips: Add bswap32u and bswap64Jin Guojie1-3/+99
2017-01-06tcg-mips: Support 64-bit opcodesJin Guojie2-10/+353
2017-01-06tcg-mips: Add mips64 opcodesJin Guojie1-75/+118
2017-01-06tcg-mips: Move bswap code to a subroutineJin Guojie2-70/+139
2016-12-23tcg/s390: Remove 'R' constraintRichard Henderson1-15/+10
2016-12-23tcg/s390: Fix setcond expansionRichard Henderson1-20/+30
2016-11-01tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extensionJoseph Myers1-1/+1
2016-11-01tcg/tcg.h: Improve documentation of TCGv_i32 etc typesPeter Maydell1-8/+30
2016-11-01tcg: Add tcg_gen_mulsu2_{i32,i64,tl}Richard Henderson2-0/+47
2016-11-01log: Add locking to large logging blocksRichard Henderson1-0/+8
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini1-0/+2
2016-10-26tcg: Emit barriers with parallel_cpusRichard Henderson1-11/+1
2016-10-26tcg: Add CONFIG_ATOMIC64Richard Henderson3-13/+70
2016-10-26tcg: Add atomic128 helpersRichard Henderson1-1/+23
2016-10-26tcg: Add atomic helpersRichard Henderson4-0/+500
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson1-0/+1
2016-10-24tcg: try sti when moving a constant into a dead memory tempPaolo Bonzini1-29/+27