aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/i386
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-02tcg-i386: Remove some ifdefs in qemu_ld/st.Richard Henderson1-47/+38
2010-06-02tcg-i386: Split out tlb load function.Richard Henderson1-106/+97
2010-06-02tcg-i386: Swap order of TLB hit and miss paths.Richard Henderson1-92/+80
2010-06-02tcg-i386: Split out TLB Hit path from qemu_ld/st.Richard Henderson1-95/+102
2010-06-02tcg-i386: Tidy data16 prefixes.Richard Henderson1-10/+18
2010-05-21tcg-i386: Nuke trailing whitespace.Richard Henderson1-22/+22
2010-05-21tcg-i386: Use lea for three-operand add.Richard Henderson1-3/+20
2010-05-21tcg-i386: Tidy lea.Richard Henderson1-31/+60
2010-05-21tcg-i386: Tidy xchg.Richard Henderson1-1/+3
2010-05-21tcg-i386: Tidy multiply.Richard Henderson1-3/+6
2010-05-21tcg-i386: Tidy unary arithmetic.Richard Henderson1-13/+25
2010-05-21tcg-i386: Tidy setcc.Richard Henderson1-2/+2
2010-05-21tcg-i386: Tidy ret.Richard Henderson1-1/+2
2010-05-21tcg-i386: Tidy calls.Richard Henderson1-22/+27
2010-05-21tcg-i386: Tidy push/pop.Richard Henderson1-18/+30
2010-05-21tcg-i386: Tidy movi.Richard Henderson1-1/+2
2010-05-21tcg-i386: Tidy non-immediate arithmetic operations.Richard Henderson1-30/+48
2010-05-21tcg-i386: Tidy immediate arithmetic operations.Richard Henderson1-16/+10
2010-05-21tcg-i386: Tidy ext8s and ext16s operations.Richard Henderson1-11/+24
2010-05-21tcg-i386: Tidy ext8u and ext16u operations.Richard Henderson1-26/+31
2010-05-20tcg-i386: Tidy jumps.Richard Henderson1-25/+33
2010-05-20tcg-i386: Eliminate extra move from qemu_ld64.Richard Henderson1-11/+9
2010-05-20tcg-i386: Tidy move operations.Richard Henderson1-27/+24
2010-05-20tcg-i386: Tidy shift operations.Richard Henderson1-15/+20
2010-05-20tcg-i386: Tidy bswap operations.Richard Henderson1-26/+27
2010-05-19tcg-i386: Tidy initialization of tcg_target_call_clobber_regs.Richard Henderson1-5/+6
2010-05-19tcg-i386: Allocate call-saved registers first.Richard Henderson1-3/+3
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson1-3/+3
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson1-0/+1
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson1-0/+1
2010-03-26tcg: Allow target-specific implementation of EQV.Richard Henderson1-0/+1
2010-03-26tcg: Use TCGCond where appropriate.Richard Henderson1-2/+2
2010-03-26tcg: Name the opcode enumeration.Richard Henderson1-1/+1