writeIndex[++arrayPos] = (int) a;
break;
case writeInternal:
final int off = fi.arg1;
final LongAccess access = getInternal(off, -1);
access.fillDataLong(arrayPos, writeIndex, a, deltaCycle, epsCycle);
if (access.ii.isShadowReg) {
regUpdates.add(access.getRegUpdater());
}
arrayPos = -1;
break;