Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3596 static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) { in MatchCoprocessorOperandName() function
3665 int Num = MatchCoprocessorOperandName(Tok.getString(), 'p'); in parseCoprocNumOperand()
3688 int Reg = MatchCoprocessorOperandName(Tok.getString(), 'c'); in parseCoprocRegOperand()