Searched defs:PPC (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h17 // GCC #defines PPC on Linux but we use it as our namespace name
18 #undef PPC macro
45 /// createPPCELFObjectWriter - Construct an PPC ELF object writer.
51 // Generated files will use "namespace PPC". To avoid symbol clash,
52 // undefine PPC here. PPC may be predefined on some hosts.
53 #undef PPC macro
H A DPPCFixupKinds.h1 //===-- PPCFixupKinds.h - PPC Specific Fixup Entries ------------*- C++ -*-===//
15 #undef PPC macro
18 namespace PPC { namespace in namespace:llvm
H A DPPCPredicates.h1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===//
17 // GCC #defines PPC on Linux but we use it as our namespace name
18 #undef PPC macro
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 macro
25 namespace PPC { namespace in namespace:llvm
/external/llvm/lib/Target/PowerPC/
H A DPPCRelocations.h1 //===-- PPCRelocations.h - PPC Code Relocations -----------------*- C++ -*-===//
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 macro
26 namespace PPC { namespace in namespace:llvm
H A DPPC.h1 //===-- PPC.h - Top-level interface for PowerPC Target ----------*- C++ -*-===//
21 // GCC #defines PPC on Linux but we use it as our namespace name
22 #undef PPC macro
45 /// \brief Creates an PPC-specific Target Transformation Info pass.
53 // PPC Specific MachineOperand flags.
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
632 namespace PPC { namespace in namespace:llvm
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
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h20 #undef PPC macro
43 /// \brief PPC builtins
44 namespace PPC { namespace in namespace:clang
/external/libpcap/
H A Datmuni31.h38 #define PPC 0x05 /* Point-to-point signal msg */ macro
/external/tcpdump/
H A Datmuni31.h38 #define PPC 0x05 /* Point-to-point signal msg */ macro
/external/qemu/
H A Dppc-dis.c1956 #undef PPC
1957 #define PPC PPC_OPCODE_PPC
1969 #define PPC750 PPC
1970 #define PPC860 PPC
2603 { "cmpli", OP(10), OP_MASK, PPC, { BF, L, RA, UI } },
2608 { "cmpi", OP(11), OP_MASK, PPC, { BF, L, RA, SI } },
2897 { "sc", SC(17,1,0), SC_MASK, PPC, { LEV } },
3401 { "cmp", X(31,0), XCMP_MASK, PPC, { BF, L, RA, RB } },
3438 { "subc", XO(31,8,0,0), XO_MASK, PPC, { RT, RB, RA } },
3444 { "subco", XO(31,8,1,0), XO_MASK, PPC, { R
1950 #undef PPC macro
1951 #define PPC macro
[all...]

Completed in 532 milliseconds