pub fn expi<A: CheckRegId, B: CheckRegId>(
dst: A,
lhs: B,
rhs: u16,
) -> Instruction
Expand description
Raises one register to the power of an immediate value.
pub fn expi<A: CheckRegId, B: CheckRegId>(
dst: A,
lhs: B,
rhs: u16,
) -> Instruction
Raises one register to the power of an immediate value.