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

  /external/llvm/lib/Target/PowerPC/
PPCRelocations.h 1 //===-- 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
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
45 // PPC Specific MachineOperand flags.
PPCISelLowering.h 10 // This file defines the interfaces that PPC uses to lower LLVM code into a
18 #include "PPC.h"
51 /// VPERM - The PPC VPERM Instruction.
88 /// These nodes represent the 32-bit PPC shifts that operate on 6-bit
137 /// PPC::BLE), DESTBB is the destination block to branch to, and INFLAG is
162 /// LARX = This corresponds to PPC l{w|d}arx instrcution: load and
166 /// STCX = This corresponds to PPC stcx. instrcution: store conditional
195 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/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 14 #undef PPC
28 /// PPC builtins
29 namespace PPC {
  /external/libpcap/
atmuni31.h 38 #define PPC 0x05 /* Point-to-point signal msg */
  /external/tcpdump/
atmuni31.h 38 #define PPC 0x05 /* Point-to-point signal msg */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
Archive.java 130 PPC("PowerPC"),
165 } else if (arch.equalsIgnoreCase("ppc") || arch.equalsIgnoreCase("PowerPC")) {
166 return Arch.PPC;
  /external/qemu/
ppc-dis.c 0 /* ppc-dis.c -- Disassemble PowerPC instructions
24 /* ppc.h -- Header file for PowerPC opcode table
348 /* ppc-opc.c -- PowerPC opcode list
665 description in opcode/ppc.h for what this means. */
    [all...]

Completed in 433 milliseconds