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