aboutsummaryrefslogtreecommitdiff
path: root/tcg/i386/tcg-target.h
AgeCommit message (Expand)Author
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-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-03-03w64: Fix data type of parameters for flush_icache_rangeStefan Weil
2011-12-09tcg: Remove redundant declarations of TCG_TARGET_REG_BITSStefan Weil
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson
2011-10-01tcg-i386: Introduce limited deposit supportJan Kiszka
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson
2010-06-10tcg-i386: Merge 64-bit generation.Richard Henderson
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson
2010-03-26tcg: Allow target-specific implementation of EQV.Richard Henderson
2010-03-26remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini
2010-03-14tcg: add div/rem 32-bit helpersAurelien Jarno
2010-02-20tcg: Add comments for all optional instructions not implemented.Richard Henderson
2009-10-04tcg/i386: add support for ext{8,16}u_i32 TCG opsAurelien Jarno
2009-07-17Userspace guest address offsettingPaul Brook
2009-03-13tcg/x86: add bswap16_i32 opsaurel32
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-03-10tcg/x86: add not/neg/extu/bswap/rot i32 opsaurel32
2009-03-08Prune unused TCG_AREGsblueswir1
2008-05-22more generic call codegenbellard
2008-02-01TCG code generatorbellard