This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: i386: unrecognized insn - "andhi3" pattern
- From: Richard Henderson <rth at redhat dot com>
- To: Uros Bizjak <uros at kss-loka dot si>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 24 Aug 2004 13:57:00 -0700
- Subject: Re: i386: unrecognized insn - "andhi3" pattern
- References: <412B4827.2040301@kss-loka.si>
On Tue, Aug 24, 2004 at 03:52:39PM +0200, Uros Bizjak wrote:
> emit_insn (gen_andhi3 (reg, reg, GEN_INT (0xf3ff)));
This is not a valid HImode constant. All constants are sign-extended.
r~