/external/llvm/lib/Target/PowerPC/Disassembler/ |
Makefile | 13 # Hack: we need to include 'main' PPC target directory to grab private headers
|
/external/llvm/lib/Target/PowerPC/ |
Makefile | 12 TARGET = PPC
|
PPCTargetObjectFile.h | 1 //===-- PPCTargetObjectFile.h - PPC Object Info -----------------*- C++ -*-===//
|
PPCTargetStreamer.h | 1 //===-- PPCTargetStreamer.h - PPC Target Streamer --s-----------*- C++ -*--===//
|
PPCMCInstLower.cpp | 1 //===-- PPCMCInstLower.cpp - Convert PPC MachineInstr to an MCInst --------===// 10 // This file contains code to lower PPC MachineInstrs to their corresponding 15 #include "PPC.h" 187 assert(MO.getReg() > PPC::NoRegister && 188 MO.getReg() < PPC::NUM_TARGET_REGS &&
|
/external/llvm/test/CodeGen/PowerPC/ |
can-lower-ret.ll | 1 ; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu -mcpu=ppc
|
ctrloop-cpsgn.ll | 1 ; RUN: llc < %s -mcpu=ppc | FileCheck %s
|
/external/llvm/unittests/ADT/ |
Makefile | 16 # Xfail BitVectorTest for now on PPC Darwin. 7598360.
|
/external/ltrace/sysdeps/linux-gnu/ |
Makefile.am | 20 DIST_SUBDIRS = aarch64 alpha arm cris ia64 m68k metag mips ppc s390 \
|
/external/valgrind/coregrind/m_gdbserver/ |
powerpc-altivec32l-valgrind.xml | 8 <!-- PowerPC UISA - a PPC processor as viewed by user-level code. A UISA-only
|
powerpc-altivec64l-valgrind.xml | 8 <!-- PowerPC UISA - a PPC processor as viewed by user-level code. A UISA-only
|
/prebuilts/devtools/tools/lib/ |
archquery.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/ |
build.properties | 47 # linux, gtk, ppc & \ 53 # aix, motif, ppc & \ 55 # macosx, carbon, ppc & \ 57 # macosx, cocoa, ppc & \ 71 # linux, gtk, ppc - antZip &\ 77 # aix, motif, ppc - antZip& \ 79 # macosx, carbon, ppc - antZip
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ppc.c | 51 * Since it's pretty much impossible to form PPC vector immediates, load 60 * How many TGSI temps should be implemented with real PPC vector registers 86 * Map TGSI temps to PPC vector temps. 87 * We have 32 PPC vector regs. Use 16 of them for storing 4 TGSI temps. 135 * Is the given TGSI register stored as a real PPC vector register? 146 * Is the given TGSI register stored as a real PPC vector register? 158 * All PPC vector load/store instructions form an effective address 203 * We wouldn't need this if there was a simple way to load PPC vector 260 * Register fetch. Return PPC vector register with result. 289 /* use PPC vec register * [all...] |
/external/valgrind/ |
glibc-2.5.supp | 52 glibc-2.5.x-on-SUSE-10.2-(PPC)-1 59 glibc-2.5.x-on-SUSE-10.2-(PPC)-2a 65 glibc-2.5.x-on-SuSE-10.2-(PPC)-2b 71 glibc-2.5.5-on-SuSE-10.2-(PPC)-2c 77 glibc-2.3.5-on-SuSE-10.1-(PPC)-3
|
/sdk/eclipse/buildConfig/ |
build.properties | 47 # linux, gtk, ppc &\ 53 # aix, motif, ppc & \ 55 # macosx, carbon, ppc 65 # linux, gtk, ppc - antZip &\ 71 # aix, motif, ppc - antZip& \ 73 # macosx, carbon, ppc - antZip
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/ |
ppc_intrinsics.h | 95 * __nop - PPC preferred form of no operation 137 #define __SPR_MQR 0 /* PPC 601 only */ 139 #define __SPR_RTCU 4 /* Real time clock upper. PPC 601 only.*/ 140 #define __SPR_RTCL 5 /* Real time clock lower. PPC 601 only.*/ 144 #define __SPR_TBL 268 /* Time-base Lower. Not on PPC 601 */ 145 #define __SPR_TBU 269 /* Time-base Upper. Not on PPC 601 */ 146 #define __SPR_UMMCR2 928 /* PPC 74xx */ 147 #define __SPR_UPMC5 929 /* PPC 745x */ 148 #define __SPR_UPMC6 930 /* PPC 745x */ 149 #define __SPR_UBAMR 935 /* PPC 7400 and 7410 * [all...] |
/external/valgrind/VEX/switchback/ |
test_ppc_jm1.c | 14 * test-ppc.c: 15 * PPC tests for qemu-PPC CPU emulation checks 53 //#include "test-ppc.h" 55 // BEGIN #include "test-ppc.h" 57 * test-ppc.h: 58 * PPC tests for qemu-PPC CPU emulation checks - definitions 115 // END #include "test-ppc.h" 644 // BEGIN #include "ops-ppc.c [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 224 # PPC architectures. 226 # This code automatically removes '-arch ppc' and '-arch ppc64' 235 if re.search('-arch\s+ppc', _config_vars['CFLAGS']) is not None: 238 status = os.system("'%s' -arch ppc -x c /dev/null 2>/dev/null"%( 240 # The Apple compiler drivers return status 255 if no PPC 242 # Compiler doesn't support PPC, remove the related 248 flags = re.sub('-arch\s+ppc\w*\s', ' ', flags) 414 # Remove ppc arch flags if not supported here 459 elif archs == ('i386', 'ppc'): 463 elif archs == ('i386', 'ppc', 'x86_64') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 224 # PPC architectures. 226 # This code automatically removes '-arch ppc' and '-arch ppc64' 235 if re.search('-arch\s+ppc', _config_vars['CFLAGS']) is not None: 238 status = os.system("'%s' -arch ppc -x c /dev/null 2>/dev/null"%( 240 # The Apple compiler drivers return status 255 if no PPC 242 # Compiler doesn't support PPC, remove the related 248 flags = re.sub('-arch\s+ppc\w*\s', ' ', flags) 414 # Remove ppc arch flags if not supported here 459 elif archs == ('i386', 'ppc'): 463 elif archs == ('i386', 'ppc', 'x86_64') [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/data/ |
builds-eclipse-3.3.xml | 32 <result arch="ppc" os="linux" ws="gtk">UNKNOWN</result> 37 <result arch="ppc" os="macosx" ws="carbon">UNKNOWN</result>
|
/external/google-breakpad/src/google_breakpad/processor/ |
dump_context.h | 79 void SetContextPPC(MDRawContextPPC* ppc); 95 MDRawContextPPC* ppc; member in union:google_breakpad::DumpContext::__anon9542
|
/external/libvpx/libvpx/vp8/common/ppc/ |
systemdependent.c | 48 // PPC 88 // PPC
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
PPCInstPrinter.h | 1 //===- PPCInstPrinter.h - Convert PPC MCInst to assembly syntax -*- C++ -*-===// 10 // This class prints an PPC MCInst to a .s file.
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCExpr.cpp | 1 //===-- PPCMCExpr.cpp - PPC specific MC expression classes ----------------===// 103 if ((Fixup == nullptr || (unsigned)Fixup->getKind() != PPC::fixup_ppc_half16) &&
|