Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8420 size_t CopInd = 0; in validateInstruction() local
8422 CopInd = 2; in validateInstruction()
8424 CopInd = 1; in validateInstruction()
8425 assert(Inst.getOperand(CopInd).isImm() && in validateInstruction()
8427 int64_t Coproc = Inst.getOperand(CopInd).getImm(); in validateInstruction()