HomeSort by relevance Sort by last modified time
    Searched defs:Sparc (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 1 //===-- SparcInstPrinter.cpp - Convert Sparc MCInst to assembly syntax -----==//
10 // This class prints an Sparc MCInst to a .s file.
15 #include "Sparc.h"
25 // The generated AsmMatcher SparcGenAsmWriter uses "Sparc" as the target
26 // namespace. But SPARC backend uses "SP" as its namespace.
28 namespace Sparc {
38 return (STI.getFeatureBits()[Sparc::FeatureV9]) != 0;
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcFixupKinds.h 1 //===-- SparcFixupKinds.h - Sparc Specific Fixup Entries --------*- C++ -*-===//
16 namespace Sparc {
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 1 //===-- SparcAsmParser.cpp - Parse Sparc assembly to MCInst instructions --===//
26 // The generated AsmMatcher SparcGenAsmMatcher uses "Sparc" as the target
27 // namespace. But SPARC backend uses "SP" as its namespace.
29 namespace Sparc {
61 // Custom parse functions for Sparc specific operands.
102 Sparc::G0, Sparc::G1, Sparc::G2, Sparc::G3,
103 Sparc::G4, Sparc::G5, Sparc::G6, Sparc::G7
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
sparc.cc 0 // sparc.cc -- sparc target support for gold.
32 #include "sparc.h"
516 // mode, sparc instructions are still big endian.
    [all...]

Completed in 713 milliseconds