Searched
full:ppc (Results
301 -
325 of
752) sorted by null
<<11121314151617181920>>
/external/linux-tools-perf/src/tools/perf/arch/ |
common.c | 125 if (!strncmp(arch, "powerpc", 7) || !strncmp(arch, "ppc", 3))
|
/external/llvm/include/llvm/CodeGen/ |
ValueTypes.td | 34 def ppcf128: ValueType<128, 12>; // PPC 128-bit floating point value
|
/external/llvm/include/llvm/IR/ |
Intrinsics.h | 45 /// Return the LLVM name for an intrinsic, such as "llvm.ppc.altivec.lvx".
|
/external/llvm/lib/LTO/ |
LTOModule.cpp | 279 /// addObjCClass - Parse i386/ppc ObjC class data structure. 313 /// addObjCCategory - Parse i386/ppc ObjC category data structure. 336 /// addObjCClassRef - Parse i386/ppc ObjC class list data structure. 373 // Special case i386/ppc ObjC data structures in magic sections:
|
/external/llvm/lib/Object/ |
MachOUniversal.cpp | 132 case Triple::ppc: CTM = MachO::CPU_TYPE_POWERPC; return true;
|
/external/llvm/lib/Target/PowerPC/ |
PPCScheduleG4Plus.td | 1 //===-- PPCScheduleG4Plus.td - PPC G4+ Scheduling Defs. ----*- tablegen -*-===//
|
PPCScheduleG5.td | 1 //===-- PPCScheduleG5.td - PPC G5 Scheduling Definitions ---*- tablegen -*-===//
|
/external/llvm/test/CodeGen/PowerPC/ |
ctrloop-i64.ll | 1 ; RUN: llc < %s -mcpu=ppc | FileCheck %s
|
fast-isel-call.ll | 93 ; Intrinsic calls not yet implemented, and udiv isn't one for PPC anyway.
|
/external/llvm/utils/TableGen/ |
CodeGenIntrinsics.h | 32 std::string TargetPrefix; // Target prefix, e.g. "ppc" for t-s intrinsics.
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
trace.c | 238 /* On both PPC and PPC64, fundamental types have the
|
/external/mesa3d/scons/ |
gallium.py | 154 ppc = env['machine'] == 'ppc' 172 'ppc' : 'ppc',
|
/external/strace/ |
strace.spec | 155 - Support new Linux/PPC system call subpage_prot and PROT_SAO flag. 210 - bump again for long double bug on ppc{,64} 347 - new upstream version, fixes ppc and s390 bugs, adds missing ptrace requests 370 - aio syscalls for i386/ia64/ppc (Ben LaHaise)
|
/external/valgrind/docs/internals/ |
3_9_BUGSTATUS.txt | 43 === VEX/ppc ============================================================ 45 338095 Not able to run Valgrind on Power Architecture PPC Linux. 83 330617 ppc false positive conditional jump depends on uninitialised value 184 338731 ppc testsuite does not build in case compiler doesnot support -maltivec
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
ll.stdout.exp | 15 [9COne 600.000000MHz PPC 745/755, 512M RAM, 49.79 Bogomips Total
|
/external/valgrind/exp-sgcheck/ |
pc_main.c | 69 VG_(printf)("SGCheck doesn't work on PPC yet, sorry.\n");
|
/external/valgrind/include/vki/ |
vki-posixtypes-ppc32-linux.h | 36 // From linux-2.6.9/include/asm-ppc/posix_types.h
|
/external/valgrind/lackey/docs/ |
lk-manual.xml | 64 <para>The number of guest (x86, amd64, ppc, etc.) instructions and IR
|
/external/valgrind/perf/ |
README | 47 PPC.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
MiniAEFrame.py | 41 if MacOS.runtimemodel == 'ppc':
|
cfmfile.py | 28 "pwpc" for PPC, "m68k" for cfm68k. This does not work for "classic"
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.c | 26 * PPC code generation. 30 * Other PPC refs: 177 printf("OUT OF PPC registers!\n"); 209 printf("OUT OF PPC FP registers!\n"); 241 printf("OUT OF PPC VEC registers!\n");
|
/external/elfutils/src/tests/ |
ChangeLog | 383 unwinder: ppc 384 * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh. 385 (EXTRA_DIST): Add backtrace.ppc.core.bz2, 386 backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh. 387 * backtrace.ppc.core.bz2: New file. 388 * backtrace.ppc.exec.bz2: New file. 389 * run-backtrace-core-ppc.sh: New file. 531 * run-addrcfi.sh: Remove nop from expected ppc and ppc64 920 * Makefile.am (EXTRA_DIST): Add testcore-rtlib-ppc.bz2 [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | [all...] |
/external/clang/lib/Driver/ |
ToolChain.cpp | 97 case llvm::Triple::ppc: 98 return "ppc";
|
Completed in 1307 milliseconds
<<11121314151617181920>>