Skip to main content

new_lcache_instr

Function new_lcache_instr 

Source
pub fn new_lcache_instr(
    op: Opcode,
    dst_reg: Store,
    src: usize,
    imm: i32,
    modi: u8,
    effect: fn(&mut Vm, &Instr),
) -> Instr