fun get_src2(iflag,rs2,simm) {
    if(iflag) return simm?sext(64);
    else return Rx(rs2);
}