summaryrefslogtreecommitdiff
path: root/tcg/ppc64/tcg-target.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-12tcg-ppc64: Support new ldst opcodesRichard Henderson1-1/+1
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson1-0/+2
2013-09-02tcg-ppc64: Implement muluh, mulshRichard Henderson1-4/+4
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson1-0/+4
2013-07-09tcg-ppc64: Don't implement remRichard Henderson1-2/+2
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson1-0/+2
2013-04-15tcg-ppc64: Implement mulu2/muls2_i64Richard Henderson1-2/+2
2013-04-15tcg-ppc64: Implement add2/sub2_i64Richard Henderson1-2/+2
2013-04-15tcg-ppc64: Implement movcondRichard Henderson1-2/+2
2013-04-15tcg-ppc64: Implement depositRichard Henderson1-2/+2
2013-04-15tcg-ppc64: Implement compound logicalsRichard Henderson1-10/+10
2013-04-15tcg-ppc64: Implement bswap64Richard Henderson1-1/+1
2013-04-15tcg-ppc64: Implement bswap16 and bswap32Richard Henderson1-4/+4
2013-04-15tcg-ppc64: Implement rotatesRichard Henderson1-2/+2
2013-04-15tcg-ppc64: Use automatic implementation of ext32u_i64Richard Henderson1-3/+3
2013-04-15tcg-ppc64: Improve and_i32 with constantRichard Henderson1-2/+4
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson1-0/+2
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson1-0/+3
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson1-0/+3
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+3
2012-10-12tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell1-1/+0
2012-09-21tcg: Introduce movcondRichard Henderson1-0/+2
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson1-2/+2
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