Home
last modified time | relevance | path

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

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