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]

Re: MS_SCHED macros and pentium..




  In message <19981012171100.59739@horac.ta.jcu.cz>you write:
  > First problem is, that pentium don't swap instructions when necessary,
  > so if you have instruction just for first pipe, it must be first in the
  > assembly output, but I didn't found any way to change order of insns
  > at output in one group.
Use the code to reorder the ready queue. 

  > Other problem is multiply. I have two integer pipelines and multiply
  > blocks both of them, wich is impossible to set in md file.
Why can't you describe this in the MD file?  You need to give a little more
detail on this problem.

jeff


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