Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4286 static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) { in MatchCoprocessorOperandName() argument
4289 if (Name.size() < 2 || Name[0] != CoprocOp) in MatchCoprocessorOperandName()