/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCPredicates.cpp | 1 //===-- PPCPredicates.cpp - PPC Branch Predicate Information --------------===// 19 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { 21 case PPC::PRED_EQ: return PPC::PRED_NE; 22 case PPC::PRED_NE: return PPC::PRED_EQ; 23 case PPC::PRED_LT: return PPC::PRED_GE [all...] |
/external/llvm/lib/Target/PowerPC/Disassembler/ |
PPCDisassembler.cpp | 10 #include "PPC.h" 20 #define DEBUG_TYPE "ppc-disassembler" 66 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3, 67 PPC::CR4, PPC::CR5, PPC::CR6, PPC::CR [all...] |
/external/libpng/scripts/ |
SCOPTIONS.ppc | 7 INCLUDEDIR=hlp:ppc/include
|
/external/clang/test/CodeGen/ |
builtins-ppc-htm.c | 8 // CHECK: @llvm.ppc.tbegin 10 // CHECK: @llvm.ppc.tbegin 12 // CHECK: @llvm.ppc.tend 14 // CHECK: @llvm.ppc.tendall 17 // CHECK: @llvm.ppc.tabort 19 // CHECK: @llvm.ppc.tabort 21 // CHECK: @llvm.ppc.tabortdc 23 // CHECK: @llvm.ppc.tabortdc 25 // CHECK: @llvm.ppc.tabortwc 27 // CHECK: @llvm.ppc.tabortw [all...] |
builtins-ppc-altivec.c | 52 // CHECK: @llvm.ppc.altivec.vmaxsb 54 // CHECK-LE: @llvm.ppc.altivec.vmaxsb 58 // CHECK: @llvm.ppc.altivec.vmaxsh 60 // CHECK-LE: @llvm.ppc.altivec.vmaxsh 64 // CHECK: @llvm.ppc.altivec.vmaxsw 66 // CHECK-LE: @llvm.ppc.altivec.vmaxsw 74 // CHECK: @llvm.ppc.altivec.vsubsbs 75 // CHECK: @llvm.ppc.altivec.vmaxsb 76 // CHECK-LE: @llvm.ppc.altivec.vsubsbs 77 // CHECK-LE: @llvm.ppc.altivec.vmaxs [all...] |
builtins-ppc-quadword.c | 10 // RUN: -emit-llvm %s -o - 2>&1 | FileCheck %s -check-prefix=CHECK-PPC 12 // CHECK-PPC: error: __int128 is not supported on this target 14 // CHECK-PPC: error: __int128 is not supported on this target 17 // CHECK-PPC: error: __int128 is not supported on this target 19 // CHECK-PPC: error: __int128 is not supported on this target 30 // CHECK-PPC: error: call to 'vec_add' is ambiguous 35 // CHECK-PPC: error: call to 'vec_add' is ambiguous 41 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int' 46 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int' 50 // CHECK: @llvm.ppc.altivec.vaddeuq [all...] |
ppc-varargs-struct.c | 4 // RUN: %clang_cc1 -triple powerpc-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-PPC 23 // CHECK-PPC: [[ARRAYDECAY:%.+]] = getelementptr inbounds [1 x %struct.__va_list_tag], [1 x %struct.__va_list_tag]* %ap, i32 0, i32 0 24 // CHECK-PPC-NEXT: [[GPRPTR:%.+]] = getelementptr inbounds %struct.__va_list_tag, %struct.__va_list_tag* [[ARRAYDECAY]], i32 0, i32 0 25 // CHECK-PPC-NEXT: [[GPR:%.+]] = load i8, i8* [[GPRPTR]], align 4 26 // CHECK-PPC-NEXT: [[COND:%.+]] = icmp ult i8 [[GPR]], 8 27 // CHECK-PPC-NEXT: br i1 [[COND]], label %[[USING_REGS:[a-z_0-9]+]], label %[[USING_OVERFLOW:[a-z_0-9]+]] 29 // CHECK-PPC:[[USING_REGS]] 30 // CHECK-PPC-NEXT: [[REGSAVE_AREA_P:%.+]] = getelementptr inbounds %struct.__va_list_tag, %struct.__va_list_tag* [[ARRAYDECAY]], i32 0, i32 4 31 // CHECK-PPC-NEXT: [[REGSAVE_AREA:%.+]] = load i8*, i8** [[REGSAVE_AREA_P]], align 4 32 // CHECK-PPC-NEXT: [[OFFSET:%.+]] = mul i8 [[GPR]], [all...] |
builtins-ppc-p8vector.c | 4 // RUN: not %clang_cc1 -faltivec -target-feature +vsx -triple powerpc64-unknown-unknown -emit-llvm %s -o - 2>&1 | FileCheck %s -check-prefix=CHECK-PPC 71 // CHECK: call <2 x i64> @llvm.ppc.altivec.vmaxsd(<2 x i64> %{{[0-9]*}}, <2 x i64> 72 // CHECK-LE: call <2 x i64> @llvm.ppc.altivec.vmaxsd(<2 x i64> %{{[0-9]*}}, <2 x i64> 73 // CHECK-PPC: error: call to 'vec_abs' is ambiguous 80 // CHECK-PPC: error: call to 'vec_abs' is ambiguous 86 // CHECK-PPC: error: call to 'vec_add' is ambiguous 91 // CHECK-PPC: error: call to 'vec_add' is ambiguous 95 // CHECK: @llvm.ppc.altivec.vaddcuw 96 // CHECK-LE: @llvm.ppc.altivec.vaddcuw 99 // CHECK: @llvm.ppc.altivec.vaddcu [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
2007-09-04-AltivecDST.ll | 5 tail call void @llvm.ppc.altivec.dst( i8* %image, i32 8, i32 0 ) 6 tail call void @llvm.ppc.altivec.dstt( i8* %image, i32 8, i32 0 ) 7 tail call void @llvm.ppc.altivec.dstst( i8* %image, i32 8, i32 0 ) 8 tail call void @llvm.ppc.altivec.dststt( i8* %image, i32 8, i32 0 ) 12 declare void @llvm.ppc.altivec.dst(i8*, i32, i32) 13 declare void @llvm.ppc.altivec.dstt(i8*, i32, i32) 14 declare void @llvm.ppc.altivec.dstst(i8*, i32, i32) 15 declare void @llvm.ppc.altivec.dststt(i8*, i32, i32)
|
htm.ll | 7 %0 = tail call i32 @llvm.ppc.tbegin(i32 0) 17 declare i32 @llvm.ppc.tbegin(i32) #1 22 %0 = tail call i32 @llvm.ppc.tend(i32 0) 29 declare i32 @llvm.ppc.tend(i32) 34 %0 = tail call i32 @llvm.ppc.tabort(i32 0) 35 %1 = tail call i32 @llvm.ppc.tabortdc(i32 0, i32 1, i32 2) 36 %2 = tail call i32 @llvm.ppc.tabortdci(i32 0, i32 1, i32 2) 37 %3 = tail call i32 @llvm.ppc.tabortwc(i32 0, i32 1, i32 2) 38 %4 = tail call i32 @llvm.ppc.tabortwci(i32 0, i32 1, i32 2) 48 declare i32 @llvm.ppc.tabort(i32 [all...] |
/external/v8/src/ppc/ |
frames-ppc.cc | 11 #include "src/ppc/assembler-ppc.h" 12 #include "src/ppc/assembler-ppc-inl.h" 13 #include "src/ppc/frames-ppc.h" 14 #include "src/ppc/macro-assembler-ppc.h"
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/ |
makefile | 2 # Makefile for FreeType2 link library using ppc-morphos-gcc-2.95.3-bin.tgz 3 # (gcc 2.95.3 hosted on 68k-Amiga producing MorphOS-PPC-binaries from 44 # link your programs with libft2_ppc.a and either ftsystem.ppc.o or ftsystempure.ppc.o 45 # (and either ftdebug.ppc.o or ftdebugpure.ppc.o if you enabled FT_DEBUG_LEVEL_ERROR or 48 all: libft2_ppc.a ftsystem.ppc.o ftsystempure.ppc.o 55 CC = ppc-morphos-gcc 56 AR = ppc-morphos-ar r [all...] |
makefile.os4 | 41 # link your programs with libft2_ppc.a and either ftsystem.ppc.o or ftsystempure.ppc.o 42 # (and either ftdebug.ppc.o or ftdebugpure.ppc.o if you enabled FT_DEBUG_LEVEL_ERROR or 45 all: assign libft2_ppc.a ftsystem.ppc.o ftsystempure.ppc.o 50 CC = ppc-amigaos-gcc 51 AR = ppc-amigaos-ar 52 RANLIB = ppc-amigaos-ranlib 67 ftbase.ppc.o: FT:src/base/ftbase. [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.h | 18 #include "PPC.h" 28 if (SrcReg == PPC::CR0LT || SrcReg == PPC::CR0GT || 29 SrcReg == PPC::CR0EQ || SrcReg == PPC::CR0UN) 30 Reg = PPC::CR0; 31 else if (SrcReg == PPC::CR1LT || SrcReg == PPC::CR1GT || 32 SrcReg == PPC::CR1EQ || SrcReg == PPC::CR1UN [all...] |
PPCInstrInfo.cpp | 16 #include "PPC.h" 43 #define DEBUG_TYPE "ppc-instr-info" 50 opt<bool> DisableCTRLoopAnal("disable-ppc-ctrloop-analysis", cl::Hidden, 53 static cl::opt<bool> DisableCmpOpt("disable-ppc-cmp-opt", 56 static cl::opt<bool> VSXSelfCopyCrash("crash-on-ppc-vsx-self-copy", 61 UseOldLatencyCalc("ppc-old-latency-calc", cl::Hidden, 68 : PPCGenInstrInfo(PPC::ADJCALLSTACKDOWN, PPC::ADJCALLSTACKUP), 78 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 | [all...] |
PPCRegisterInfo.cpp | 16 #include "PPC.h" 53 EnableBasePointer("ppc-use-base-pointer", cl::Hidden, cl::init(true), 57 AlwaysBasePointer("ppc-always-use-base-pointer", cl::Hidden, cl::init(false), 61 : PPCGenRegisterInfo(TM.isPPC64() ? PPC::LR8 : PPC::LR, 65 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX; 66 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX [all...] |
PPCFrameLowering.cpp | 1 //===-- PPCFrameLowering.cpp - PPC Frame Information ----------------------===// 10 // This file contains the PPC implementation of TargetFrameLowering class. 34 PPC::V0 , PPC::V1 , PPC::V2 , PPC::V3 , PPC::V4 , PPC::V5 , PPC::V6 , PPC::V7 [all...] |
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | 37 PPC::R0, PPC::R1, PPC::R2, PPC::R3, 38 PPC::R4, PPC::R5, PPC::R6, PPC::R7, 39 PPC::R8, PPC::R9, PPC::R10, PPC::R11 [all...] |
/external/libxml2/win32/wince/ |
libxml2.vcl | 11 /nologo /W3 /Zi /Od /I "..\..\..\include" /I "..\..\include" /I "c:\ppc\libxml\XML\win32\wince" /D "DEBUG" /D _WIN32_WCE=300 /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "WIN32_PLATFORM_PSPC" /D "i486" /D UNDER_CE=300 /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /Fp"X86EMDbg/libxml2.pch" /YX /Fo"X86EMDbg/" /Fd"X86EMDbg/" /Gz /c 12 "C:\ppc\libxml\XML\DOCBparser.c" 13 "C:\ppc\libxml\XML\encoding.c" 14 "C:\ppc\libxml\XML\entities.c" 15 "C:\ppc\libxml\XML\error.c" 16 "C:\ppc\libxml\XML\globals.c" 17 "C:\ppc\libxml\XML\hash.c" 18 "C:\ppc\libxml\XML\list.c" 19 "C:\ppc\libxml\XML\parser.c" 20 "C:\ppc\libxml\XML\parserInternals.c [all...] |
/external/llvm/test/tools/llvm-readobj/ |
relocations.test | 13 RUN: llvm-readobj -r --expand-relocs %p/Inputs/trivial.obj.macho-ppc \ 14 RUN: | FileCheck %s -check-prefix MACHO-PPC 60 MACHO-PPC: Relocations [ 61 MACHO-PPC-NEXT: Section __text { 62 MACHO-PPC-NEXT: Relocation { 63 MACHO-PPC-NEXT: Offset: 0x24 64 MACHO-PPC-NEXT: PCRel: 0 65 MACHO-PPC-NEXT: Length: 2 66 MACHO-PPC-NEXT: Type: PPC_RELOC_LO16_SECTDIFF (11) 67 MACHO-PPC-NEXT: Value: 0x6 [all...] |
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
PPCInstPrinter.cpp | 1 //===-- PPCInstPrinter.cpp - Convert PPC MCInst to assembly syntax --------===// 10 // This class prints an PPC MCInst to a .s file. 33 FullRegNames("ppc-asm-full-reg-names", cl::Hidden, cl::init(false), 59 if (MI->getOpcode() == PPC::RLWINM) { 82 if ((MI->getOpcode() == PPC::OR || MI->getOpcode() == PPC::OR8) && 92 if (MI->getOpcode() == PPC::RLDICR) { 115 if (MI->getOpcode() == PPC::DCBT || MI->getOpcode() == PPC::DCBTST) { 118 if (MI->getOpcode() == PPC::DCBTST [all...] |
/external/clang/test/Driver/ |
darwin-arch-default.c | 1 // Check that the name of the arch we bind is "ppc" not "powerpc". 5 // RUN: FileCheck --check-prefix=CHECK-BIND-PPC < %t %s 7 // CHECK-BIND-PPC: bind-arch, "ppc" 19 // RUN: FileCheck --check-prefix=CHECK-AS-PPC < %t %s 21 // CHECK-AS-PPC: {{as(.exe)?"}} 22 // CHECK-AS-PPC: "-arch" "ppc" 34 // RUN: FileCheck --check-prefix=CHECK-LD-PPC < %t %s 36 // CHECK-LD-PPC: {{ld(.exe)?"} [all...] |
/external/libmtp/src/ |
gphoto2-endian.h | 4 #include "gphoto2-endian-ppc.h"
|
/external/valgrind/drd/tests/ |
pth_create_chain.vgtest | 1 prereq: ./supported_libpthread && [ `uname -m` != ppc ] && [ `uname -m` != ppc64 ] && [ `uname -m` != ppc64le ]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
apuinfo-nul.s | 6 .section ".PPC.EMB.apuinfo"
|