Lines Matching full:increment
327 // machine the address increment value corresponding to special
393 // increment for a special opcode is the value of the line_base
396 // increment is greater than the maximum line increment, a standard
398 // advance" is calculated by dividing the desired address increment
402 // opcode = (desired line increment - line_base) +
410 // increment the address register is the result of the adjusted
414 // address increment = (adjusted opcode / line_range) *
417 // The amount to increment the line register is the line_base plus
420 // line increment = line_base + (adjusted opcode % line_range)