aboutsummaryrefslogtreecommitdiff
path: root/tcg/i386
AgeCommit message (Expand)AuthorFilesLines
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson1-0/+2
2018-12-17tcg/i386: Add setup_guest_base_seg for FreeBSDRichard Henderson1-0/+9
2018-12-17tcg/i386: Precompute all guest_base parametersRichard Henderson1-61/+40
2018-12-17tcg/i386: Assume 32-bit values are zero-extendedRichard Henderson1-63/+40
2018-12-17tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guestsRichard Henderson2-2/+9
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_pathRichard Henderson1-5/+8
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_directRichard Henderson1-6/+7
2018-12-17tcg/i386: Return false on failure from patch_relocRichard Henderson1-2/+2
2018-12-17tcg: Return success from patch_relocRichard Henderson1-1/+2
2018-12-17tcg/i386: Move TCG_REG_CALL_STACK from define to enumRichard Henderson1-1/+1
2018-12-17tcg/i386: Always use %ebp for TCG_AREG0Richard Henderson1-6/+2
2018-09-26tcg/i386: fix vector operations on 32-bit hostsRoman Kapl1-4/+0
2018-07-23tcg/i386: Mark xmm registers call-clobberedRichard Henderson1-1/+1
2018-06-15tcg: Reduce max TB opcode countRichard Henderson1-1/+1
2018-06-15tcg/i386: Use byte form of xgetbv instructionJohn Arbuckle1-1/+4
2018-05-09tcg/i386: Fix dup_vec in non-AVX2 codepathPeter Maydell1-3/+3
2018-03-16tcg/i386: Support INDEX_op_dup2_vec for -m32Richard Henderson1-0/+9
2018-02-08tcg/i386: Add vector operationsRichard Henderson3-54/+987
2017-10-10tcg/i386: constify tcg_target_callee_save_regsEmilio G. Cota1-1/+1
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson1-19/+7
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson1-2/+2
2017-09-07tcg/i386: Store out-of-range call targets in constant poolRichard Henderson2-3/+16
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson2-2/+6
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson1-0/+9
2017-07-24util: Introduce include/qemu/cpuid.hRichard Henderson1-28/+8
2017-06-05tcg/i386: implement goto_ptrEmilio G. Cota2-3/+23
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+1
2017-02-24tcg: enable MTTCG by default for ARM on x86 hostsAlex Bennée1-0/+11
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 Henderson2-3/+14
2017-01-10tcg: Add opcode for ctpopRichard Henderson1-0/+2
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: Add clz and ctz opcodesRichard Henderson1-0/+4
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 Henderson2-3/+47
2017-01-10tcg: Add field extraction primitivesRichard Henderson1-0/+4
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-12tcg: Clean up tcg-target.h header guardsMarkus Armbruster1-2/+3
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