Re: Generate -zero RTX expression

2007-02-26 Thread Ian Lance Taylor
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

Generate -zero RTX expression

2007-02-26 Thread Revital1 Eres
Hello, I appreciate it if someone could tell me how I can create a -0 RTX expression (like CONST0_RTX)? Thanks, Revital