This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN project.


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

re: 64-bit port using CGEN


   
   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.


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