Lines Matching refs:OpIndex
55 // OpIndex is the index of an operation within a VLIW
58 // OpIndex together form an operation pointer that can
61 OpIndex int
464 // and OpIndex) in r.state by opAdvance steps.
466 opIndex := r.state.OpIndex + opAdvance
467 r.state.Address += uint64(r.minInstructionLength * (opIndex / r.maxOpsPerInstruction))
468 r.state.OpIndex = opIndex % r.maxOpsPerInstruction
520 OpIndex: 0,