Searched refs:PPC (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp16 #include "PPC.h"
29 // This is a PPC pseudo-instruction.
138 assert(Stalls == 0 && "PPC hazards don't support scoreboard lookahead");
182 if (HasCTRSet && Opcode == PPC::BCTRL)
211 if (Opcode == PPC::MTCTR || Opcode == PPC::MTCTR8) HasCTRSet = true;
H A DPPCSubtarget.h1 //===-- PPCSubtarget.h - Define Subtarget for the PPC ----------*- C++ -*--===//
25 // GCC #defines PPC on Linux but we use it as our namespace name
26 #undef PPC macro
31 namespace PPC { namespace in namespace:llvm
H A DPPCCTRLoops.cpp10 // This pass identifies loops where we can generate the PPC branch instructions
50 #include "PPC.h"
550 if (MO.isDef() && (MO.getReg() == PPC::CTR || MO.getReg() == PPC::CTR8))
553 if (MO.clobbersPhysReg(PPC::CTR) || MO.clobbersPhysReg(PPC::CTR8))
582 if (Opc == PPC::MTCTRloop || Opc == PPC::MTCTR8loop) {
644 if (Opc == PPC::BDNZ8 || Opc == PPC
[all...]
H A DPPCISelLowering.h10 // This file defines the interfaces that PPC uses to lower LLVM code into a
18 #include "PPC.h"
61 /// VPERM - The PPC VPERM Instruction.
98 /// These nodes represent the 32-bit PPC shifts that operate on 6-bit
145 /// PPC::BLE), DESTBB is the destination block to branch to, and INFLAG is
161 /// LARX = This corresponds to PPC l{w|d}arx instrcution: load and
165 /// STCX = This corresponds to PPC stcx. instrcution: store conditional
293 namespace PPC { namespace in namespace:llvm
634 namespace PPC { namespace in namespace:llvm
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetBuiltins.h20 #undef PPC macro
43 /// \brief PPC builtins
44 namespace PPC { namespace in namespace:clang
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp54 unsigned RA = isPPC64 ? PPC::LR8 : PPC::LR;
80 unsigned Reg = isPPC64 ? PPC::X1 : PPC::R1;
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dppc-opc.c1614 #undef PPC
1615 #define PPC PPC_OPCODE_PPC
1627 #define PPC750 PPC
1628 #define PPC860 PPC
2261 { "cmpli", OP(10), OP_MASK, PPC, { BF, L, RA, UI } },
2266 { "cmpi", OP(11), OP_MASK, PPC, { BF, L, RA, SI } },
2555 { "sc", SC(17,1,0), SC_MASK, PPC, { LEV } },
3059 { "cmp", X(31,0), XCMP_MASK, PPC, { BF, L, RA, RB } },
3096 { "subc", XO(31,8,0,0), XO_MASK, PPC, { RT, RB, RA } },
3102 { "subco", XO(31,8,1,0), XO_MASK, PPC, { R
1610 #undef PPC macro
1611 #define PPC macro
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dlonglong.h642 || (defined (PPC) && ! defined (CPU_FAMILY)) /* gcc 2.7.x GNU&SysV */ \
643 || (defined (PPC) && defined (CPU_FAMILY) /* VxWorks */ \
644 && CPU_FAMILY == PPC) \
683 || (defined (PPC) && ! defined (CPU_FAMILY)) /* gcc 2.7.x GNU&SysV */ \
684 || (defined (PPC) && defined (CPU_FAMILY) /* VxWorks */ \
685 && CPU_FAMILY == PPC)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp5213 case PPC::BI__builtin_altivec_lvx:
5214 case PPC::BI__builtin_altivec_lvxl:
5215 case PPC::BI__builtin_altivec_lvebx:
5216 case PPC::BI__builtin_altivec_lvehx:
5217 case PPC::BI__builtin_altivec_lvewx:
5218 case PPC::BI__builtin_altivec_lvsl:
5219 case PPC::BI__builtin_altivec_lvsr:
5228 case PPC::BI__builtin_altivec_lvx:
5231 case PPC::BI__builtin_altivec_lvxl:
5234 case PPC
[all...]
/freebsd-10.1-release/lib/clang/
H A Dclang.build.mk47 ARM/ARM Mips/Mips PowerPC/PPC Sparc/Sparc X86/X86
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp671 // PPC abstract base class
769 NumRecords = clang::PPC::LastTSBuiltin-Builtin::FirstTSBuiltin;

Completed in 152 milliseconds

12