Searched
full:ppc (Results
251 -
275 of
752) sorted by null
<<11121314151617181920>>
/external/llvm/test/CodeGen/PowerPC/ |
2007-05-22-tailmerge-3.ll | 5 ; Check that tail merging is the default on ppc, and that -enable-tail-merge works.
|
addi-licm.ll | 1 ; RUN: llc -mcpu=pwr7 -disable-ppc-preinc-prep < %s | FileCheck %s
|
ctrloop-fp64.ll | 1 ; RUN: llc < %s -mcpu=ppc | FileCheck %s
|
hello-reloc.s | 60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc
|
stwu8.ll | 1 ; RUN: llc -disable-ppc-unaligned < %s | FileCheck %s
|
vec_buildvector_loadstore.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin -mattr=+altivec -disable-ppc-ilp-pref | FileCheck %s
|
/external/ltrace/ |
lens_enum.c | 78 * But opposite situation can occur e.g. on PPC, where it's
|
/external/mesa3d/ |
acinclude.m4 | 95 # IBM XL C 8.0/Fortran 10.1 on PPC
|
/external/valgrind/coregrind/ |
launcher-darwin.c | 65 /* Not that it's actually relevant, since we don't support PPC on 66 MacOS X, but .. the Apple PPC descriptors refer to the BE 68 after Apple dropped PPC. */ 69 { CPU_TYPE_POWERPC, "ppc", "ppc32" },
|
/external/valgrind/gdbserver_tests/ |
t.c | 101 leaf(); // ensures not leaf, as ppc unwind implies VEX iropt precise exns
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
csystemdependent.c | 90 // ppc
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
serial_core.h | 94 /* PPC CPM type number */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
serial_core.h | 97 /* PPC CPM type number */
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
readme.html | 70 <td>The architecture the tests are being run on. One of: ppc, PA_RISC, x86, 132 <td>ppc</td>
|
/external/libunwind/tests/ |
check-namespace.sh.in | 154 ppc*) 235 ppc*)
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 10 // This file defines the interfaces that PPC uses to lower LLVM code into a 18 #include "PPC.h" 60 /// VPERM - The PPC VPERM Instruction. 86 /// These nodes represent the 32-bit PPC shifts that operate on 6-bit 162 /// PPC::BLE), DESTBB is the destination block to branch to, and INFLAG is 349 namespace PPC { 559 /// type Ty1 to type Ty2. e.g. On PPC it's free to truncate a i64 value in [all...] |
PPCInstrInfo.h | 17 #include "PPC.h" 28 /// PPC.td and PPCInstrFormats.td.
|
/external/llvm/unittests/ADT/ |
TripleTest.cpp | 91 EXPECT_EQ(Triple::ppc, T.getArch()); 97 EXPECT_EQ(Triple::ppc, T.getArch()); 109 EXPECT_EQ(Triple::ppc, T.getArch()); 121 EXPECT_EQ(Triple::ppc, T.getArch()); 361 T.setArch(Triple::ppc); 429 T.setArch(Triple::ppc); 430 EXPECT_EQ(Triple::ppc, T.get32BitArchVariant().getArch()); 454 EXPECT_EQ(Triple::ppc, T.get32BitArchVariant().getArch());
|
/external/mesa3d/docs/ |
sourcetree.html | 58 <li><b>ppc</b> - Assembly code/optimizations for PPC systems
|
/external/google-breakpad/src/processor/ |
dump_context.cc | 84 BPLOG(ERROR) << "DumpContext cannot get ppc context"; 88 return context_.ppc; 196 void DumpContext::SetContextPPC(MDRawContextPPC* ppc) { 197 context_.ppc = ppc; 231 delete context_.ppc;
|
/external/valgrind/docs/internals/ |
3_2_BUGSTATUS.txt | 94 149182 vx1784/5 PPC Trap instructions not implemented in valgrind 217 r6728 r6279 32 n-i-bz ppc-linux startup stack overflow fix 317 pending pending 135264 ppc->IR: dcbzl instruction missing 340 vx1709 vx1710 Vfd 129390 ppc?->IR: some kind of VMX prefetch (dstt) 380 r6404/5 r6431 Vfd n-i-bz fix ppc insn set tests for gcc >= 4.1 465 vx1640,1 vx1650 n-i-bz ppc cmp reg,reg fix
|
/external/valgrind/none/tests/ppc32/ |
jm-int.stdout.exp | 0 PPC integer arith insns with two args: 150 PPC integer arith insns with two args with flags update: 299 PPC integer arith insns with two args and carry: 376 PPC integer arith insns with two args and carry with flags update: 453 PPC integer logical insns with two args: [all...] |
jm-fp.stdout.exp | 0 PPC floating point arith insns with three args: 119 PPC floating point arith insns 238 PPC floating point arith insns with two args: 439 PPC floating point arith insns [all...] |
jm-fp.stdout.exp-BE2 | 0 PPC floating point arith insns with three args: 119 PPC floating point arith insns 238 PPC floating point arith insns with two args: 439 PPC floating point arith insns [all...] |
/external/valgrind/none/tests/ppc64/ |
jm-fp.stdout.exp | 0 PPC floating point arith insns with three args: 119 PPC floating point arith insns 238 PPC floating point arith insns with two args: 439 PPC floating point arith insns [all...] |
Completed in 538 milliseconds
<<11121314151617181920>>