This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Predicates used by x86_64 patterns
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: Predicates used by x86_64 patterns
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 20 Mar 2001 14:33:34 -0800
- Cc: patches at x86-64 dot org, gcc-patches at gcc dot gnu dot org
- References: <20010319180803.G8295@atrey.karlin.mff.cuni.cz>
On Mon, Mar 19, 2001 at 06:08:03PM +0100, Jan Hubicka wrote:
> + x86_64_zext_general_operand (op, mode)
[...]
> + return x86_64_sign_extended_value (op) || x86_64_zero_extended_value (op);
Perhaps "x86_64_szext_general_operand" would be a better name.
Ok.
r~