Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8441 size_t CopInd = 0; in validateInstruction() local
8443 CopInd = 2; in validateInstruction()
8445 CopInd = 1; in validateInstruction()
8446 assert(Inst.getOperand(CopInd).isImm() && in validateInstruction()
8448 int64_t Coproc = Inst.getOperand(CopInd).getImm(); in validateInstruction()