summaryrefslogtreecommitdiffstats
path: root/tcg/i386
Commit message (Expand)AuthorAgeFilesLines
...
* tcg/i386: Add setup_guest_base_seg for FreeBSDRichard Henderson2018-12-171-0/+9
* tcg/i386: Precompute all guest_base parametersRichard Henderson2018-12-171-61/+40Star
* tcg/i386: Assume 32-bit values are zero-extendedRichard Henderson2018-12-171-63/+40Star
* tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guestsRichard Henderson2018-12-172-2/+9
* tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_pathRichard Henderson2018-12-171-5/+8
* tcg/i386: Propagate is64 to tcg_out_qemu_ld_directRichard Henderson2018-12-171-6/+7
* tcg/i386: Return false on failure from patch_relocRichard Henderson2018-12-171-2/+2
* tcg: Return success from patch_relocRichard Henderson2018-12-171-1/+2
* tcg/i386: Move TCG_REG_CALL_STACK from define to enumRichard Henderson2018-12-171-1/+1
* tcg/i386: Always use %ebp for TCG_AREG0Richard Henderson2018-12-171-6/+2Star
* tcg/i386: fix vector operations on 32-bit hostsRoman Kapl2018-09-261-4/+0Star
* tcg/i386: Mark xmm registers call-clobberedRichard Henderson2018-07-231-1/+1
* tcg: Reduce max TB opcode countRichard Henderson2018-06-151-1/+1
* tcg/i386: Use byte form of xgetbv instructionJohn Arbuckle2018-06-151-1/+4
* tcg/i386: Fix dup_vec in non-AVX2 codepathPeter Maydell2018-05-091-3/+3
* tcg/i386: Support INDEX_op_dup2_vec for -m32Richard Henderson2018-03-151-0/+9
* tcg/i386: Add vector operationsRichard Henderson2018-02-083-54/+987
* tcg/i386: constify tcg_target_callee_save_regsEmilio G. Cota2017-10-101-1/+1
* tcg: Remove tcg_regset_set32Richard Henderson2017-09-171-19/+7Star
* tcg: Remove tcg_regset_clearRichard Henderson2017-09-171-2/+2
* tcg/i386: Store out-of-range call targets in constant poolRichard Henderson2017-09-072-3/+16
* tcg: Rearrange ldst label trackingRichard Henderson2017-09-072-2/+6
* tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2017-09-071-0/+9
* util: Introduce include/qemu/cpuid.hRichard Henderson2017-07-241-28/+8Star
* tcg/i386: implement goto_ptrEmilio G. Cota2017-06-052-3/+23
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+1
* tcg: enable MTTCG by default for ARM on x86 hostsAlex Bennée2017-02-241-0/+11
* 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/i386: Handle ctpop opcodeRichard Henderson2017-01-102-3/+14
* tcg: Add opcode for ctpopRichard Henderson2017-01-101-0/+2
* 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: Add clz and ctz opcodesRichard Henderson2017-01-101-0/+4
* tcg: Pass the opcode width to target_parse_constraintRichard Henderson2017-01-101-9/+5Star
* tcg: Transition flat op_defs array to a target callbackRichard Henderson2017-01-101-2/+12
* tcg/i386: Implement field extraction opcodesRichard Henderson2017-01-102-3/+47
* tcg: Add field extraction primitivesRichard Henderson2017-01-101-0/+4
* tcg/i386: Extend TARGET_PAGE_MASK to the proper typeRichard Henderson2016-09-201-1/+1
* tcg/i386: Add support for fencePranith Kumar2016-09-161-0/+17
* tcg: Support arbitrary size + alignmentRichard Henderson2016-09-161-9/+10
* tcg: Clean up tcg-target.h header guardsMarkus Armbruster2016-07-121-2/+3
* tcg: Improve the alignment check infrastructureSergey Sorokin2016-07-061-6/+9
* tcg: Optimize spills of constantsRichard Henderson2016-07-061-7/+14
* tcg: Clean up direct block chaining data fieldsSergey Fedorov2016-05-131-4/+4
* tcg/i386: Make direct jump patching thread-safeSergey Fedorov2016-05-131-0/+23
* tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno2016-04-211-1/+1