pub fn from_u_type<F: PrimeField32>( opcode: usize, dec_insn: &UType, ) -> Instruction<F>
Create a new [Instruction] from a U-type instruction.
Instruction