I am sorry because I am still confused. For example: ldm r1, {r2, r3}Assuming that this instruction starts at the cycle n.If this instruction took only 1 cycle, r2, r3 would be available at the cycle n + 3.However, this instruction takes 2 cycle, so when are r2 and r3 available? (n + 3) or (n + 4)?