aboutsummaryrefslogtreecommitdiff
path: root/tcg/i386
AgeCommit message (Expand)Author
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 qemu_ld_st_i32/64Richard 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-09-02tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson
2013-09-02tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard 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
2013-02-23tcg-i386: Implement multiword arithmetic opsRichard Henderson
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson
2013-02-23tcg-i386: Always implement 32-bit multiword opsRichard Henderson
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson
2013-01-12tcg-i386: use LEA for 3-operand 64-bit additionPaolo Bonzini
2012-12-29tcg-i386: Perform cmov detection at runtime for 32-bit.Richard Henderson
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-11-03tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee
2012-10-28tcg-i386: Use %gs prefixes for x86_64 GUEST_BASERichard Henderson
2012-10-28tcg/i386: remove ld/st third argument register constraintAurelien Jarno
2012-10-28tcg/i386: remove suboptimal register shiftingAurelien Jarno
2012-10-12tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson
2012-10-06tcg: remove obsolete jmp opAurelien Jarno
2012-09-26tcg/i386: fix build with -march < i686Aurelien Jarno
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil
2012-09-22tcg/i386: Remove unused registers from tcg_target_call_iarg_regsStefan Weil
2012-09-22tcg/i386: Add shortcuts for registers used in L constraintStefan Weil
2012-09-22w64: Fix TCG helper functions with 5 argumentsStefan Weil
2012-09-21tcg-i386: Implement movcondRichard Henderson
2012-09-21tcg: Introduce movcondRichard Henderson
2012-09-19tcg/i386: allow constants in load/store opsAurelien Jarno
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-04-15tcg/i386: Add support for w64 ABIStefan Weil