| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-ppc.texi | 8 @chapter PowerPC Dependent Features 12 @chapter PowerPC Dependent Features 15 @cindex PowerPC support 17 * PowerPC-Opts:: Options 18 * PowerPC-Pseudo:: PowerPC Assembler Directives 19 * PowerPC-Syntax:: PowerPC Syntax 22 @node PowerPC-Opts 25 @cindex options for PowerPC 26 @cindex PowerPC options 27 @cindex architectures, PowerPC [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-ppc.texi | 8 @chapter PowerPC Dependent Features 12 @chapter PowerPC Dependent Features 15 @cindex PowerPC support 17 * PowerPC-Opts:: Options 18 * PowerPC-Pseudo:: PowerPC Assembler Directives 19 * PowerPC-Syntax:: PowerPC Syntax 22 @node PowerPC-Opts 25 @cindex options for PowerPC 26 @cindex PowerPC options 27 @cindex architectures, PowerPC [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/PowerPC/ |
| H A D | BUILD.gn | 5 td_file = "//llvm/lib/Target/PowerPC/PPC.td" 8 static_library("PowerPC") { 13 # Exegesis reaches inside the Target/PowerPC tablegen internals and must 14 # depend on these Target/PowerPC-internal build targets. 15 "//llvm/lib/Target/PowerPC/MCTargetDesc", 18 include_dirs = [ "//llvm/lib/Target/PowerPC" ]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/PowerPC/ |
| H A D | BUILD.gn | 10 "//llvm/lib/Target/PowerPC", 12 # Exegesis reaches inside the Target/PowerPC tablegen internals and must 13 # depend on these Target/PowerPC-internal build targets. 14 "//llvm/lib/Target/PowerPC/MCTargetDesc", 16 "//llvm/tools/llvm-exegesis/lib/PowerPC", 19 "//llvm/lib/Target/PowerPC",
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | subnode_iterate.dts | 12 PowerPC,970@0 { 13 name = "PowerPC,970"; 29 PowerPC,970@1 { 30 name = "PowerPC,970";
|
| H A D | test01.dts | 17 PowerPC,970@0 { 18 name = "PowerPC,970"; 28 PowerPC,970@1 { 29 name = "PowerPC,970";
|
| H A D | label01.dts | 17 PowerPC,970@0 { 18 name = "PowerPC,970"; 28 PowerPC,970@1 { 29 name = "PowerPC,970";
|
| H A D | fdtdump.dts | 13 PowerPC,970@0 { 18 PowerPC,970@1 {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/PowerPC/ |
| H A D | CMakeLists.txt | 2 ${LLVM_MAIN_SRC_DIR}/lib/Target/PowerPC 3 ${LLVM_BINARY_DIR}/lib/Target/PowerPC 7 PowerPC
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/unittests/Target/PowerPC/ |
| H A D | BUILD.gn | 7 "//llvm/lib/Target/PowerPC:LLVMPowerPCCodeGen", 8 "//llvm/lib/Target/PowerPC/MCTargetDesc", 9 "//llvm/lib/Target/PowerPC/TargetInfo",
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMPowerPCCodeGen/ |
| H A D | Makefile | 7 CPPFLAGS+= -I${LLVM_SRCDIR}/lib/Target/PowerPC 9 .PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC 46 .PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/GISel 54 TABLEGEN_INCLUDES= -I${LLVM_SRCDIR}/lib/Target/PowerPC
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | README | 3 PSIM 1.0.1 - Model of the PowerPC Environments 26 instruction level simulation of the PowerPC environment. It is freely 30 The PowerPC Architecture is described as having three levels of 37 PSIM both implements all three levels of the PowerPC and includes (for 41 of most of the current PowerPC implementations (contributed by Michael 92 a detailed model of most of the PowerPC 98 The PowerPC ISA defines SMP synchronizing instructions. 100 subset of the PowerPC synchronization instructions 111 PSIM implements the PowerPC's big and little (xor 125 PowerPC architecture is implemented. [all …]
|
| H A D | INSTALL | 2 PSIM - model the PowerPC environment 271 The PowerPC architecture defines a number of Special Purpose Registers 343 Include/exclude PowerPC instructions that are specific to a particular 346 Some of the PowerPC instructions included in the file powerpc.igen 366 A given 32bit PowerPC implementation may not include floating point 487 multi-processor PowerPC environment. While the overhead of 521 Set the byte-size of the bus involved in the PowerPC's xor endian byte 524 The PowerPC's implementation of BE/LE mode is different to what a 526 discussed at length in PowerPC documentation. 535 Unless you are expecting to test/debug PowerPC be/le switching code [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
| H A D | README | 3 PSIM 1.0.1 - Model of the PowerPC Environments 26 instruction level simulation of the PowerPC environment. It is freely 30 The PowerPC Architecture is described as having three levels of 37 PSIM both implements all three levels of the PowerPC and includes (for 41 of most of the current PowerPC implementations (contributed by Michael 92 a detailed model of most of the PowerPC 98 The PowerPC ISA defines SMP synchronizing instructions. 100 subset of the PowerPC synchronization instructions 111 PSIM implements the PowerPC's big and little (xor 125 PowerPC architecture is implemented. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/ |
| H A D | targets.gni | 19 "PowerPC", 33 llvm_targets_to_build = [ "PowerPC" ] 66 } else if (target == "PowerPC") { 94 native_target = "PowerPC"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | CMakeLists.txt | 11 if (LLVM_TARGETS_TO_BUILD MATCHES "PowerPC") 12 add_subdirectory(PowerPC) 13 set(TARGETS_TO_APPEND "${TARGETS_TO_APPEND} PowerPC")
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc32/ |
| H A D | README | 36 This directory contains mpn functions for various 32-bit PowerPC chips. 156 PowerPC Microprocessor Family: The Programming Environments for 32-bit 159 PowerPC 604e RISC Microprocessor User's Manual with Supplement for PowerPC 171 http://www.ibm.com/chips/techlib/techlib.nsf/productfamilies/PowerPC 172 http://www.freescale.com/PowerPC
|
| /netbsd-src/sys/arch/ |
| H A D | README | 20 evbppc powerpc,powerpc64 20021209 PowerPC-based eval boards 39 mvmeppc powerpc 20020227 Motorola's PowerPC machines running older PPCBUG 44 ofppc powerpc,powerpc64 19980528 Open Firmware based PowerPC machines 47 prep powerpc 20000229 PowerPC Reference Platform machines 69 powerpc: PowerPC CPU based platform files
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMPowerPCAsmParser/ |
| H A D | Makefile | 8 CPPFLAGS+= -I${PPC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/PowerPC 10 .PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/AsmParser
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMPowerPCDisassembler/ |
| H A D | Makefile | 8 CPPFLAGS+= -I${PPC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/PowerPC 10 .PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/Disassembler
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMPowerPCTargetInfo/ |
| H A D | Makefile | 8 CPPFLAGS+= -I${PPC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/PowerPC 10 .PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/TargetInfo
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | BUILD.gn | 15 "//llvm/lib/Target/PowerPC/MCTargetDesc", 16 "//llvm/lib/Target/PowerPC/TargetInfo",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | BUILD.gn | 16 "//llvm/lib/Target/PowerPC/MCTargetDesc", 17 "//llvm/lib/Target/PowerPC/TargetInfo",
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMPowerPCMCTargetDesc/ |
| H A D | Makefile | 8 CPPFLAGS+= -I${PPC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/PowerPC 10 .PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/MCTargetDesc
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsPowerPC.td | 1 //===- IntrinsicsPowerPC.td - Defines PowerPC intrinsics ---*- tablegen -*-===// 9 // This file defines all of the PowerPC-specific intrinsics. 14 // Definitions for all PowerPC intrinsics. 155 // PowerPC MMA Intrinsic Multi Class Definitions. 177 // PowerPC Altivec Intrinsic Class Definitions. 180 /// PowerPC_Vec_FF_Intrinsic - A PowerPC intrinsic that takes one v4f32 186 /// PowerPC_Vec_FFF_Intrinsic - A PowerPC intrinsic that takes two v4f32 193 /// PowerPC_Vec_BBB_Intrinsic - A PowerPC intrinsic that takes two v16i8 200 /// PowerPC_Vec_HHH_Intrinsic - A PowerPC intrinsic that takes two v8i16 207 /// PowerPC_Vec_WWW_Intrinsic - A PowerPC intrinsic that takes two v4i32 [all …]
|