pub fn from_r_type<F: PrimeField32>( opcode: usize, e_as: usize, dec_insn: &RType, allow_rd_zero: bool, ) -> Instruction<F>
Create a new [Instruction] from an R-type instruction.
Instruction