summaryrefslogtreecommitdiff
path: root/tcg/ppc/tcg-target.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-12tcg-ppc: Support new ldst opcodesRichard Henderson1-1/+1
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson1-0/+2
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson1-1/+1
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson1-0/+2
2013-07-09tcg-ppc: Don't implement remRichard Henderson1-1/+1
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson1-0/+1
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson1-0/+1
2013-02-17tcg/ppc: Fix build of tcg_qemu_tb_exec()Andreas Färber1-1/+1
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+3
2012-10-12tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell1-2/+0
2012-09-22tcg/ppc32: Implement movcond32malc1-1/+1
2012-09-21tcg: Introduce movcondRichard Henderson1-0/+1
2012-03-18i386: Remove REGPARMBlue Swirl1-1/+1
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson1-2/+2
2011-10-31tcg: TCG targets may define tcg_qemu_tb_execStefan Weil1-0/+4
2011-10-01tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil1-1/+0
2011-08-22tcg/ppc32: implement deposit_i32malc1-1/+1
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson1-15/+16
2010-08-15TCG: Fix Darwin/ppc calling convention recognitionAndreas Färber1-1/+1
2010-04-06tcg/ppc: Implment bswap16/32malc1-2/+2
2010-04-05tcg/ppc: Implement eqv, nand and normalc1-3/+3
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson1-0/+1
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson1-0/+1
2010-03-26tcg: Allow target-specific implementation of EQV.Richard Henderson1-0/+1
2010-03-26remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini1-2/+0
2010-02-22tcg/ppc: Implement some of the optional opsmalc1-8/+8
2010-02-20tcg: Add comments for all optional instructions not implemented.Richard Henderson1-1/+9
2010-02-20Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG...Juergen Lock1-3/+3
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-11-18Preliminary AIX supportmalc1-2/+6
2008-08-03Account for MacOS X ABI reserved space in linkage area (Andreas Faerber)malc1-1/+1
2008-08-03Preliminary MacOS X on PPC32 supportmalc1-1/+5
2008-07-23Provide extNs_M instructionsmalc1-0/+2
2008-06-09Use rem/div[u]_i32 drop div[u]2_i32malc1-0/+1
2008-05-25ppc TCG target (malc)bellard1-0/+98