This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: i386: unrecognized insn - "andhi3" pattern


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]