pub fn srli<A: CheckRegId, B: CheckRegId>(
dst: A,
lhs: B,
rhs: u16,
) -> Instruction
Expand description
Right shifts a register by an immediate value.
pub fn srli<A: CheckRegId, B: CheckRegId>(
dst: A,
lhs: B,
rhs: u16,
) -> Instruction
Right shifts a register by an immediate value.