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