summaryrefslogtreecommitdiff
path: root/tcg/i386
AgeCommit message (Expand)AuthorFilesLines
2013-02-23tcg-i386: Implement multiword arithmetic opsRichard Henderson2-17/+26
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson1-0/+2
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson1-0/+3
2013-02-23tcg-i386: Always implement 32-bit multiword opsRichard Henderson2-12/+13
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson1-0/+4
2013-01-12tcg-i386: use LEA for 3-operand 64-bit additionPaolo Bonzini1-1/+1
2012-12-29tcg-i386: Perform cmov detection at runtime for 32-bit.Richard Henderson2-6/+30
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+3
2012-11-03tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee1-126/+278
2012-10-28tcg-i386: Use %gs prefixes for x86_64 GUEST_BASERichard Henderson1-56/+97
2012-10-28tcg/i386: remove ld/st third argument register constraintAurelien Jarno1-6/+2
2012-10-28tcg/i386: remove suboptimal register shiftingAurelien Jarno1-42/+31
2012-10-12tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell1-2/+0
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson1-1/+1
2012-10-06tcg: remove obsolete jmp opAurelien Jarno1-9/+0
2012-09-26tcg/i386: fix build with -march < i686Aurelien Jarno1-0/+2
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil1-6/+0
2012-09-22tcg/i386: Remove unused registers from tcg_target_call_iarg_regsStefan Weil1-8/+2
2012-09-22tcg/i386: Add shortcuts for registers used in L constraintStefan Weil1-48/+48
2012-09-22w64: Fix TCG helper functions with 5 argumentsStefan Weil2-1/+5
2012-09-21tcg-i386: Implement movcondRichard Henderson2-1/+35
2012-09-21tcg: Introduce movcondRichard Henderson1-0/+2
2012-09-19tcg/i386: allow constants in load/store opsAurelien Jarno1-13/+37
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2-31/+0
2012-04-15tcg/i386: Add support for w64 ABIStefan Weil1-11/+28
2012-04-15tcg/i386: Use GDB JIT debugging interface only for hosts with ELFStefan Weil1-1/+5
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson1-9/+105
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl1-0/+57
2012-03-18i386: Remove REGPARMBlue Swirl1-56/+56
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil1-4/+4
2012-03-03w64: Fix data type of parameters for flush_icache_rangeStefan Weil1-1/+2
2011-12-09tcg: Remove redundant declarations of TCG_TARGET_REG_BITSStefan Weil1-5/+0
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson1-6/+7
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson1-2/+2
2011-10-01tcg-i386: Introduce limited deposit supportJan Kiszka2-2/+31
2011-09-17tcg/i386: Only one call output register needed for 64 bit hostsStefan Weil1-1/+3
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson1-33/+35
2011-06-26TCG/x86: use stack for TCG tempsBlue Swirl1-10/+12
2011-06-26TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESPBlue Swirl1-4/+4
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl1-0/+2
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl1-3/+5
2010-06-10tcg-i386: fix andi r, r, 0xffAurelien Jarno1-1/+1
2010-06-10tcg-i386: remove use of _Bool that slipped code reviewAurelien Jarno1-1/+1
2010-06-10tcg-i386: Merge 64-bit generation.Richard Henderson2-330/+887
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson1-2/+2
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson1-18/+18
2010-06-03tcg-i386: fix a typoAurelien Jarno1-1/+1
2010-06-02tcg-i386: declare tcg_out_tlb_load() inlineAurelien Jarno1-3/+4