Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp59 class SparcAsmParser : public MCTargetAsmParser { class
143 SparcAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, in SparcAsmParser() function in __anonebada3920111::SparcAsmParser
636 SparcAsmParser::MatchResultTy
637 SparcAsmParser::mnemonicIsValid(StringRef Mnemonic, unsigned VariantID) { in mnemonicIsValid()
668 bool SparcAsmParser::expandSET(MCInst &Inst, SMLoc IDLoc, in expandSET()
742 bool SparcAsmParser::expandSETSW(MCInst &Inst, SMLoc IDLoc, in expandSETSW()
804 bool SparcAsmParser::expandSETX(MCInst &Inst, SMLoc IDLoc, in expandSETX()
876 bool SparcAsmParser::matchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in matchAndEmitInstruction()
935 bool SparcAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister()
942 ParseStatus SparcAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.td125 def SparcAsmParser : AsmParser {
237 let AssemblyParsers = [SparcAsmParser];