JIT_OP_LNEG: unary
	[lreg] -> {
		x86_neg_reg(inst, $1);
		x86_alu_reg_imm(inst, X86_ADC, %1, 0);
		x86_neg_reg(inst, %1);
	}
