aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-10target-xtensa: Use clrsb helperRichard Henderson1-10/+1
2017-01-10target-tricore: Use clrsb helperRichard Henderson3-7/+1
2017-01-10target-arm: Use clrsb helperRichard Henderson3-16/+4
2017-01-10tcg: Add helpers for clrsbRichard Henderson4-0/+44
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-10target-i386: Use clz and ctz opcodesRichard Henderson3-30/+14
2017-01-10target-arm: Use clz opcodeRichard Henderson6-25/+7
2017-01-10target-xtensa: Use clz opcodeRichard Henderson3-17/+11
2017-01-10target-unicore32: Use clz opcodeRichard Henderson3-16/+3
2017-01-10target-tricore: Use clz opcodeRichard Henderson3-14/+3
2017-01-10target-tilegx: Use clz and ctz opcodesRichard Henderson3-14/+2
2017-01-10target-s390x: Use clz opcodeRichard Henderson3-8/+1
2017-01-10target-ppc: Use clz and ctz opcodesRichard Henderson3-28/+16
2017-01-10target-openrisc: Use clz and ctz opcodesRichard Henderson3-23/+4
2017-01-10target-mips: Use clz opcodeRichard Henderson3-36/+16
2017-01-10target-microblaze: Use clz opcodeRichard Henderson3-7/+1
2017-01-10target-cris: Use clz opcodeRichard Henderson3-7/+1
2017-01-10target-alpha: Use the ctz and clz opcodesRichard Henderson3-14/+2
2017-01-10disas/ppc: Handle popcnt and cnttzRichard Henderson1-0/+10
2017-01-10disas/i386.c: Handle tzcntRichard Henderson1-2/+10
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson17-0/+266
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-10target-s390x: Use the new deposit and extract opsRichard Henderson1-12/+22
2017-01-10target-ppc: Use the new deposit and extract opsRichard Henderson1-16/+19
2017-01-10target-mips: Use the new extract opRichard Henderson1-7/+5
2017-01-10target-i386: Use new deposit and extract opsRichard Henderson1-22/+23
2017-01-10target-arm: Use new deposit and extract opsRichard Henderson2-81/+37
2017-01-10target-alpha: Use deposit and extract opsRichard Henderson1-25/+42
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