1573,1579d1572
< const IntRegIndex vd =
< (IntRegIndex)(2 * (bits(machInst, 15, 12) |
< (bits(machInst, 22) << 4)));
< const IntRegIndex vm =
< (IntRegIndex)(2 * (bits(machInst, 3, 0) |
< (bits(machInst, 5) << 4)));
< unsigned size = bits(machInst, 19, 18);
1869d1861
< RegIndex vd;