Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8607 size_t CopInd = 0; in validateInstruction() local
8609 CopInd = 2; in validateInstruction()
8611 CopInd = 1; in validateInstruction()
8612 assert(Inst.getOperand(CopInd).isImm() && in validateInstruction()
8614 int64_t Coproc = Inst.getOperand(CopInd).getImm(); in validateInstruction()