pub fn exp<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
ra: A,
rb: B,
rc: C
) -> Instruction
Expand description
Raises one register to the power of another.
pub fn exp<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
ra: A,
rb: B,
rc: C
) -> Instruction
Raises one register to the power of another.