HomeSort by relevance Sort by last modified time
    Searched defs:PPC (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
AntlrPPC.mak 27 Sym?PPC =
28 ObjDir?PPC = :Obj:
29 PPCCOptions = {Includes} {Sym?PPC} -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
30 Objects?PPC = ?
31 "{ObjDir?PPC}set.c.x" ?
32 "{ObjDir?PPC}antlr.c.x" ?
33 "{ObjDir?PPC}bits.c.x" ?
34 "{ObjDir?PPC}build.c.x" ?
35 "{ObjDir?PPC}egman.c.x" ?
36 "{ObjDir?PPC}err.c.x" ?
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgPPC.mak 21 Sym?PPC =
22 ObjDir?PPC = ":Obj:"
24 PPCCOptions = {Includes} {Sym?PPC} -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
26 Objects?PPC = ?
27 "{ObjDir?PPC}automata.c.x" ?
28 "{ObjDir?PPC}dlg_a.c.x" ?
29 "{ObjDir?PPC}dlg_p.c.x" ?
30 "{ObjDir?PPC}err.c.x" ?
31 "{ObjDir?PPC}main.c.x" ?
32 "{ObjDir?PPC}output.c.x" ?
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 17 // GCC #defines PPC on Linux but we use it as our namespace name
18 #undef PPC
48 /// Construct an PPC ELF object writer.
51 /// Construct a PPC Mach-O object writer.
86 // Generated files will use "namespace PPC". To avoid symbol clash,
87 // undefine PPC here. PPC may be predefined on some hosts.
88 #undef PPC
PPCFixupKinds.h 1 //===-- PPCFixupKinds.h - PPC Specific Fixup Entries ------------*- C++ -*-===//
15 #undef PPC
18 namespace PPC {
PPCPredicates.h 1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===//
17 // GCC #defines PPC on Linux but we use it as our namespace name
18 #undef PPC
20 // Generated files will use "namespace PPC". To avoid symbol clash,
21 // undefine PPC here. PPC may be predefined on some hosts.
22 #undef PPC
25 namespace PPC {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCRelocations.h 19 // Hack to rid us of a PPC pre-processor symbol which is erroneously
20 // defined in a PowerPC header file (bug in Linux/PPC)
21 #ifdef PPC
22 #undef PPC
26 namespace PPC {
PPC.h 1 //===-- PPC.h - Top-level interface for PowerPC Target ----------*- C++ -*-===//
22 // GCC #defines PPC on Linux but we use it as our namespace name
23 #undef PPC
48 // PPC Specific MachineOperand flags.
PPCISelLowering.h 10 // This file defines the interfaces that PPC uses to lower LLVM code into a
20 #include "PPC.h"
51 /// VPERM - The PPC VPERM Instruction.
88 /// These nodes represent the 32-bit PPC shifts that operate on 6-bit
135 /// PPC::BLE), DESTBB is the destination block to branch to, and INFLAG is
160 /// LARX = This corresponds to PPC l{w|d}arx instrcution: load and
164 /// STCX = This corresponds to PPC stcx. instrcution: store conditional
193 namespace PPC {
PPCSubtarget.h 1 //=====-- 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
31 namespace PPC {
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 10 // This file defines the interfaces that PPC uses to lower LLVM code into a
18 #include "PPC.h"
60 /// VPERM - The PPC VPERM Instruction.
64 /// XXSPLT - The PPC VSX splat instructions
68 /// XXINSERT - The PPC VSX insert instruction
72 /// VECSHL - The PPC VSX shift left instruction
103 /// These nodes represent the 32-bit PPC shifts that operate on 6-bit
189 /// PPC::BLE), DESTBB is the destination block to branch to, and INFLAG is
390 namespace PPC {
657 /// type Ty1 to type Ty2. e.g. On PPC it's free to truncate a i64 value i
    [all...]
PPC.h 1 //===-- PPC.h - Top-level interface for PowerPC Target ----------*- C++ -*-===//
20 // GCC #defines PPC on Linux but we use it as our namespace name
21 #undef PPC
60 // PPC Specific MachineOperand flags.
PPCHazardRecognizers.cpp 15 #include "PPC.h"
68 if (!PredMCID || PredMCID->getSchedClass() != PPC::Sched::IIC_SprMTSPR)
83 namespace llvm { namespace PPC { extern int getNonRecordFormOpcode(uint16_t); } }
97 case PPC::Sched::IIC_IntDivW:
98 case PPC::Sched::IIC_IntDivD:
99 case PPC::Sched::IIC_LdStLoadUpd:
100 case PPC::Sched::IIC_LdStLDU:
101 case PPC::Sched::IIC_LdStLFDU:
102 case PPC::Sched::IIC_LdStLFDUX:
103 case PPC::Sched::IIC_LdStLHA
    [all...]
PPCVSXFMAMutate.cpp 17 #include "PPC.h"
46 "disable-ppc-vsx-fma-mutation",
50 #define DEBUG_TYPE "ppc-vsx-fma-mutate"
52 namespace llvm { namespace PPC {
85 int AltOpc = PPC::getAltVSXFMAOpcode(MI->getOpcode());
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCFixupKinds.h 1 //===-- PPCFixupKinds.h - PPC Specific Fixup Entries ------------*- C++ -*-===//
16 namespace PPC {
PPCPredicates.h 1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===//
18 namespace PPC {
  /external/clang/include/clang/Basic/
TargetBuiltins.h 21 #undef PPC
56 /// \brief PPC builtins
57 namespace PPC {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 21 #undef PPC
56 /// \brief PPC builtins
57 namespace PPC {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetBuiltins.h 21 #undef PPC
56 /// \brief PPC builtins
57 namespace PPC {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetBuiltins.h 21 #undef PPC
56 /// \brief PPC builtins
57 namespace PPC {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetBuiltins.h 21 #undef PPC
56 /// \brief PPC builtins
57 namespace PPC {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetBuiltins.h 21 #undef PPC
56 /// \brief PPC builtins
57 namespace PPC {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetBuiltins.h 21 #undef PPC
56 /// \brief PPC builtins
57 namespace PPC {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetBuiltins.h 21 #undef PPC
56 /// \brief PPC builtins
57 namespace PPC {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 21 #undef PPC
56 /// \brief PPC builtins
57 namespace PPC {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetBuiltins.h 21 #undef PPC
56 /// \brief PPC builtins
57 namespace PPC {

Completed in 1513 milliseconds

1 2 3 4 5 6