fuel_asm::op

Function srl

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

Right shifts a register by a register.