aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/ppc64/tcg-target.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-01tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil1-1/+0
2011-08-22tcg/ppc64: fix 16/32 mixupmalc1-2/+2
2011-08-22tcg/ppc64: implement not_i32/64 and ext32u_i64malc1-3/+3
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson1-33/+35
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson1-0/+1
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-02-22tcg/ppc64: Use C90 style commentsmalc1-18/+18
2010-02-20tcg: Add comments for all optional instructions not implemented.Richard Henderson1-3/+22
2009-07-18PPC 32/64 GUEST_BASE supportmalc1-0/+2
2009-03-08Prune unused TCG_AREGsblueswir11-1/+0
2008-12-10Introduce and use cache-utils.[ch]malc1-21/+0
2008-07-24Use proper value for TCG_TARGET_CALL_STACK_OFFSETmalc1-1/+1
2008-07-23Provide extNs_M instructionsmalc1-0/+5
2008-07-23Preliminary PPC64/Linux host supportmalc1-0/+100