Function neg [src]

Prototype

pub fn neg(dst: Reg) Insn

Parameters

dst: Reg

Source

pub fn neg(dst: Reg) Insn { return alu(64, .neg, dst, 0); }