summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/mips: fix field extraction opcodeAurelien Jarno2017-05-061-2/+2
* tcg: Initialize return value after exit_atomicRichard Henderson2017-04-261-0/+6
* Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1Peter Maydell2017-04-201-7/+0Star
* tcg/sparc: Zero extend address argument to ld/st helpersPeter Maydell2017-04-031-2/+2
* tcg/sparc: Zero extend data argument to store helpersPeter Maydell2017-04-031-0/+25
* Merge branch 'icount-update' into HEADPaolo Bonzini2017-03-031-1/+0Star
|\
| * cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini2017-02-221-1/+0Star
* | aarch64: Change ext type to TCGType to fix warningsPranith Kumar2017-02-281-2/+2
* | tcg: enable MTTCG by default for ARM on x86 hostsAlex Bennée2017-02-241-0/+11
* | tcg: add options for enabling MTTCGKONRAD Frederic2017-02-241-0/+9
* | tcg: move TCG_MO/BAR types into own fileAlex Bennée2017-02-242-17/+49
|/
* tci: Remove invalid assertionsStefan Weil2017-02-031-2/+0Star
* tcg/i386: Always use TZCNT when availableRichard Henderson2017-01-171-3/+7
* Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR"Richard Henderson2017-01-171-22/+13Star
* tcg/aarch64: Fix tcg_out_moviRichard Henderson2017-01-131-33/+24Star
* tcg/aarch64: Fix addsub2 for 0+CRichard Henderson2017-01-131-0/+9
* tcg/s390: Fix merge error with facilitiesRichard Henderson2017-01-131-1/+1
* tcg/i386: Handle ctpop opcodeRichard Henderson2017-01-102-3/+14
* tcg/ppc: Handle ctpop opcodeRichard Henderson2017-01-102-3/+14
* tcg: Use ctpop to generate ctz if neededRichard Henderson2017-01-101-40/+60
* tcg: Add opcode for ctpopRichard Henderson2017-01-1015-0/+69
* tcg: Add helpers for clrsbRichard Henderson2017-01-103-0/+34
* tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSRRichard Henderson2017-01-101-13/+22
* tcg/i386: Handle ctz and clz opcodesRichard Henderson2017-01-102-13/+120
* tcg/i386: Allow bmi2 shiftx to have non-matching operandsRichard Henderson2017-01-101-14/+19
* tcg/i386: Hoist common arguments in tcg_out_opRichard Henderson2017-01-101-102/+95Star
* tcg/i386: Fuly convert tcg_target_op_defRichard Henderson2017-01-101-142/+198
* tcg/s390: Handle clz opcodeRichard Henderson2017-01-102-2/+36
* tcg/mips: Handle clz opcodeRichard Henderson2017-01-102-2/+51
* tcg/arm: Handle ctz and clz opcodesRichard Henderson2017-01-102-2/+29
* tcg/aarch64: Handle ctz and clz opcodesRichard Henderson2017-01-102-4/+52
* tcg/ppc: Handle ctz and clz opcodesRichard Henderson2017-01-102-4/+73
* tcg: Add clz and ctz opcodesRichard Henderson2017-01-1016-0/+246
* tcg: Allow an operand to be matching or a constantRichard Henderson2017-01-102-35/+41
* tcg: Pass the opcode width to target_parse_constraintRichard Henderson2017-01-1010-85/+53Star
* tcg: Transition flat op_defs array to a target callbackRichard Henderson2017-01-1011-77/+136
* tcg: Add markup for output requires new registerRichard Henderson2017-01-102-12/+23
* tcg/optimize: Fold movcond 0/1 into setcondRichard Henderson2017-01-101-0/+15
* tcg/s390: Support deposit into zeroRichard Henderson2017-01-101-4/+26
* tcg/s390: Implement field extraction opcodesRichard Henderson2017-01-102-2/+13
* tcg/s390: Expose host facilities to tcg-target.hRichard Henderson2017-01-102-104/+96Star
* tcg/ppc: Implement field extraction opcodesRichard Henderson2017-01-102-2/+12
* tcg/mips: Implement field extraction opcodesRichard Henderson2017-01-102-1/+12
* tcg/i386: Implement field extraction opcodesRichard Henderson2017-01-102-3/+47
* tcg/arm: Implement field extraction opcodesRichard Henderson2017-01-102-2/+26
* tcg/arm: Move isa detection to tcg-target.hRichard Henderson2017-01-102-44/+33Star
* tcg/aarch64: Implement field extraction opcodesRichard Henderson2017-01-102-4/+18
* tcg: Add deposit_z expanderRichard Henderson2017-01-102-0/+149
* tcg: Minor adjustments to deposit expandersRichard Henderson2017-01-101-2/+4
* tcg: Add field extraction primitivesRichard Henderson2017-01-1015-2/+426