fuel_asm::op

Function slli

source
pub fn slli<A: CheckRegId, B: CheckRegId>(
    dst: A,
    lhs: B,
    rhs: u16,
) -> Instruction
Expand description

Left shifts a register by an immediate value.