Searched defs:MatchCoprocessorOperandName (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2698 /// MatchCoprocessorOperandName - Try to parse an coprocessor related
2701 static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) { function in namespace:__anon9678
2782 int Num = MatchCoprocessorOperandName(Tok.getString(), 'p');
2801 int Reg = MatchCoprocessorOperandName(Tok.getString(), 'c');

Completed in 75 milliseconds