fn alu(comptime width: comptime_int, op: AluOp, dst: Reg, src: anytype) Insn

Parameters

width: comptime_int,
op: AluOp,
dst: Reg,
src: anytype,