From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthew green To: Johan Rydberg Cc: cgen@sources.redhat.com, Eric Christopher Subject: re: 64-bit port using CGEN Date: Tue, 15 May 2001 20:15:00 -0000 Message-id: <12258.989982603@cygnus.com> References: <3B01E9F4.7999EF79@netinsight.se> X-SW-Source: 2001-q2/msg00063.html CGEN_INSN_INT is typedef:ed as an "unsigned int" and CGEN generates alot of code that thinks that an insn or operand can fit into a long or int. what does your opcodes/foo-desc.h have defined for CGEN_INT_INSN_P? this should be zero when you have any instructions larger than what fit into an int. if not, i suspect problems in your insn formats. .mrg.