Searched refs:CoprocOp (Results 1 – 1 of 1) sorted by relevance
3129 static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) { in MatchCoprocessorOperandName() argument3132 if (Name.size() < 2 || Name[0] != CoprocOp) in MatchCoprocessorOperandName()