/external/valgrind/coregrind/ |
m_libcbase.c | 491 Bool VG_(parse_Addr) ( const HChar** ppc, Addr* result ) 494 if (**ppc != '0') 496 (*ppc)++; 497 if (**ppc != 'x') 499 (*ppc)++; 502 while (isHex(**ppc)) { 503 // ??? need to vg_assert(d < fromHex(**ppc)); 504 *result = ((*result) << 4) | fromHex(**ppc); 505 (*ppc)++;
|
pub_core_machine.h | 134 # define VG_FRAME_PTR guest_GPR1 // No frame ptr for PPC 138 # define VG_FRAME_PTR guest_GPR1 // No frame ptr for PPC 198 (2) from the AT_SYSINFO entries the kernel gave us (ppc cache
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/ |
README | 39 ppc target: Apple MrC 5.0.0d3c1 69 at all. At present, static library for ppc target 98 CFM binary executable format for ppc MacOS: 103 CFM binary executable format for ppc MacOS: 391 ppc Toolbox CFM, CarbonLib 1.0 too. But its base:
|
/external/llvm/lib/Target/PowerPC/ |
PPCSchedule440.td | 1 //===-- PPCSchedule440.td - PPC 440 Scheduling Definitions -*- tablegen -*-===// 14 // The basic PPC 440 does not include a floating-point unit; the pipeline 16 // PPC-440- and PPC-450-based Blue Gene (L and P) supercomputers. 97 // This file defines the itinerary class data for the PPC 440 processor. [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ChangeLog-2013 | 173 * config/tc-ppc.c (ppc_elf_localentry): Add cast. 200 * config/tc-ppc.c (md_pseudo_table): Add .localentry. 208 * config/tc-ppc.c: Include elf/ppc64.h. 212 * config/tc-ppc.h (md_end): Define. 216 * config/tc-ppc.c (SEX16): Don't mask. 357 * config/tc-ppc.c (md_apply_fix): Handle defined after use toc 492 * config/tc-ppc.c (ppc_elf_cons): Allow @l and other reloc 497 * config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1. 501 * config/tc-ppc.c (ppc_comm): Accept optional fourth .lcomm 737 * config/tc-ppc.c (md_apply_fix): Adjust BFD_RELOC_PPC_B16 o [all...] |
/toolchain/binutils/binutils-2.25/opcodes/po/ |
es.po | [all...] |
vi.po | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
ppc-dis.c | 0 /* ppc-dis.c -- Disassemble PowerPC instructions 26 #include "elf/ppc.h" 28 #include "opcode/ppc.h" 154 { "ppc", (PPC_OPCODE_PPC), 745 The following PPC specific disassembler options are supported for use with\n\
|
ChangeLog-2011 | 9 * ppc-opc.c (ISA_V2): Define and use for relevant BO field tests. 15 * ppc-dis.c (print_insn_powerpc): Delete dialect_orig. Instead 84 * ppc-opc.c (powerpc_opcodes) <drrndq, drrndq., dtstexq, dctqpq, 142 * ppc-opc.c (insert_nbi, insert_rbx, FRAp, FRBp, FRSp, FRTp, NBI, RAX, 575 * ppc-opc.c: (powerpc_opcodes): Enable icswx for POWER7. 722 * ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS.
|
/external/autotest/client/site_tests/platform_StackProtector/ |
binutils-2.19.1.tar.bz2 | |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | [all...] |
/toolchain/binutils/binutils-2.25/bfd/po/ |
es.po | [all...] |
fr.po | [all...] |
vi.po | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ChangeLog-9697 | [all...] |
ChangeLog-2009 | 26 * elf64-ppc.c: Delete my email address. 38 * elf32-ppc.c (update_plt_info): Clear sec here when addend is 56 * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Don't abort if symbol 129 * elf32-ppc.c: Likewise. 138 * elf64-ppc.c: Likewise. 188 * elf32-ppc.c (ppc_elf_relocate_section): Delete __tls_get_addr 191 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. 264 * elf64-ppc.c (ppc64_elf_relocate_section): Move code for R_PPC64_TLS 266 * elf32-ppc.c (_bfd_elf_ppc_at_tls_transform): ..here. New function. 664 * elf32-ppc.c (TLS_GET_ADDR_GLINK_SIZE): Define [all...] |
configure.ac | [all...] |
/external/clang/test/Driver/ |
linux-as.c | 103 // RUN: %clang -target ppc-linux -mcpu=invalid-cpu -### \ 105 // RUN: | FileCheck -check-prefix=CHECK-PPC-NO-MCPU %s 106 // CHECK-PPC-NO-MCPU-NOT: as{{.*}} "-mcpu=invalid-cpu"
|
/external/google-breakpad/src/processor/ |
stackwalker_selftest.cc | 31 // running process' stack as test data, if running on an x86 or ppc and 204 // is the stack pointer on ppc. Because it's implemented as a function, 420 // Not i386 or ppc or sparc? We can only test stacks we know how to walk.
|
/external/google-breakpad/src/tools/mac/crash_report/ |
crash_report.mm | 112 // PPC only: Adjust the instruction to match that of Crash reporter. The 115 if (cpu == "ppc" && frame_index) 163 } else if (cpu == "ppc") {
|
/external/llvm/utils/buildit/ |
build_llvm | 10 # compilers will run on. For instance, "ppc i386". If the current machine 264 # PPC objects! 345 # PPC objects!
|
/external/opencv/cv/src/ |
cvsubdivision2d.cpp | 520 CvPoint2D32f ppA, ppB, ppC; 545 ppC = cvPoint2D32f( rx - big_coord, ry - big_coord ); 549 pC = cvSubdiv2DAddPoint( subdiv, ppC, 0 );
|
/external/valgrind/drd/tests/ |
Makefile.am | 279 tc04_free_lock.stderr.exp-ppc \ 293 tc09_bad_unlock.stderr.exp-ppc \ 325 tc23_bogus_condwait.stderr.exp-linux-ppc \
|
/toolchain/binutils/binutils-2.25/binutils/ |
MAINTAINERS | 119 PPC Geoff Keating <geoffk@geoffk.org> 120 PPC Alan Modra <amodra@gmail.com> 121 PPC vector ext Aldy Hernandez <aldyh@redhat.com>
|
/external/v8/build/ |
toolchain.gypi | 137 host_arch=="ppc" or host_arch=="ppc64" or \ 149 target_arch=="ppc" or target_arch=="ppc64" or target_arch=="s390" or \ 318 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 349 }], # ppc [all...] |