summaryrefslogtreecommitdiff
path: root/tcg/x86_64/tcg-target.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-10tcg-i386: Merge 64-bit generation.Richard Henderson1-101/+0
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson1-0/+2
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson1-0/+2
2010-03-26tcg: Allow target-specific implementation of EQV.Richard Henderson1-0/+2
2010-03-26remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini1-2/+0
2010-03-14tcg: add div/rem 32-bit helpersAurelien Jarno1-0/+2
2010-02-20tcg: Add comments for all optional instructions not implemented.Richard Henderson1-1/+5
2009-10-04tcg/x86_64: add support for ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno1-0/+6
2009-07-17Userspace guest address offsettingPaul Brook1-0/+2
2009-03-13tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 opsaurel321-0/+3
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-2/+2
2009-03-09Implement TCG not ops for x86-64aurel321-0/+2
2009-03-09Implement TCG rotation ops for x86-64aurel321-0/+2
2009-03-08Prune unused TCG_AREGsblueswir11-1/+0
2008-09-07Implement TCG sign extension ops for x86-64.pbrook1-0/+5
2008-05-22more generic call codegenbellard1-0/+1
2008-05-11Add TCG native negation op.pbrook1-0/+2
2008-02-01TCG code generatorbellard1-0/+69