aboutsummaryrefslogtreecommitdiff
path: root/tcg/i386/tcg-target.c
AgeCommit message (Expand)Author
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell
2016-01-29tcg: Clean up includesPeter Maydell
2015-09-02tcg/i386: omit a few REXW prefixes in softmmu codeAurelien Jarno
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24tcg/i386: use softmmu fast path for unaligned accessesAurelien Jarno
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno
2015-07-23tcg/i386: Extend addresses for 32-bit guestsRichard Henderson
2015-06-09tcg: Mask TCGMemOp appropriately for indexingRichard Henderson
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-03-13tcg: Change generator-side labels to a pointerRichard Henderson
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2014-06-04tcg-i386: Fix win64 qemu storeRichard Henderson
2014-05-28tcg-i386: Make debug_frame constRichard Henderson
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson
2014-05-12tcg-i386: Rename tcg_out_calli to tcg_out_callRichard Henderson
2014-05-12tcg-i386: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg: Avoid undefined behaviour patching code at unaligned addressesPeter Maydell
2014-04-18tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson
2014-04-18tcg: Fix warning (1 bit signed bitfield entry) and replace int by boolStefan Weil
2014-02-21tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32)Peter Maydell
2014-02-17tcg/i386: Use SHLX/SHRX/SARX instructionsRichard Henderson
2014-02-17tcg/i386: Use ANDN instructionRichard Henderson
2014-02-17tcg/i386: Add tcg_out_vex_modrmRichard Henderson
2014-02-17tcg/i386: Move TCG_CT_CONST_* to tcg-target.cRichard Henderson
2014-01-25tcg/i386: cleanup useless #ifdefAurelien Jarno
2014-01-25tcg/i386: use movbe instruction in qemu_ldst routinesAurelien Jarno
2014-01-25tcg/i386: add support for three-byte opcodesAurelien Jarno
2014-01-25tcg/i386: remove hardcoded P_REXW valueAurelien Jarno
2013-12-21tcg/i386: fix a commentAurelien Jarno
2013-10-12tcg-i386: Support new ldst opcodesRichard Henderson
2013-10-12tcg-i386: Remove "cb" output restriction from qemu_st8 for i386Richard Henderson
2013-10-12tcg-i386: Tidy softmmu routinesRichard Henderson
2013-10-12tcg-i386: Use TCGMemOp within qemu_ldst routinesRichard Henderson
2013-10-10tcg: Add tcg-be-ldst.hRichard Henderson
2013-09-02tcg-i386: Make use of zero-extended memory helper routinesRichard Henderson
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson
2013-09-02exec: Split softmmu_defs.hRichard Henderson
2013-09-02tcg-i386: Don't perform GETPC adjustment in TCG codeRichard Henderson
2013-09-02tcg-i386: Adjust tcg_out_tlb_load for x32Richard Henderson
2013-09-02tcg-i386: Use intptr_t appropriatelyRichard Henderson
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson
2013-08-26tcg-i386: Tidy qemu_ld/st slow pathRichard Henderson
2013-08-26tcg-i386: Try pc-relative lea for constant formationRichard Henderson
2013-08-26tcg-i386: Add and use tcg_out64Richard Henderson
2013-07-09tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame sizeRichard Henderson
2013-07-09tcg: Move the CIE and FDE header definitions to common codeRichard Henderson
2013-06-05tcg: Remove redundant tcg_target_init checksRichard Henderson