Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp54 class SparcAsmParser : public MCTargetAsmParser { class
116 SparcAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, in SparcAsmParser() function in __anon9e4292aa0111::SparcAsmParser
557 bool SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc, in expandSET()
631 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
682 bool SparcAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
689 OperandMatchResultTy SparcAsmParser::tryParseRegister(unsigned &RegNo, in tryParseRegister()
713 bool SparcAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
757 bool SparcAsmParser::
779 SparcAsmParser::parseMEMOperand(OperandVector &Operands) { in parseMEMOperand()
825 OperandMatchResultTy SparcAsmParser::parseShiftAmtImm(OperandVector &Operands) { in parseShiftAmtImm()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparc.td79 def SparcAsmParser : AsmParser {
180 let AssemblyParsers = [SparcAsmParser];
/freebsd-12-stable/lib/clang/libllvm/
DMakefile1370 SRCS_MIN+= Target/Sparc/AsmParser/SparcAsmParser.cpp