Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4286 static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) { in MatchCoprocessorOperandName() function
4353 int Num = MatchCoprocessorOperandName(Tok.getString().lower(), 'p'); in parseCoprocNumOperand()
4374 int Reg = MatchCoprocessorOperandName(Tok.getString().lower(), 'c'); in parseCoprocRegOperand()