Home
last modified time | relevance | path

Searched refs:SparcAsmParser (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp36 class SparcAsmParser : public MCTargetAsmParser { class
91 SparcAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, in SparcAsmParser() function in __anoncba7d3b40111::SparcAsmParser
469 void SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc, in expandSET()
542 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
592 bool SparcAsmParser::
614 bool SparcAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
662 bool SparcAsmParser::
698 bool SparcAsmParser:: parseDirectiveWord(unsigned Size, SMLoc L) { in parseDirectiveWord()
720 SparcAsmParser::OperandMatchResultTy
721 SparcAsmParser::parseMEMOperand(OperandVector &Operands) { in parseMEMOperand()
[all …]
DCMakeLists.txt2 SparcAsmParser.cpp
DLLVMBuild.txt20 name = SparcAsmParser
/external/llvm/lib/Target/Sparc/
DSparc.td65 def SparcAsmParser : AsmParser { bit ShouldEmitMatchRegisterName = 0; }
158 let AssemblyParsers = [ SparcAsmParser ];