Revital1 Eres <[EMAIL PROTECTED]> writes:

> I appreciate it if someone could tell me how I can create a -0 RTX
> expression (like CONST0_RTX)?

The easy way is something along the lines of:
    simplify_gen_unary (NEG, mode, CONST0_RTX (mode), mode)

Ian

Reply via email to