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