HomeSort by relevance Sort by last modified time
    Searched refs:PPC (Results 26 - 50 of 61) sorted by null

12 3

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_linux.h 114 defined(__ppc__) || defined(PPC) || defined(__powerpc__) || \
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_linux.h 114 defined(__ppc__) || defined(PPC) || defined(__powerpc__) || \
  /external/llvm/lib/Target/PowerPC/
PPCAsmBackend.cpp 1 //===-- PPCAsmBackend.cpp - PPC Assembler Backend -------------------------===//
11 #include "PPC.h"
39 unsigned getNumFixupKinds() const { return PPC::NumTargetFixupKinds; }
42 const static MCFixupKindInfo Infos[PPC::NumTargetFixupKinds] = {
PPCAsmPrinter.cpp 20 #include "PPC.h"
105 return "Linux PPC Assembly Printer";
121 return "Darwin PPC Assembly Printer";
252 break; // PPC never has a prefix.
323 case PPC::MovePCtoLR:
324 case PPC::MovePCtoLR8: {
332 TmpInst.setOpcode(PPC::BL_Darwin); // Darwin vs SVR4 doesn't matter here.
345 case PPC::LDtoc: {
351 TmpInst.setOpcode(PPC::LD);
368 case PPC::MFCRpseud
    [all...]
PPCSubtarget.cpp 1 //===- PowerPCSubtarget.cpp - PPC Subtarget Information -------------------===//
10 // This file implements the PPC specific subclass of TargetSubtargetInfo.
15 #include "PPC.h"
69 , DarwinDirective(PPC::DIR_NONE)
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.stdout.exp 15 One 600.000000MHz PPC 745/755, 512M RAM, 49.79 Bogomips Total
  /external/webkit/Source/WebCore/page/
NavigatorBase.cpp 38 #if OS(MAC_OS_X) && (CPU(PPC) || CPU(PPC64))
  /external/webkit/Source/JavaScriptCore/wtf/
TCSpinLock.h 37 #if (CPU(X86) || CPU(X86_64) || CPU(PPC)) && (COMPILER(GCC) || COMPILER(MSVC))
107 #if OS(DARWIN) || CPU(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...]
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 316 #elif CPU(PPC)
344 #elif CPU(PPC)
395 #elif CPU(PPC) || CPU(PPC64)
409 #elif CPU(PPC) || CPU(PPC64)
  /external/tcpdump/
print-atm.c 264 case PPC:
  /external/stlport/test/eh/
cygwin.mak 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
djgpp.mak 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc-99r1.mak 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc-apple-macosx.mak 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc-freebsd.mak 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc-hp11.mak 42 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc-irix.mak 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc-linux.mak 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc-netbsd.mak 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc.mak 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
hpacc.mak 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
mingw32.mak 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 126 PPC("PowerPC"),
161 } else if (arch.equalsIgnoreCase("ppc") || arch.equalsIgnoreCase("PowerPC")) {
162 return Arch.PPC;
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 1172 milliseconds

12 3