Home
last modified time | relevance | path

Searched refs:PowerPC (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/openbsd-src/gnu/usr.bin/clang/include/llvm/PowerPC/
H A DMakefile29 PPCGenAsmMatcher.inc: ${LLVM_SRCS}/lib/Target/PowerPC/PPC.td
31 -I${LLVM_SRCS}/include -I${LLVM_SRCS}/lib/Target/PowerPC \
34 PPCGenAsmWriter.inc: ${LLVM_SRCS}/lib/Target/PowerPC/PPC.td
36 -I${LLVM_SRCS}/include -I${LLVM_SRCS}/lib/Target/PowerPC \
39 PPCGenCallingConv.inc: ${LLVM_SRCS}/lib/Target/PowerPC/PPC.td
41 -I${LLVM_SRCS}/include -I${LLVM_SRCS}/lib/Target/PowerPC \
44 PPCGenDAGISel.inc: ${LLVM_SRCS}/lib/Target/PowerPC/PPC.td
46 -I${LLVM_SRCS}/include -I${LLVM_SRCS}/lib/Target/PowerPC \
49 PPCGenDisassemblerTables.inc: ${LLVM_SRCS}/lib/Target/PowerPC/PPC.td
51 -I${LLVM_SRCS}/include -I${LLVM_SRCS}/lib/Target/PowerPC \
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-ppc.texi8 @chapter PowerPC Dependent Features
12 @chapter PowerPC Dependent Features
15 @cindex PowerPC support
17 * PowerPC-Opts:: Options
18 * PowerPC-Pseudo:: PowerPC Assembler Directives
21 @node PowerPC-Opts
24 @cindex options for PowerPC
25 @cindex PowerPC options
26 @cindex architectures, PowerPC
27 @cindex PowerPC architectures
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-ppc.texi8 @chapter PowerPC Dependent Features
12 @chapter PowerPC Dependent Features
15 @cindex PowerPC support
17 * PowerPC-Opts:: Options
18 * PowerPC-Pseudo:: PowerPC Assembler Directives
21 @node PowerPC-Opts
24 @cindex options for PowerPC
25 @cindex PowerPC options
26 @cindex architectures, PowerPC
27 @cindex PowerPC architectures
[all …]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/PowerPC/
H A DBUILD.gn5 td_file = "//llvm/lib/Target/PowerPC/PPC.td"
8 static_library("PowerPC") {
14 # Exegesis reaches inside the Target/PowerPC tablegen internals and must
15 # depend on these Target/PowerPC-internal build targets.
16 "//llvm/lib/Target/PowerPC/MCTargetDesc",
19 include_dirs = [ "//llvm/lib/Target/PowerPC" ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/PowerPC/
H A DBUILD.gn10 "//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",
/openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCInfo/
H A DMakefile6 CPPFLAGS+= -I${.OBJDIR}/../include/llvm/PowerPC \
7 -I${LLVM_SRCS}/lib/Target/PowerPC
11 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/PowerPC/TargetInfo
/openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCAsmParser/
H A DMakefile6 CPPFLAGS+= -I${.OBJDIR}/../include/llvm/PowerPC \
7 -I${LLVM_SRCS}/lib/Target/PowerPC
11 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/PowerPC/AsmParser
/openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCDisassembler/
H A DMakefile6 CPPFLAGS+= -I${.OBJDIR}/../include/llvm/PowerPC \
7 -I${LLVM_SRCS}/lib/Target/PowerPC
11 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/PowerPC/Disassembler
/openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/
H A DMakefile6 CPPFLAGS+= -I${.OBJDIR}/../include/llvm/PowerPC \
7 -I${LLVM_SRCS}/lib/Target/PowerPC
54 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/PowerPC
55 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/PowerPC/GISel
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/PowerPC/
H A DCMakeLists.txt2 ${LLVM_MAIN_SRC_DIR}/lib/Target/PowerPC
3 ${LLVM_BINARY_DIR}/lib/Target/PowerPC
7 PowerPC
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/PowerPC/
H A DBUILD.gn7 "//llvm/lib/Target/PowerPC:LLVMPowerPCCodeGen",
8 "//llvm/lib/Target/PowerPC/MCTargetDesc",
9 "//llvm/lib/Target/PowerPC/TargetInfo",
/openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCDesc/
H A DMakefile6 CPPFLAGS+= -I${.OBJDIR}/../include/llvm/PowerPC \
7 -I${LLVM_SRCS}/lib/Target/PowerPC
21 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/PowerPC/MCTargetDesc
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.opt37 Use PowerPC instruction set
41 Do not use PowerPC instruction set
45 Use PowerPC-64 instruction set
49 Use PowerPC General Purpose group optional instructions
53 Use PowerPC Graphics group optional instructions
57 Use PowerPC V2.01 single field mfcr instruction
61 Use PowerPC V2.02 popcntb instruction
65 Use PowerPC V2.02 floating point rounding instructions
89 Use new mnemonics for PowerPC architecture
93 Use old mnemonics for PowerPC architecture
H A D40x.md1 ;; Scheduling description for IBM PowerPC 403 and PowerPC 405 processors.
26 ;; Embedded PowerPC controller
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/Disassembler/
H A DBUILD.gn15 "//llvm/lib/Target/PowerPC/MCTargetDesc",
16 "//llvm/lib/Target/PowerPC/TargetInfo",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/AsmParser/
H A DBUILD.gn16 "//llvm/lib/Target/PowerPC/MCTargetDesc",
17 "//llvm/lib/Target/PowerPC/TargetInfo",
/openbsd-src/gnu/usr.bin/clang/
H A DMakefile.arch3 LLVM_ARCHS=AArch64 AMDGPU ARM Mips PowerPC RISCV Sparc X86
9 LLVM_ARCH= PowerPC
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/
H A Dtargets.gni21 "PowerPC",
39 native_target = "PowerPC"
84 } else if (target == "PowerPC") {
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DCMakeLists.txt9 if (LLVM_TARGETS_TO_BUILD MATCHES "PowerPC")
10 list(APPEND LLVM_EXEGESIS_TARGETS "PowerPC")
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DCMakeLists.txt1 add_llvm_component_group(PowerPC HAS_JIT)
83 PowerPC
H A DPPCCallingConv.td1 //===- PPCCallingConv.td - Calling Conventions for PowerPC -*- tablegen -*-===//
9 // This describes the calling conventions for the PowerPC 32- and 64-bit
47 // Return-value convention for PowerPC coldcc.
69 // Return-value convention for PowerPC
116 // PowerPC, but handle all the complexities of the ABI in the lowering
120 // Simple calling convention for 64-bit ELF PowerPC fast isel.
135 // Simple return-value convention for 64-bit ELF PowerPC fast isel.
160 // PowerPC System V Release 4 32-bit ABI
/openbsd-src/gnu/llvm/llvm/docs/
H A DCompilerWriterInfo.rst55 PowerPC section in Hardware
75 Embedded PowerPC Processors manuals and docs argument
78 * `Book E: Enhanced PowerPC Architecture <https://www.nxp.com/docs/en/user-guide/BOOK_EUM.pdf>`_
89 * `PowerPC Compiler Writer's Guide <http://www.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20… argument
90 * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_
92 * `PowerPC ABI documents <http://penguinppc.org/dev/#library>`_
172 * `PowerPC 64-bit ELF ABI Supplement <http://www.linuxbase.org/spec/ELF/ppc64/>`_
/openbsd-src/gnu/llvm/llvm/
H A DCREDITS.TXT31 D: PowerPC backend developer
61 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
131 D: Basic-block autovectorization, PowerPC backend improvements
155 D: Portions of the PowerPC backend
227 D: PowerPC Backend Developer
429 D: PowerPC Backend Developer
547 D: PowerPC Backend Developer
555 D: PowerPC Backend Developer
559 D: PowerPC Backend Developer
567 D: PowerPC Analysis
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td1 //===- IntrinsicsPowerPC.td - Defines PowerPC intrinsics ---*- tablegen -*-===//
9 // This file defines all of the PowerPC-specific intrinsics.
14 // Definitions for all PowerPC intrinsics.
228 // PowerPC MMA Intrinsic Multi Class Definitions.
255 // PowerPC Altivec Intrinsic Class Definitions.
258 /// PowerPC_Vec_FF_Intrinsic - A PowerPC intrinsic that takes one v4f32
264 /// PowerPC_Vec_FFF_Intrinsic - A PowerPC intrinsic that takes two v4f32
271 /// PowerPC_Vec_BBB_Intrinsic - A PowerPC intrinsic that takes two v16i8
278 /// PowerPC_Vec_HHH_Intrinsic - A PowerPC intrinsic that takes two v8i16
285 /// PowerPC_Vec_WWW_Intrinsic - A PowerPC intrinsic that takes two v4i32
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/TargetInfo/
H A DCMakeLists.txt9 PowerPC

12345678910>>...12