Lines Matching full:increment
409 // machine the address increment value corresponding to special
475 // increment for a special opcode is the value of the line_base
478 // increment is greater than the maximum line increment, a standard
480 // advance" is calculated by dividing the desired address increment
484 // opcode = (desired line increment - line_base) +
492 // increment the address register is the result of the adjusted
496 // address increment = (adjusted opcode / line_range) *
499 // The amount to increment the line register is the line_base plus
502 // line increment = line_base + (adjusted opcode % line_range)