Searched refs:Sparc (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp1 //===-- SparcAsmBackend.cpp - Sparc Assembler Backend ---------------------===//
33 case Sparc::fixup_sparc_wplt30:
34 case Sparc::fixup_sparc_call30:
37 case Sparc::fixup_sparc_br22:
40 case Sparc::fixup_sparc_br19:
43 case Sparc::fixup_sparc_br16_2:
46 case Sparc::fixup_sparc_br16_14:
49 case Sparc::fixup_sparc_pc22:
50 case Sparc::fixup_sparc_got22:
51 case Sparc
[all...]
H A DSparcELFObjectWriter.cpp1 //===-- SparcELFObjectWriter.cpp - Sparc ELF Writer -----------------------===//
59 case Sparc::fixup_sparc_call30: return ELF::R_SPARC_WDISP30;
60 case Sparc::fixup_sparc_br22: return ELF::R_SPARC_WDISP22;
61 case Sparc::fixup_sparc_br19: return ELF::R_SPARC_WDISP19;
62 case Sparc::fixup_sparc_pc22: return ELF::R_SPARC_PC22;
63 case Sparc::fixup_sparc_pc10: return ELF::R_SPARC_PC10;
64 case Sparc::fixup_sparc_wplt30: return ELF::R_SPARC_WPLT30;
81 case Sparc::fixup_sparc_13: return ELF::R_SPARC_13;
82 case Sparc::fixup_sparc_hi22: return ELF::R_SPARC_HI22;
83 case Sparc
[all...]
H A DSparcMCExpr.cpp1 //===-- SparcMCExpr.cpp - Sparc specific MC expression classes --------===//
10 // accepted by the Sparc architecture (e.g. "%hi", "%lo", ...).
125 Sparc::Fixups SparcMCExpr::getFixupKind(SparcMCExpr::VariantKind Kind) {
128 case VK_Sparc_LO: return Sparc::fixup_sparc_lo10;
129 case VK_Sparc_HI: return Sparc::fixup_sparc_hi22;
130 case VK_Sparc_H44: return Sparc::fixup_sparc_h44;
131 case VK_Sparc_M44: return Sparc::fixup_sparc_m44;
132 case VK_Sparc_L44: return Sparc::fixup_sparc_l44;
133 case VK_Sparc_HH: return Sparc::fixup_sparc_hh;
134 case VK_Sparc_HM: return Sparc
[all...]
H A DSparcFixupKinds.h1 //===-- SparcFixupKinds.h - Sparc Specific Fixup Entries --------*- C++ -*-===//
15 namespace Sparc { namespace in namespace:llvm
H A DSparcMCExpr.h1 //====- SparcMCExpr.h - Sparc specific MC expression classes --*- C++ -*-=====//
9 // This file describes Sparc-specific MCExprs, used for modifiers like
88 Sparc::Fixups getFixupKind() const { return getFixupKind(Kind); }
110 static Sparc::Fixups getFixupKind(VariantKind Kind);
H A DSparcMCCodeEmitter.cpp1 //===-- SparcMCCodeEmitter.cpp - Convert Sparc code to machine code -------===//
175 Kind = IsPic ? MCFixupKind(Sparc::fixup_sparc_got13)
176 : MCFixupKind(Sparc::fixup_sparc_13);
219 (MCFixupKind)Sparc::fixup_sparc_br22));
232 (MCFixupKind)Sparc::fixup_sparc_br19));
245 (MCFixupKind)Sparc::fixup_sparc_br16_2));
247 (MCFixupKind)Sparc::fixup_sparc_br16_14));
H A DSparcInstPrinter.cpp1 //===-- SparcInstPrinter.cpp - Convert Sparc MCInst to assembly syntax -----==//
9 // This class prints an Sparc MCInst to a .s file.
14 #include "Sparc.h"
25 // The generated AsmMatcher SparcGenAsmWriter uses "Sparc" as the target
28 namespace Sparc { namespace in namespace:llvm
38 return (STI.getFeatureBits()[Sparc::FeatureV9]) != 0;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1 //===-- SparcAsmParser.cpp - Parse Sparc assembly to MCInst instructions --===//
40 // The generated AsmMatcher SparcGenAsmMatcher uses "Sparc" as the target
43 namespace Sparc { namespace in namespace:llvm
47 } // end namespace Sparc
80 // Custom parse functions for Sparc specific operands.
136 Sparc::G0, Sparc::G1, Sparc::G2, Sparc::G3,
137 Sparc
[all...]
/netbsd-current/external/apache2/llvm/lib/libLLVMSparcAsmParser/
H A DMakefile8 CPPFLAGS+= -I${SPARC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/Sparc
10 .PATH: ${LLVM_SRCDIR}/lib/Target/Sparc/AsmParser
/netbsd-current/external/apache2/llvm/lib/libLLVMSparcDisassembler/
H A DMakefile8 CPPFLAGS+= -I${SPARC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/Sparc
10 .PATH: ${LLVM_SRCDIR}/lib/Target/Sparc/Disassembler
/netbsd-current/external/apache2/llvm/lib/libLLVMSparcTargetInfo/
H A DMakefile8 CPPFLAGS+= -I${SPARC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/Sparc
10 .PATH: ${LLVM_SRCDIR}/lib/Target/Sparc/TargetInfo
/netbsd-current/external/apache2/llvm/lib/libLLVMSparcMCTargetDesc/
H A DMakefile8 CPPFLAGS+= -I${SPARC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/Sparc
10 .PATH: ${LLVM_SRCDIR}/lib/Target/Sparc/MCTargetDesc
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_types.h39 Sparc, enumerator in enum:Platform_t
H A DDisasm.cc166 need_swap_endian = (DbeSession::platform == Sparc);
170 case Sparc:
172 need_swap_endian = (DbeSession::platform != Sparc);
208 case Sparc:
H A DLoadObject.cc248 case Sparc:
251 platform = (wsz == W64) ? Sparcv9 : Sparc;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_types.h39 Sparc, enumerator in enum:Platform_t
H A DDisasm.cc166 need_swap_endian = (DbeSession::platform == Sparc);
170 case Sparc:
172 need_swap_endian = (DbeSession::platform != Sparc);
208 case Sparc:
H A DLoadObject.cc248 case Sparc:
251 platform = (wsz == W64) ? Sparcv9 : Sparc;
/netbsd-current/external/apache2/llvm/lib/libLLVMSparcCodeGen/
H A DMakefile7 .PATH: ${LLVM_SRCDIR}/lib/Target/Sparc
23 TABLEGEN_SRC= Sparc.td
24 TABLEGEN_INCLUDES= -I${LLVM_SRCDIR}/lib/Target/Sparc
/netbsd-current/external/apache2/llvm/lib/libclangBasic/
H A DMakefile67 Sparc.cpp \
/netbsd-current/external/apache2/llvm/lib/libclangDriver/
H A DMakefile80 Sparc.cpp \
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dsparcv9.asm1 dnl Sparc v9 32-bit time stamp counter access routine.
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_hw_t4.inc11 * Sparc t4 support for AES modes ecb, cbc, ofb, cfb, ctr.
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dsparc.cc1816 // necessary due to how, on Sparc and some other targets, .rela.dyn
3122 typedef Target_sparc<size, big_endian> Sparc; typedef
3127 gold::gc_process_relocs<size, big_endian, Sparc, Scan, Classify_reloc>(
3158 typedef Target_sparc<size, big_endian> Sparc; typedef
3169 gold::scan_relocs<size, big_endian, Sparc, Scan, Classify_reloc>(
4252 typedef Target_sparc<size, big_endian> Sparc; typedef
4259 gold::relocate_section<size, big_endian, Sparc, Sparc_relocate,
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dsparc.cc1816 // necessary due to how, on Sparc and some other targets, .rela.dyn
3122 typedef Target_sparc<size, big_endian> Sparc; typedef
3127 gold::gc_process_relocs<size, big_endian, Sparc, Scan, Classify_reloc>(
3158 typedef Target_sparc<size, big_endian> Sparc; typedef
3169 gold::scan_relocs<size, big_endian, Sparc, Scan, Classify_reloc>(
4252 typedef Target_sparc<size, big_endian> Sparc; typedef
4259 gold::relocate_section<size, big_endian, Sparc, Sparc_relocate,

Completed in 200 milliseconds

12