summaryrefslogtreecommitdiff
path: root/tcg/i386/tcg-target.inc.c
AgeCommit message (Expand)Author
2019-05-13tcg: Return bool success from tcg_out_movRichard Henderson
2019-04-24tcg: Restart TB generation after out-of-line ldst overflowRichard Henderson
2019-04-24tcg/i386: Support INDEX_op_extract2_{i32,i64}Richard Henderson
2019-02-11tcg/i386: fix unsigned vector saturating arithmeticMark Cave-Ayland
2019-01-28tcg/i386: enable dynamic TLB sizingEmilio G. Cota
2019-01-28tcg/i386: Implement vector minmax arithmeticRichard Henderson
2019-01-28tcg/i386: Implement vector saturating arithmeticRichard Henderson
2019-01-28tcg/i386: Split subroutines out of tcg_expand_vec_opRichard Henderson
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-12-17tcg/i386: Add setup_guest_base_seg for FreeBSDRichard Henderson
2018-12-17tcg/i386: Precompute all guest_base parametersRichard Henderson
2018-12-17tcg/i386: Assume 32-bit values are zero-extendedRichard Henderson
2018-12-17tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guestsRichard Henderson
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_pathRichard Henderson
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_directRichard Henderson
2018-12-17tcg/i386: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg: Return success from patch_relocRichard Henderson
2018-09-26tcg/i386: fix vector operations on 32-bit hostsRoman Kapl
2018-07-23tcg/i386: Mark xmm registers call-clobberedRichard Henderson
2018-06-15tcg: Reduce max TB opcode countRichard Henderson
2018-06-15tcg/i386: Use byte form of xgetbv instructionJohn Arbuckle
2018-05-09tcg/i386: Fix dup_vec in non-AVX2 codepathPeter Maydell
2018-03-16tcg/i386: Support INDEX_op_dup2_vec for -m32Richard Henderson
2018-02-08tcg/i386: Add vector operationsRichard Henderson
2017-10-10tcg/i386: constify tcg_target_callee_save_regsEmilio G. Cota
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson
2017-09-07tcg/i386: Store out-of-range call targets in constant poolRichard Henderson
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson
2017-07-24util: Introduce include/qemu/cpuid.hRichard Henderson
2017-06-05tcg/i386: implement goto_ptrEmilio G. Cota
2017-01-17tcg/i386: Always use TZCNT when availableRichard Henderson
2017-01-17Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR"Richard Henderson
2017-01-10tcg/i386: Handle ctpop opcodeRichard Henderson
2017-01-10tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSRRichard Henderson
2017-01-10tcg/i386: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg/i386: Allow bmi2 shiftx to have non-matching operandsRichard Henderson
2017-01-10tcg/i386: Hoist common arguments in tcg_out_opRichard Henderson
2017-01-10tcg/i386: Fuly convert tcg_target_op_defRichard Henderson
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson
2017-01-10tcg/i386: Implement field extraction opcodesRichard Henderson
2016-09-20tcg/i386: Extend TARGET_PAGE_MASK to the proper typeRichard Henderson
2016-09-16tcg/i386: Add support for fencePranith Kumar
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin
2016-07-05tcg: Optimize spills of constantsRichard Henderson
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno