/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
apuinfo-nul1.s | 6 .section ".PPC.EMB.apuinfo"
|
vle.ld | 10 .PPC.EMB.sdata0 : { *(.PPC.EMB.sdata0) }
|
apuinfo-nul.rd | 7 Hex dump of section '.PPC.EMB.apuinfo':
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
test | 2 if gcc -arch ppc -O0 $FILE ../../../Release/ppc/libcompiler_rt.Optimized.a -mlong-double-128
|
/external/llvm/test/tools/llvm-readobj/ |
sections-ext.test | 9 RUN: llvm-readobj --expand-relocs -s -st -sr -sd %p/Inputs/trivial.obj.macho-ppc \ 10 RUN: | FileCheck %s -check-prefix MACHO-PPC 284 MACHO-PPC: Sections [ 285 MACHO-PPC-NEXT: Section { 286 MACHO-PPC-NEXT: Index: 0 287 MACHO-PPC-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00) 288 MACHO-PPC-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) 289 MACHO-PPC-NEXT: Address: 0x0 290 MACHO-PPC-NEXT: Size: 0x3C 291 MACHO-PPC-NEXT: Offset: 52 [all...] |
sections.test | 11 RUN: llvm-readobj -s %p/Inputs/trivial.obj.macho-ppc \ 12 RUN: | FileCheck %s -check-prefix MACHO-PPC 196 MACHO-PPC: Sections [ 197 MACHO-PPC-NEXT: Section { 198 MACHO-PPC-NEXT: Index: 0 199 MACHO-PPC-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00) 200 MACHO-PPC-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) 201 MACHO-PPC-NEXT: Address: 0x0 202 MACHO-PPC-NEXT: Size: 0x3C 203 MACHO-PPC-NEXT: Offset: 52 [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
vec_mul_even_odd.ll | 6 declare <2 x i64> @llvm.ppc.altivec.vmuleuw(<4 x i32>, <4 x i32>) nounwind readnone 7 declare <2 x i64> @llvm.ppc.altivec.vmulesw(<4 x i32>, <4 x i32>) nounwind readnone 8 declare <2 x i64> @llvm.ppc.altivec.vmulouw(<4 x i32>, <4 x i32>) nounwind readnone 9 declare <2 x i64> @llvm.ppc.altivec.vmulosw(<4 x i32>, <4 x i32>) nounwind readnone 10 declare <4 x i32> @llvm.ppc.altivec.vmuluwm(<4 x i32>, <4 x i32>) nounwind readnone 13 %tmp = tail call <2 x i64> @llvm.ppc.altivec.vmuleuw(<4 x i32> %x, <4 x i32> %y) 19 %tmp = tail call <2 x i64> @llvm.ppc.altivec.vmulesw(<4 x i32> %x, <4 x i32> %y) 25 %tmp = tail call <2 x i64> @llvm.ppc.altivec.vmulouw(<4 x i32> %x, <4 x i32> %y) 31 %tmp = tail call <2 x i64> @llvm.ppc.altivec.vmulosw(<4 x i32> %x, <4 x i32> %y)
|
div-e-all.ll | 8 %0 = call i32 @llvm.ppc.divwe(i32 32, i32 16) 14 declare i32 @llvm.ppc.divwe(i32, i32) #1 19 %0 = call i32 @llvm.ppc.divweu(i32 32, i32 16) 25 declare i32 @llvm.ppc.divweu(i32, i32) #1 30 %0 = call i64 @llvm.ppc.divde(i64 32, i64 16) 36 declare i64 @llvm.ppc.divde(i64, i64) #1 41 %0 = call i64 @llvm.ppc.divdeu(i64 32, i64 16) 47 declare i64 @llvm.ppc.divdeu(i64, i64) #1
|
vec_minmax.ll | 5 declare <2 x i64> @llvm.ppc.altivec.vmaxsd(<2 x i64>, <2 x i64>) nounwind readnone 6 declare <2 x i64> @llvm.ppc.altivec.vmaxud(<2 x i64>, <2 x i64>) nounwind readnone 7 declare <2 x i64> @llvm.ppc.altivec.vminsd(<2 x i64>, <2 x i64>) nounwind readnone 8 declare <2 x i64> @llvm.ppc.altivec.vminud(<2 x i64>, <2 x i64>) nounwind readnone 11 %tmp = tail call <2 x i64> @llvm.ppc.altivec.vmaxsd(<2 x i64> %x, <2 x i64> %y) 17 %tmp = tail call <2 x i64> @llvm.ppc.altivec.vmaxud(<2 x i64> %x, <2 x i64> %y) 23 %tmp = tail call <2 x i64> @llvm.ppc.altivec.vminsd(<2 x i64> %x, <2 x i64> %y) 29 %tmp = tail call <2 x i64> @llvm.ppc.altivec.vminud(<2 x i64> %x, <2 x i64> %y)
|
div-e-32.ll | 7 %0 = call i32 @llvm.ppc.divwe(i32 32, i32 16) 13 declare i32 @llvm.ppc.divwe(i32, i32) #1 18 %0 = call i32 @llvm.ppc.divweu(i32 32, i32 16) 24 declare i32 @llvm.ppc.divweu(i32, i32) #1
|
/external/clang/test/CodeGen/ |
builtins-ppc-p7.c | 14 // CHECK: @llvm.ppc.divwe 23 // CHECK: @llvm.ppc.divweu 32 // CHECK: @llvm.ppc.divde 41 // CHECK: @llvm.ppc.divdeu 50 // CHECK: @llvm.ppc.bpermd
|
builtins-ppc-crypto.c | 33 // CHECK: @llvm.ppc.altivec.crypto.vpmsumb 42 // CHECK: @llvm.ppc.altivec.crypto.vpmsumh 51 // CHECK: @llvm.ppc.altivec.crypto.vpmsumw 60 // CHECK: @llvm.ppc.altivec.crypto.vpmsumd 68 // CHECK: @llvm.ppc.altivec.crypto.vsbox 78 // CHECK: @llvm.ppc.altivec.crypto.vpermxor 88 // CHECK: @llvm.ppc.altivec.crypto.vpermxor 98 // CHECK: @llvm.ppc.altivec.crypto.vpermxor 108 // CHECK: @llvm.ppc.altivec.crypto.vpermxor 117 // CHECK: @llvm.ppc.altivec.crypto.vciphe [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCTLSDynamicCall.cpp | 25 #include "PPC.h" 36 #define DEBUG_TYPE "ppc-tls-dynamic-call" 61 if (MI->getOpcode() != PPC::ADDItlsgdLADDR && 62 MI->getOpcode() != PPC::ADDItlsldLADDR && 63 MI->getOpcode() != PPC::ADDItlsgdLADDR32 && 64 MI->getOpcode() != PPC::ADDItlsldLADDR32) { 74 unsigned GPR3 = Is64Bit ? PPC::X3 : PPC::R3; 84 case PPC::ADDItlsgdLADDR: 85 Opc1 = PPC::ADDItlsgdL [all...] |
PPCFastISel.cpp | 16 #include "PPC.h" 149 return MRI.getRegClass(Register)->getID() == PPC::VSFRCRegClassID; 152 return MRI.getRegClass(Register)->getID() == PPC::VSSRCRegClassID; 158 unsigned FP64LoadOpc = PPC::LFD); 212 static Optional<PPC::Predicate> getComparePred(CmpInst::Predicate Pred) { 224 return Optional<PPC::Predicate>(); 228 return PPC::PRED_EQ; 233 return PPC::PRED_GT; 238 return PPC::PRED_GE; 243 return PPC::PRED_LT [all...] |
PPCBranchSelector.cpp | 18 #include "PPC.h" 29 #define DEBUG_TYPE "ppc-branch-select" 56 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector", 143 if (I->getOpcode() == PPC::BCC && !I->getOperand(2).isImm()) 145 else if ((I->getOpcode() == PPC::BC || I->getOpcode() == PPC::BCn) && 148 else if ((I->getOpcode() == PPC::BDNZ8 || I->getOpcode() == PPC::BDNZ || 149 I->getOpcode() == PPC::BDZ8 || I->getOpcode() == PPC::BDZ) & [all...] |
PPCVSXSwapRemoval.cpp | 46 #include "PPC.h" 60 #define DEBUG_TYPE "ppc-vsx-swaps" 174 return (isRegInClass(Reg, &PPC::VSRCRegClass) || 175 isRegInClass(Reg, &PPC::VRRCRegClass)); 180 return (isRegInClass(Reg, &PPC::VSFRCRegClass) || 181 isRegInClass(Reg, &PPC::VSSRCRegClass)); 288 case PPC::XXPERMDI: { 337 case PPC::LVX: 344 case PPC::LXVD2X: 345 case PPC::LXVW4X [all...] |
PPCISelDAGToDAG.cpp | 1 //===-- PPCISelDAGToDAG.cpp - PPC --pattern matching inst selector --------===// 11 // converting from a legalized dag to a PPC dag. 15 #include "PPC.h" 41 #define DEBUG_TYPE "ppc-codegen" 44 cl::opt<bool> ANDIGlueBug("expose-ppc-andi-glue-bug", 45 cl::desc("expose the ANDI glue bug on PPC"), cl::Hidden); 48 UseBitPermRewriter("ppc-use-bit-perm-rewriter", cl::init(true), 49 cl::desc("use aggressive ppc isel for bit permutations"), 52 "ppc-bit-perm-rewriter-stress-rotates", 53 cl::desc("stress rotate selection in aggressive ppc isel for [all...] |
/external/v8/test/cctest/ |
OWNERS | 7 per-file *-ppc*=dstence@us.ibm.com 8 per-file *-ppc*=joransiu@ca.ibm.com 9 per-file *-ppc*=jyan@ca.ibm.com 10 per-file *-ppc*=mbrandy@us.ibm.com 11 per-file *-ppc*=michael_dawson@ca.ibm.com
|
/external/llvm/test/Transforms/InstCombine/ |
aligned-qpx.ll | 5 declare <4 x double> @llvm.ppc.qpx.qvlfs(i8*) #1 11 %vl = call <4 x double> @llvm.ppc.qpx.qvlfs(i8* %hv) 14 ; CHECK: @llvm.ppc.qpx.qvlfs 27 %vl = call <4 x double> @llvm.ppc.qpx.qvlfs(i8* %hv) 30 ; CHECK-NOT: @llvm.ppc.qpx.qvlfs 40 declare void @llvm.ppc.qpx.qvstfs(<4 x double>, i8*) #0 46 call void @llvm.ppc.qpx.qvstfs(<4 x double> %d, i8* %hv) 52 ; CHECK: @llvm.ppc.qpx.qvstfs 60 call void @llvm.ppc.qpx.qvstfs(<4 x double> %d, i8* %hv) 67 ; CHECK-NOT: @llvm.ppc.qpx.qvstf [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test__osx_support.py | 123 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 124 'LDFLAGS': '-arch ppc -arch i386 -g', 126 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g', 127 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 ' 133 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 134 'LDFLAGS': '-arch ppc -arch i386 -g', 136 'BLDSHARED': 'clang -bundle -arch ppc -arch i386 -g', 137 'LDSHARED': 'clang -bundle -arch ppc -arch i386 ' 156 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 157 'LDFLAGS': '-arch ppc -arch i386 -g' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test__osx_support.py | 123 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 124 'LDFLAGS': '-arch ppc -arch i386 -g', 126 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g', 127 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 ' 133 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 134 'LDFLAGS': '-arch ppc -arch i386 -g', 136 'BLDSHARED': 'clang -bundle -arch ppc -arch i386 -g', 137 'LDSHARED': 'clang -bundle -arch ppc -arch i386 ' 156 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 157 'LDFLAGS': '-arch ppc -arch i386 -g' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test__osx_support.py | 123 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 124 'LDFLAGS': '-arch ppc -arch i386 -g', 126 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g', 127 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 ' 133 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 134 'LDFLAGS': '-arch ppc -arch i386 -g', 136 'BLDSHARED': 'clang -bundle -arch ppc -arch i386 -g', 137 'LDSHARED': 'clang -bundle -arch ppc -arch i386 ' 156 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 157 'LDFLAGS': '-arch ppc -arch i386 -g' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test__osx_support.py | 123 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 124 'LDFLAGS': '-arch ppc -arch i386 -g', 126 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g', 127 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 ' 133 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 134 'LDFLAGS': '-arch ppc -arch i386 -g', 136 'BLDSHARED': 'clang -bundle -arch ppc -arch i386 -g', 137 'LDSHARED': 'clang -bundle -arch ppc -arch i386 ' 156 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 157 'LDFLAGS': '-arch ppc -arch i386 -g' [all...] |
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCAsmBackend.cpp | 1 //===-- PPCAsmBackend.cpp - PPC Assembler Backend -------------------------===// 35 case PPC::fixup_ppc_nofixup: 37 case PPC::fixup_ppc_brcond14: 38 case PPC::fixup_ppc_brcond14abs: 40 case PPC::fixup_ppc_br24: 41 case PPC::fixup_ppc_br24abs: 43 case PPC::fixup_ppc_half16: 45 case PPC::fixup_ppc_half16ds: 57 case PPC::fixup_ppc_half16: 58 case PPC::fixup_ppc_half16ds [all...] |
/external/libpng/scripts/ |
smakefile.ppc | 2 # makefile for libpng and SAS C V6.58/7.00 PPC compiler 13 AR = ppc-amigaos-ar 15 RANLIB = ppc-amigaos-ranlib 18 LN = ppc-amigaos-ld
|