summaryrefslogtreecommitdiffstats
path: root/tcg/i386
Commit message (Expand)AuthorAgeFilesLines
* tcg-i386: use LEA for 3-operand 64-bit additionPaolo Bonzini2013-01-121-1/+1
* tcg-i386: Perform cmov detection at runtime for 32-bit.Richard Henderson2012-12-292-6/+30
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+3
* tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee2012-11-031-126/+278
* tcg-i386: Use %gs prefixes for x86_64 GUEST_BASERichard Henderson2012-10-281-56/+97
* tcg/i386: remove ld/st third argument register constraintAurelien Jarno2012-10-281-6/+2
* tcg/i386: remove suboptimal register shiftingAurelien Jarno2012-10-281-42/+31
* tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-2/+0
* tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson2012-10-061-1/+1
* tcg: remove obsolete jmp opAurelien Jarno2012-10-061-9/+0
* tcg/i386: fix build with -march < i686Aurelien Jarno2012-09-261-0/+2
* tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil2012-09-221-6/+0
* tcg/i386: Remove unused registers from tcg_target_call_iarg_regsStefan Weil2012-09-221-8/+2
* tcg/i386: Add shortcuts for registers used in L constraintStefan Weil2012-09-221-48/+48
* w64: Fix TCG helper functions with 5 argumentsStefan Weil2012-09-222-1/+5
* tcg-i386: Implement movcondRichard Henderson2012-09-212-1/+35
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+2
* tcg/i386: allow constants in load/store opsAurelien Jarno2012-09-191-13/+37
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-152-31/+0
* tcg/i386: Add support for w64 ABIStefan Weil2012-04-151-11/+28
* tcg/i386: Use GDB JIT debugging interface only for hosts with ELFStefan Weil2012-04-151-1/+5
* tcg: Use the GDB JIT debugging interface.Richard Henderson2012-03-241-9/+105
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+57
* i386: Remove REGPARMBlue Swirl2012-03-181-56/+56
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil2012-03-111-4/+4
* w64: Fix data type of parameters for flush_icache_rangeStefan Weil2012-03-031-1/+2
* tcg: Remove redundant declarations of TCG_TARGET_REG_BITSStefan Weil2011-12-091-5/+0
* tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson2011-11-141-6/+7
* tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-141-2/+2
* tcg-i386: Introduce limited deposit supportJan Kiszka2011-10-012-2/+31
* tcg/i386: Only one call output register needed for 64 bit hostsStefan Weil2011-09-171-1/+3
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-33/+35
* TCG/x86: use stack for TCG tempsBlue Swirl2011-06-261-10/+12
* TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESPBlue Swirl2011-06-261-4/+4
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-261-0/+2
* cpu-exec.c: avoid AREG0 useBlue Swirl2011-06-261-3/+5
* tcg-i386: fix andi r, r, 0xffAurelien Jarno2010-06-101-1/+1
* tcg-i386: remove use of _Bool that slipped code reviewAurelien Jarno2010-06-101-1/+1
* tcg-i386: Merge 64-bit generation.Richard Henderson2010-06-102-330/+887
* tcg: Make some tcg-target.c routines static.Richard Henderson2010-06-091-2/+2
* tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson2010-06-091-18/+18
* tcg-i386: fix a typoAurelien Jarno2010-06-031-1/+1
* tcg-i386: declare tcg_out_tlb_load() inlineAurelien Jarno2010-06-021-3/+4
* tcg-i386: Remove some ifdefs in qemu_ld/st.Richard Henderson2010-06-021-47/+38
* tcg-i386: Split out tlb load function.Richard Henderson2010-06-021-106/+97
* tcg-i386: Swap order of TLB hit and miss paths.Richard Henderson2010-06-021-92/+80
* tcg-i386: Split out TLB Hit path from qemu_ld/st.Richard Henderson2010-06-021-95/+102
* tcg-i386: Tidy data16 prefixes.Richard Henderson2010-06-021-10/+18
OpenPOWER on IntegriCloud