aboutsummaryrefslogtreecommitdiff
path: root/tcg/ppc/tcg-target.h
AgeCommit message (Expand)Author
2014-05-12tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-04-18tcg: Use HOST_WORDS_BIGENDIANRichard Henderson
2014-04-18tcg: Relax requirement for mulu2_i32 on 32-bit hostsRichard Henderson
2013-10-12tcg-ppc: Support new ldst opcodesRichard Henderson
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson
2013-07-09tcg-ppc: Don't implement remRichard Henderson
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson
2013-02-17tcg/ppc: Fix build of tcg_qemu_tb_exec()Andreas Färber
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-10-12tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell
2012-09-22tcg/ppc32: Implement movcond32malc
2012-09-21tcg: Introduce movcondRichard Henderson
2012-03-18i386: Remove REGPARMBlue Swirl
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson
2011-10-31tcg: TCG targets may define tcg_qemu_tb_execStefan Weil
2011-10-01tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil
2011-08-22tcg/ppc32: implement deposit_i32malc
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson
2010-08-15TCG: Fix Darwin/ppc calling convention recognitionAndreas Färber
2010-04-06tcg/ppc: Implment bswap16/32malc
2010-04-05tcg/ppc: Implement eqv, nand and normalc
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/ppc: Implement some of the optional opsmalc
2010-02-20tcg: Add comments for all optional instructions not implemented.Richard Henderson
2010-02-20Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG...Juergen Lock
2009-07-18PPC 32/64 GUEST_BASE supportmalc
2009-03-08Prune unused TCG_AREGsblueswir1
2008-12-10Introduce and use cache-utils.[ch]malc
2008-11-18Preliminary AIX supportmalc
2008-08-03Account for MacOS X ABI reserved space in linkage area (Andreas Faerber)malc
2008-08-03Preliminary MacOS X on PPC32 supportmalc
2008-07-23Provide extNs_M instructionsmalc
2008-06-09Use rem/div[u]_i32 drop div[u]2_i32malc
2008-05-25ppc TCG target (malc)bellard