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

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

Completed in 128 milliseconds