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

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/CodeGen/PowerPC/
builtins-ppc-p8vector.ll 24 %4 = call <2 x i64> @llvm.ppc.altivec.vbpermq(<16 x i8> %2, <16 x i8> %3)
45 %4 = call <2 x i64> @llvm.ppc.altivec.vbpermq(<16 x i8> %2, <16 x i8> %3)
62 %2 = call <16 x i8> @llvm.ppc.altivec.vgbbd(<16 x i8> %1)
78 %2 = call <16 x i8> @llvm.ppc.altivec.vgbbd(<16 x i8> %1)
88 declare <2 x i64> @llvm.ppc.altivec.vbpermq(<16 x i8>, <16 x i8>)
91 declare <16 x i8> @llvm.ppc.altivec.vgbbd(<16 x i8>)
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 1 //===-- PPCTargetTransformInfo.cpp - PPC specific TTI ---------------------===//
21 static cl::opt<bool> DisablePPCConstHoist("disable-ppc-constant-hoisting",
22 cl::desc("disable constant hoisting on PPC"), cl::init(false), cl::Hidden);
26 // PPC cost model.
186 if (ST->getDarwinDirective() == PPC::DIR_A2) {
204 if (ST->getDarwinDirective() == PPC::DIR_A2)
237 if (Directive == PPC::DIR_440)
242 if (Directive == PPC::DIR_A2)
246 if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500
    [all...]
PPCTOCRegDeps.cpp 66 #include "PPC.h"
85 #define DEBUG_TYPE "ppc-toc-reg-deps"
103 if (MI.getOpcode() == PPC::LDtocL ||
104 MI.getOpcode() == PPC::ADDItocL)
122 MI.addOperand(MachineOperand::CreateReg(PPC::X2,
PPCInstrAltivec.td 40 return PPC::isVPKUHUMShuffleMask(cast<ShuffleVectorSDNode>(N), 0, *CurDAG);
44 return PPC::isVPKUWUMShuffleMask(cast<ShuffleVectorSDNode>(N), 0, *CurDAG);
48 return PPC::isVPKUDUMShuffleMask(cast<ShuffleVectorSDNode>(N), 0, *CurDAG);
52 return PPC::isVPKUHUMShuffleMask(cast<ShuffleVectorSDNode>(N), 1, *CurDAG);
56 return PPC::isVPKUWUMShuffleMask(cast<ShuffleVectorSDNode>(N), 1, *CurDAG);
60 return PPC::isVPKUDUMShuffleMask(cast<ShuffleVectorSDNode>(N), 1, *CurDAG);
67 return PPC::isVPKUHUMShuffleMask(cast<ShuffleVectorSDNode>(N), 2, *CurDAG);
71 return PPC::isVPKUWUMShuffleMask(cast<ShuffleVectorSDNode>(N), 2, *CurDAG);
75 return PPC::isVPKUDUMShuffleMask(cast<ShuffleVectorSDNode>(N), 2, *CurDAG);
80 return PPC::isVMRGLShuffleMask(cast<ShuffleVectorSDNode>(N), 1, 0, *CurDAG)
    [all...]
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"
PPCMIPeephole.cpp 23 #include "PPC.h"
33 #define DEBUG_TYPE "ppc-mi-peepholes"
105 case PPC::XXPERMDI: {
128 if (DefMI && DefMI->getOpcode() == PPC::XXPERMDI) {
141 TII->get(PPC::COPY), MI.getOperand(0).getReg())
166 TII->get(PPC::COPY), MI.getOperand(0).getReg())
PPCCTRLoops.cpp 10 // This pass identifies loops where we can generate the PPC branch instructions
27 #include "PPC.h"
65 static cl::opt<int> CTRLoopLimit("ppc-max-ctrloop", cl::Hidden, cl::init(-1));
147 INITIALIZE_PASS_BEGIN(PPCCTRLoops, "ppc-ctr-loops", "PowerPC CTR Loops",
152 INITIALIZE_PASS_END(PPCCTRLoops, "ppc-ctr-loops", "PowerPC CTR Loops",
160 INITIALIZE_PASS_BEGIN(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
163 INITIALIZE_PASS_END(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
594 if (MO.isDef() && (MO.getReg() == PPC::CTR || MO.getReg() == PPC::CTR8))
597 if (MO.clobbersPhysReg(PPC::CTR) || MO.clobbersPhysReg(PPC::CTR8)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
configure.tgt 87 powerpc*le*) cpu_type=ppc endian=little ;;
88 powerpc*) cpu_type=ppc endian=big ;;
89 rs6000*) cpu_type=ppc ;;
371 ppc-*-pe | ppc-*-cygwin*) fmt=coff em=pe ;;
372 ppc-*-winnt*) fmt=coff em=pe ;;
373 ppc-*-aix5.[01]) fmt=coff em=aix5 ;;
374 ppc-*-aix[5-9].*) fmt=coff em=aix5 ;;
375 ppc-*-aix*) fmt=coff ;;
376 ppc-*-beos*) fmt=coff ;
    [all...]
  /external/clang/test/OpenMP/
simd_metadata.c 7 // RUN: %clang_cc1 -fopenmp -triple powerpc64-unknown-unknown -emit-llvm %s -o - | FileCheck %s -check-prefix=CHECK -check-prefix=PPC
8 // RUN: %clang_cc1 -fopenmp -triple powerpc64-unknown-unknown -target-abi elfv1-qpx -emit-llvm %s -o - | FileCheck %s -check-prefix=CHECK -check-prefix=PPC-QPX
24 // PPC-NEXT: [[A_MASKEDPTR:%.+]] = and i{{[0-9]+}} [[A_PTRINT]], 15
25 // PPC-QPX-NEXT: [[A_MASKEDPTR:%.+]] = and i{{[0-9]+}} [[A_PTRINT]], 15
34 // PPC-NEXT: [[B_MASKEDPTR:%.+]] = and i{{[0-9]+}} [[B_PTRINT]], 15
35 // PPC-QPX-NEXT: [[B_MASKEDPTR:%.+]] = and i{{[0-9]+}} [[B_PTRINT]], 31
55 // PPC-NEXT: [[A_MASKEDPTR:%.+]] = and i{{[0-9]+}} [[A_PTRINT]], 15
56 // PPC-QPX-NEXT: [[A_MASKEDPTR:%.+]] = and i{{[0-9]+}} [[A_PTRINT]], 15
65 // PPC-NEXT: [[B_MASKEDPTR:%.+]] = and i{{[0-9]+}} [[B_PTRINT]], 15
66 // PPC-QPX-NEXT: [[B_MASKEDPTR:%.+]] = and i{{[0-9]+}} [[B_PTRINT]], 3
    [all...]
  /external/v8/tools/gyp/
v8.gyp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/productBuild/
allElements.xml 66 <property name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.ppc" value="true" />
67 <target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.ppc">
69 <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.ppc.zip"/>
108 <property name="assemble.org.eclipse.pde.build.container.feature.aix.motif.ppc" value="true" />
109 <target name="assemble.org.eclipse.pde.build.container.feature.aix.motif.ppc">
111 <property name="archiveName" value="${archiveNamePrefix}-aix.motif.ppc.zip"/>
122 <property name="assemble.org.eclipse.pde.build.container.feature.macosx.carbon.ppc" value="true" />
123 <target name="assemble.org.eclipse.pde.build.container.feature.macosx.carbon.ppc">
125 <property name="archiveName" value="${archiveNamePrefix}-macosx.carbon.ppc.zip"/>
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
FreeType.ppc_carbon.make.txt 17 Sym-PPC = -sym off
29 {Includes} {Sym-PPC} -d TARGET_API_MAC_CARBON=1
79 ObjFiles-PPC = \xB6
124 LibFiles-PPC =
146 FreeType.ppc_carbon.o \xC4\xC4 {ObjFiles-PPC} {LibFiles-PPC} {\xA5MondoBuild\xA5}
149 {ObjFiles-PPC} \xB6
150 {LibFiles-PPC} \xB6
151 {Sym-PPC} \xB6
FreeType.ppc_classic.make.txt 17 Sym-PPC = -sym off
29 {Includes} {Sym-PPC}
79 ObjFiles-PPC = \xB6
124 LibFiles-PPC =
146 FreeType.ppc_classic.o \xC4\xC4 {ObjFiles-PPC} {LibFiles-PPC} {\xA5MondoBuild\xA5}
149 {ObjFiles-PPC} \xB6
150 {LibFiles-PPC} \xB6
151 {Sym-PPC} \xB6
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_ppc.h 36 * produced on ppc. These files may be read on any platform provided
75 * mach/ppc/_types.h
84 /* fpregs is a double[32] in mach/ppc/_types.h, but a uint64_t is used
95 /* Vector registers (including vscr) are 128 bits, but mach/ppc/_types.h
133 uint32_t mq; /* Multiply/Quotient (PPC 601, POWER only) */
  /external/libpng/scripts/
README.txt 49 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
50 (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
61 SCOPTIONS.ppc => Used with smakefile.ppc
  /external/llvm/include/llvm/IR/
IntrinsicsPowerPC.td 19 let TargetPrefix = "ppc" in { // All intrinsics start with "llvm.ppc.".
63 let TargetPrefix = "ppc" in { // All PPC intrinsics start with "llvm.ppc.".
159 let TargetPrefix = "ppc" in { // All intrinsics start with "llvm.ppc.".
379 let TargetPrefix = "ppc" in { // All PPC intrinsics start with "llvm.ppc."
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/po/
zh_CN.po 596 #: ppc-opc.c:794 ppc-opc.c:822
600 #: ppc-opc.c:824
604 #: ppc-opc.c:852
608 #: ppc-opc.c:871
612 #: ppc-opc.c:873
616 #: ppc-opc.c:892 ppc-opc.c:937 ppc-opc.c:981
620 #: ppc-opc.c:89
    [all...]
  /external/llvm/test/tools/llvm-readobj/
reloc-types.test 4 // Todo: ELF-PPC, ELF-HEXAGON
101 ELF-PPC: Type: R_PPC_NONE (0)
102 ELF-PPC: Type: R_PPC_ADDR32 (1)
103 ELF-PPC: Type: R_PPC_ADDR24 (2)
104 ELF-PPC: Type: R_PPC_ADDR16 (3)
105 ELF-PPC: Type: R_PPC_ADDR16_LO (4)
106 ELF-PPC: Type: R_PPC_ADDR16_HI (5)
107 ELF-PPC: Type: R_PPC_ADDR16_HA (6)
108 ELF-PPC: Type: R_PPC_ADDR14 (7)
109 ELF-PPC: Type: R_PPC_ADDR14_BRTAKEN (8
    [all...]
file-headers.test 17 RUN: llvm-readobj -h %p/Inputs/trivial.obj.macho-ppc \
18 RUN: | FileCheck %s -check-prefix MACHO-PPC
168 MACHO-PPC: File: {{(.*[/\\])?}}trivial.obj.macho-ppc
169 MACHO-PPC-NEXT: Format: Mach-O 32-bit ppc
170 MACHO-PPC-NEXT: Arch: powerpc
171 MACHO-PPC-NEXT: AddressSize: 32bit
172 MACHO-PPC-NEXT: MachHeader {
173 MACHO-PPC-NEXT: Magic: Magic (0xFEEDFACE
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 1 //===-- PPCELFObjectWriter.cpp - PPC ELF Writer ---------------------------===//
80 case PPC::fixup_ppc_br24:
81 case PPC::fixup_ppc_br24abs:
95 case PPC::fixup_ppc_brcond14:
96 case PPC::fixup_ppc_brcond14abs:
99 case PPC::fixup_ppc_half16:
116 case PPC::fixup_ppc_half16ds:
132 case PPC::fixup_ppc_br24abs:
135 case PPC::fixup_ppc_brcond14abs:
138 case PPC::fixup_ppc_half16
    [all...]
PPCMachObjectWriter.cpp 1 //===-- PPCMachObjectWriter.cpp - PPC Mach-O Writer -----------------------===//
69 case PPC::fixup_ppc_brcond14:
70 case PPC::fixup_ppc_half16:
71 case PPC::fixup_ppc_br24:
81 /// Translates generic PPC fixup kind to Mach-O/PPC relocation type enum.
96 case PPC::fixup_ppc_br24:
99 case PPC::fixup_ppc_brcond14:
102 case PPC::fixup_ppc_half16:
122 case PPC::fixup_ppc_half16
    [all...]
  /external/lzma/DOC/
Methods.txt 30 05 - PPC (Big Endian)
50 02 - PPC
51 05 - PPC (Big Endian)
  /external/curl/src/macos/
MACINSTALL.TXT 33 MACOS (not MACOS X) =================== This is the first attempt at porting cURL to MacOS. http, ftp, dict and telnet seems to work fine, other protocols and advanced features have not been all tested. This port is heavily based on the GUSI library from Matthias Neeracher. GUSI (Grand Unified Socket Interface) is a POSIX/Pthreads/Sockets library bringing some of the comforts of UNIX 98 to traditional MacOS. The latest GUSI release can be downloaded from sourceforge at <http://sourceforge.net/projects/gusi/> I have also written a few functions to help port Unix applications to MacOS. These functions are part of the GUSI Extra library that can be downloaded at <http://perso.wanadoo.fr/ela/resources.html#gusiextra> OpenSSL support is still experimental but I hope to deliver a version including SSL soon. cURL for MacOS requires using the CodeWarrior compiler from Metrowerks. First download GUSI, GUSI Extra and cURL. Access paths have been setup so that GUSI, GUSI Extra and cURL directories should have the same parent directory. Follow the instructions in GUSI Extra "readme.txt" mainly the ones related to SIOUX and GUSI patches. If you do not apply these patches curl will not behave correctly. In the 'curl/src/macos' directory, decode "curl.mcp.xml.sit.hqx" (This is a stuffit binhexed file) From the CodeWarrior IDE, import 'curl/src/macos/curl.xml', adjust the access paths if required. Then you should be able to build: - the libcurl libraries for PPC and 68K. - the curl application (also available for PPC and 68K) which is the command line version of cURL. If the file "tool_hugehelp.c" is missing rename "curl/src/tool_hugehelp.c.cvs" to "tool_hugehelp.c" and make sure its file type is 'TEXT'
  /external/v8/src/crankshaft/
lithium-inl.h 23 #include "src/crankshaft/ppc/lithium-ppc.h" // NOLINT
  /toolchain/binutils/binutils-2.25/opcodes/
ChangeLog-2012 17 * ppc-opc.c (insert_sci8, extract_sci8): Rewrite.
37 * ppc-dis.c (ppc_parse_cpu): Add "sticky" param. Track bits
122 * ppc-opc (powerpc_opcodes): "lfdp" and "stfdp" use DS offset.
131 * ppc-opc.c (powerpc_opcodes) <vcfpsxws>: Fix opcode spelling.
173 * ppc-dis.c (ppc_opts) <altivec>: Use PPC_OPCODE_ALTIVEC2;
174 * ppc-opc.c (VBA): New define.
273 * ppc-opc.c (VXASHB_MASK): New define.
278 * ppc-opc.c (UIMM4, UIMM3, UIMM2, VXVA_MASK, VXVB_MASK, VXVAVB_MASK,
373 * ppc-opc.c (powerpc_opcodes): Changed opcode for vabsdub,
395 * ppc-opc.c (powerpc_opcodes) <"lswx">: Use RAX for the second an
    [all...]

Completed in 1200 milliseconds

1 2 3 4 5 67 8 91011>>