Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp3206 static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) { in MatchCoprocessorOperandName() function
3293 int Num = MatchCoprocessorOperandName(Tok.getString(), 'p'); in parseCoprocNumOperand()
3316 int Reg = MatchCoprocessorOperandName(Tok.getString(), 'c'); in parseCoprocRegOperand()