Searched refs:nextInst (Results 1 – 2 of 2) sorted by relevance
519 const int nextInst = word++ + wordCount; in processInstruction() local522 if (nextInst > int(spv.size())) { in processInstruction()531 return nextInst; in processInstruction()553 return nextInst; in processInstruction()587 return nextInst; in processInstruction()596 return nextInst; in processInstruction()605 const unsigned numLiteralIdPairs = (nextInst-word) / (1+literalSize); in processInstruction()618 return nextInst; in processInstruction()629 return nextInst; in processInstruction()633 return nextInst; in processInstruction()[all …]
169 int nextInst = word + wordCount; in processInstructions() local173 if (nextInst > size) in processInstructions()202 if (word != nextInst) { in processInstructions()203 …correct number of operands consumed. At " << word << " instead of " << nextInst << " instruction … in processInstructions()204 word = nextInst; in processInstructions()