HomeSort by relevance Sort by last modified time
    Searched full:ppc (Results 251 - 275 of 1204) sorted by null

<<11121314151617181920>>

  /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) &&
PPCMCAsmInfo.h 1 //===-- PPCMCAsmInfo.h - PPC asm properties --------------------*- C++ -*--===//
  /external/llvm/test/CodeGen/PowerPC/
2006-04-19-vmaddfp-crash.ll 10 %tmp879 = tail call <4 x float> @llvm.ppc.altivec.vmaddfp( <4 x float> zeroinitializer, <4 x float> zeroinitializer, <4 x float> zeroinitializer ) ; <<4 x float>> [#uses=1]
58 declare <4 x float> @llvm.ppc.altivec.vmaddfp(<4 x float>, <4 x float>, <4 x float>)
branch-hint.ll 1 ; RUN: llc < %s -O1 -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -ppc-use-branch-hint=false | FileCheck %s
2 ; RUN: llc < %s -O1 -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -ppc-use-branch-hint=true | FileCheck %s -check-prefix=CHECK-HINT
mftb.ll 3 ; On all other CPUs (including generic, ppc, ppc64), the mfspr instruction
15 ; RUN: llc -mtriple=powerpc-unknown-linux-gnu -mcpu=ppc < %s 2>&1 \
2009-08-17-inline-asm-addr-mode-breakage.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin10 -mcpu=g5 -disable-ppc-ilp-pref | FileCheck %s
mature-mc-support.ll 13 ; Test that we don't try to produce COFF for ppc.
  /external/v8/src/
codegen.h 54 #include "src/ppc/codegen-ppc.h" // NOLINT
  /external/v8/src/compiler/
instruction-codes.h 23 #include "src/compiler/ppc/instruction-codes-ppc.h"
  /external/valgrind/
AUTHORS 24 created a set of ppc-linux derivatives of the 2.X release line.
69 support, and generally deal with ppc{32,64}-linux issues.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
systemdependent.c 48 // PPC
88 // PPC
  /external/compiler-rt/lib/builtins/ppc/
saveFP.S 13 // Helper function used by compiler to save ppc floating point registers in
  /external/compiler-rt/lib/builtins/
trampoline_setup.c 16 * The ppc compiler generates calls to __trampoline_setup() when creating
  /external/compiler-rt/test/builtins/Unit/
trampoline_setup_test.c 19 * The ppc compiler generates a call to __trampoline_setup
  /external/elfutils/backends/
ppc_init.c 1 /* Initialization of PPC specific backend library.
  /external/libcxx/test/std/utilities/meta/meta.unary.prop.query/
alignment_of.pass.cpp 42 test_alignment_of<bool, 4>(); // 32-bit PPC has four byte bool
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
PixelsPerInchTest.java 48 + "), ppc: (" + Gdx.graphics.getPpcX() + "," + Gdx.graphics.getPpcY() + ")", 10, 50);
  /external/libunwind/src/ppc/
Ginit_remote.c 57 #error init_remote :: NO VALID PPC ARCH!
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 1 //===-- PPCSubtarget.h - Define Subtarget for the PPC ----------*- C++ -*--===//
30 // GCC #defines PPC on Linux but we use it as our namespace name
31 #undef PPC
36 namespace PPC {
  /external/ltrace/sysdeps/
sysdep.h 27 * ltrace (this is possible on PPC, and generally there should be no
  /external/lzma/C/
Bra.h 34 PPC big 4 0
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.h 9 #include "src/ppc/assembler-ppc.h"
10 #include "src/ppc/frames-ppc.h"
  /external/v8/test/unittests/
unittests.gyp 151 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
152 'sources': [ ### gcmole(arch:ppc) ###
153 'compiler/ppc/instruction-selector-ppc-unittest.cc',
  /external/valgrind/VEX/priv/
guest_ppc_defs.h 36 /* Only to be used within the guest-ppc directory. */
48 /*--- ppc to IR conversion ---*/
51 /* Convert one ppc insn to IR. See the type DisOneInstrFn in
145 /*--- ppc guest helpers ---*/
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary.prop.query/
alignment_of.pass.cpp 42 test_alignment_of<bool, 4>(); // 32-bit PPC has four byte bool

Completed in 3165 milliseconds

<<11121314151617181920>>