Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp2007 static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) { in MatchCoprocessorOperandName() argument
2013 if (Name[0] != CoprocOp) in MatchCoprocessorOperandName()
2030 if (Name[0] != CoprocOp || Name[1] != '1') in MatchCoprocessorOperandName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp3574 static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) { in MatchCoprocessorOperandName() argument
3577 if (Name.size() < 2 || Name[0] != CoprocOp) in MatchCoprocessorOperandName()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp3248 static int MatchCoprocessorOperandName(StringRef Name, char CoprocOp) { in MatchCoprocessorOperandName() argument
3251 if (Name.size() < 2 || Name[0] != CoprocOp) in MatchCoprocessorOperandName()