aboutsummaryrefslogtreecommitdiff
path: root/tcg/ppc64/tcg-target.h
AgeCommit message (Expand)Author
2014-04-18tcg: Use HOST_WORDS_BIGENDIANRichard Henderson
2013-10-12tcg-ppc64: Support new ldst opcodesRichard Henderson
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson
2013-09-02tcg-ppc64: Implement muluh, mulshRichard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson
2013-07-09tcg-ppc64: Don't implement remRichard Henderson
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson
2013-04-15tcg-ppc64: Implement mulu2/muls2_i64Richard Henderson
2013-04-15tcg-ppc64: Implement add2/sub2_i64Richard Henderson
2013-04-15tcg-ppc64: Implement movcondRichard Henderson
2013-04-15tcg-ppc64: Implement depositRichard Henderson
2013-04-15tcg-ppc64: Implement compound logicalsRichard Henderson
2013-04-15tcg-ppc64: Implement bswap64Richard Henderson
2013-04-15tcg-ppc64: Implement bswap16 and bswap32Richard Henderson
2013-04-15tcg-ppc64: Implement rotatesRichard Henderson
2013-04-15tcg-ppc64: Use automatic implementation of ext32u_i64Richard Henderson
2013-04-15tcg-ppc64: Improve and_i32 with constantRichard Henderson
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-10-12tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell
2012-09-21tcg: Introduce movcondRichard Henderson
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson
2011-10-01tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil
2011-08-22tcg/ppc64: fix 16/32 mixupmalc
2011-08-22tcg/ppc64: implement not_i32/64 and ext32u_i64malc
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.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-02-22tcg/ppc64: Use C90 style commentsmalc
2010-02-20tcg: Add comments for all optional instructions not implemented.Richard Henderson
2009-07-18PPC 32/64 GUEST_BASE supportmalc
2009-03-08Prune unused TCG_AREGsblueswir1
2008-12-10Introduce and use cache-utils.[ch]malc
2008-07-24Use proper value for TCG_TARGET_CALL_STACK_OFFSETmalc
2008-07-23Provide extNs_M instructionsmalc
2008-07-23Preliminary PPC64/Linux host supportmalc