add_unop
pseudo_t new = add_unop(ep, to, op, src);
return add_unop(ep, ctype, OP_NOT, pre);
return add_unop(ep, ctype, opcode_float(OP_NEG, ctype), pre);