fun F8_src(var inst : InstOp, i0) {
    val ii = i0?ext(32)&(~1) | (i0?bit(0)?ext(32)<<5);
    F4_src(inst,ii); F4_src(inst,ii+1);
}