summaryrefslogtreecommitdiffstats
path: root/tcg/ppc64/tcg-target.h
Commit message (Expand)AuthorAgeFilesLines
* tcg-ppc64: Support new ldst opcodesRichard Henderson2013-10-131-1/+1
* tcg: Add qemu_ld_st_i32/64Richard Henderson2013-10-101-0/+2
* tcg-ppc64: Implement muluh, mulshRichard Henderson2013-09-021-4/+4
* tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-021-0/+4
* tcg-ppc64: Don't implement remRichard Henderson2013-07-091-2/+2
* tcg: Split rem requirement from div requirementRichard Henderson2013-07-091-0/+2
* tcg-ppc64: Implement mulu2/muls2_i64Richard Henderson2013-04-151-2/+2
* tcg-ppc64: Implement add2/sub2_i64Richard Henderson2013-04-151-2/+2
* tcg-ppc64: Implement movcondRichard Henderson2013-04-151-2/+2
* tcg-ppc64: Implement depositRichard Henderson2013-04-151-2/+2
* tcg-ppc64: Implement compound logicalsRichard Henderson2013-04-151-10/+10
* tcg-ppc64: Implement bswap64Richard Henderson2013-04-151-1/+1
* tcg-ppc64: Implement bswap16 and bswap32Richard Henderson2013-04-151-4/+4
* tcg-ppc64: Implement rotatesRichard Henderson2013-04-151-2/+2
* tcg-ppc64: Use automatic implementation of ext32u_i64Richard Henderson2013-04-151-3/+3
* tcg-ppc64: Improve and_i32 with constantRichard Henderson2013-04-151-2/+4
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+2
* tcg: Add 64-bit multiword arithmetic operationsRichard Henderson2013-02-231-0/+3
* tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson2013-02-231-0/+3
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+3
* tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-1/+0Star
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+2
* tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-141-2/+2
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-011-1/+0Star
* tcg/ppc64: fix 16/32 mixupmalc2011-08-221-2/+2
* tcg/ppc64: implement not_i32/64 and ext32u_i64malc2011-08-221-3/+3
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-33/+35
* tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson2010-06-161-0/+1
* tcg: Allow target-specific implementation of NOR.Richard Henderson2010-03-261-0/+2
* tcg: Allow target-specific implementation of NAND.Richard Henderson2010-03-261-0/+2
* tcg: Allow target-specific implementation of EQV.Richard Henderson2010-03-261-0/+2
* remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini2010-03-261-2/+0Star
* tcg/ppc64: Use C90 style commentsmalc2010-02-221-18/+18
* tcg: Add comments for all optional instructions not implemented.Richard Henderson2010-02-201-3/+22
* PPC 32/64 GUEST_BASE supportmalc2009-07-181-0/+2
* Prune unused TCG_AREGsblueswir12009-03-081-1/+0Star
* Introduce and use cache-utils.[ch]malc2008-12-101-21/+0Star
* Use proper value for TCG_TARGET_CALL_STACK_OFFSETmalc2008-07-251-1/+1
* Provide extNs_M instructionsmalc2008-07-231-0/+5
* Preliminary PPC64/Linux host supportmalc2008-07-231-0/+100