summaryrefslogtreecommitdiff
path: root/tcg/i386/tcg-target.inc.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05tcg/i386: implement goto_ptrEmilio G. Cota1-2/+22
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-10tcg/i386: Handle ctpop opcodeRichard Henderson1-1/+11
2017-01-10tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSRRichard Henderson1-13/+22
2017-01-10tcg/i386: Handle ctz and clz opcodesRichard Henderson1-9/+116
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: Pass the opcode width to target_parse_constraintRichard Henderson1-9/+5
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson1-2/+12
2017-01-10tcg/i386: Implement field extraction opcodesRichard Henderson1-0/+38
2016-09-20tcg/i386: Extend TARGET_PAGE_MASK to the proper typeRichard Henderson1-1/+1
2016-09-16tcg/i386: Add support for fencePranith Kumar1-0/+17
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson1-9/+10
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin1-6/+9
2016-07-05tcg: Optimize spills of constantsRichard Henderson1-7/+14
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-4/+4
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov1-0/+23
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno1-1/+1
2016-04-21tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno1-4/+4
2016-02-23tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell1-1/+0
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell1-0/+2464