pub type RTypeIntInst<D> = RTypeInst<IntReg<D>, IntReg<D>, IntReg<D>>;
pub struct RTypeIntInst<D> { /* private fields */ }