Searched defs:Sparc (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.cpp1 //===-- 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
28 namespace Sparc { namespace in namespace:llvm
38 return (STI.getFeatureBits() & Sparc::FeatureV9) != 0;
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcFixupKinds.h1 //===-- SparcFixupKinds.h - Sparc Specific Fixup Entries --------*- C++ -*-===//
16 namespace Sparc { namespace in namespace:llvm
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1 //===-- SparcAsmParser.cpp - Parse Sparc assembly to MCInst instructions --===//
25 // The generated AsmMatcher SparcGenAsmMatcher uses "Sparc" as the target
28 namespace Sparc { namespace in namespace:llvm
61 // Custom parse functions for Sparc specific operands.
92 Sparc::G0, Sparc::G1, Sparc::G2, Sparc::G3,
93 Sparc::G4, Sparc
[all...]

Completed in 76 milliseconds