summaryrefslogtreecommitdiffstats
path: root/tcg/ppc/tcg-target.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson2015-08-241-1/+2
* tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno2015-08-241-1/+1
* tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini2015-06-031-0/+1
* tcg-ppc: Merge cache-utils into the backendRichard Henderson2014-06-231-0/+2
* tcg-ppc: Rename the tcg/ppc64 backendRichard Henderson2014-06-231-0/+109
* tcg-ppc: Remove the backendRichard Henderson2014-06-231-109/+0
* tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson2014-06-041-2/+0
* tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-121-0/+1
* tcg: Use HOST_WORDS_BIGENDIANRichard Henderson2014-04-181-1/+0
* tcg: Relax requirement for mulu2_i32 on 32-bit hostsRichard Henderson2014-04-181-0/+1
* tcg-ppc: Support new ldst opcodesRichard Henderson2013-10-121-1/+1
* tcg: Add qemu_ld_st_i32/64Richard Henderson2013-10-101-0/+2
* tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson2013-09-021-1/+1
* tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-021-0/+2
* tcg-ppc: Don't implement remRichard Henderson2013-07-091-1/+1
* tcg: Split rem requirement from div requirementRichard Henderson2013-07-091-0/+1
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+1
* tcg/ppc: Fix build of tcg_qemu_tb_exec()Andreas Färber2013-02-171-1/+1
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+3
* tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-2/+0
* tcg/ppc32: Implement movcond32malc2012-09-221-1/+1
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+1
* i386: Remove REGPARMBlue Swirl2012-03-181-1/+1
* tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-141-2/+2
* tcg: TCG targets may define tcg_qemu_tb_execStefan Weil2011-10-311-0/+4
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-011-1/+0
* tcg/ppc32: implement deposit_i32malc2011-08-221-1/+1
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-15/+16
* TCG: Fix Darwin/ppc calling convention recognitionAndreas Färber2010-08-151-1/+1
* tcg/ppc: Implment bswap16/32malc2010-04-061-2/+2
* tcg/ppc: Implement eqv, nand and normalc2010-04-051-3/+3
* tcg: Allow target-specific implementation of NOR.Richard Henderson2010-03-261-0/+1
* tcg: Allow target-specific implementation of NAND.Richard Henderson2010-03-261-0/+1
* tcg: Allow target-specific implementation of EQV.Richard Henderson2010-03-261-0/+1
* remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini2010-03-261-2/+0
* tcg/ppc: Implement some of the optional opsmalc2010-02-221-8/+8
* tcg: Add comments for all optional instructions not implemented.Richard Henderson2010-02-201-1/+9
* Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG...Juergen Lock2010-02-201-3/+3
* PPC 32/64 GUEST_BASE supportmalc2009-07-181-0/+2
* Prune unused TCG_AREGsblueswir12009-03-081-1/+0
* Introduce and use cache-utils.[ch]malc2008-12-101-21/+0
* Preliminary AIX supportmalc2008-11-181-2/+6
* Account for MacOS X ABI reserved space in linkage area (Andreas Faerber)malc2008-08-031-1/+1
* Preliminary MacOS X on PPC32 supportmalc2008-08-031-1/+5
* Provide extNs_M instructionsmalc2008-07-231-0/+2
* Use rem/div[u]_i32 drop div[u]2_i32malc2008-06-091-0/+1
* ppc TCG target (malc)bellard2008-05-251-0/+98
OpenPOWER on IntegriCloud