HomeSort by relevance Sort by last modified time
    Searched full:ppc (Results 151 - 175 of 752) sorted by null

1 2 3 4 5 67 8 91011>>

  /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>)
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.
vec_cmpd.ll 207 declare <2 x i64> @llvm.ppc.altivec.vcmpequd(<2 x i64>, <2 x i64>) nounwind readnone
208 declare i32 @llvm.ppc.altivec.vcmpequd.p(i32, <2 x i64>, <2 x i64>) nounwind readnone
209 declare <2 x i64> @llvm.ppc.altivec.vcmpgtsd(<2 x i64>, <2 x i64>) nounwind readnone
210 declare i32 @llvm.ppc.altivec.vcmpgtsd.p(i32, <2 x i64>, <2 x i64>) nounwind readnone
211 declare <2 x i64> @llvm.ppc.altivec.vcmpgtud(<2 x i64>, <2 x i64>) nounwind readnone
212 declare i32 @llvm.ppc.altivec.vcmpgtud.p(i32, <2 x i64>, <2 x i64>) nounwind readnone
215 %tmp = tail call <2 x i64> @llvm.ppc.altivec.vcmpequd(<2 x i64> %x, <2 x i64> %y)
222 %tmp = tail call i32 @llvm.ppc.altivec.vcmpequd.p(i32 2, <2 x i64> %x, <2 x i64> %y)
229 %tmp = tail call <2 x i64> @llvm.ppc.altivec.vcmpgtsd(<2 x i64> %x, <2 x i64> %y)
236 %tmp = tail call i32 @llvm.ppc.altivec.vcmpgtsd.p(i32 2, <2 x i64> %x, <2 x i64> %y
    [all...]
  /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/src/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/libunwind/src/ppc/
Ginit_remote.c 57 #error init_remote :: NO VALID PPC ARCH!
  /external/linux-tools-perf/src/tools/perf/arch/powerpc/util/
dwarf-regs.c 29 * http://refspecs.linuxfoundation.org/ELF/ppc64/PPC-elf64abi-1.9.html
  /external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Util.py 58 'ppc' : audit.MACH_PPC,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.h 1 //===-- PPCMCAsmInfo.h - PPC asm properties --------------------*- C++ -*--===//
  /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 {
PPCTargetTransformInfo.h 1 //===-- PPCTargetTransformInfo.h - PPC specific TTI -------------*- C++ -*-===//
11 /// PPC target machine. It uses the target's detailed information to
20 #include "PPC.h"
  /external/ltrace/sysdeps/
sysdep.h 27 * ltrace (this is possible on PPC, and generally there should be no
  /external/lzma/C/
Bra.h 36 PPC big 4 0
  /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 ---*/
guest_ppc_toIR.c     [all...]
  /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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/
utility.hpp 100 // gcc -arch ppc -dM -E - < /dev/null | sort
  /external/clang/include/clang/Basic/
TargetBuiltins.h 20 #undef PPC
55 /// \brief PPC builtins
56 namespace PPC {
  /external/llvm/utils/buildit/
GNUmakefile 7 # You can specify TARGETS=ppc (or i386) on the buildit command line to limit the
8 # build to just one target. The default is for ppc and i386. The compiler
21 RC_ARCHS := ppc i386

Completed in 514 milliseconds

1 2 3 4 5 67 8 91011>>