pub fn wqop_args<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
ra: A,
rb: B,
rc: C,
args: MathArgs,
) -> Instruction
Expand description
Construct a WQOP
instruction from its arguments.
pub fn wqop_args<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
ra: A,
rb: B,
rc: C,
args: MathArgs,
) -> Instruction
Construct a WQOP
instruction from its arguments.