This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: Patch: Add a stop bit in alignment for alloc.


>>>>> On Mon, 1 Mar 2004 12:57:32 -0800, "H. J. Lu" <hjl@lucon.org> said:

  HJ> If the next instruction is alloc, we have to make sure there
  HJ> is a stop bit before it so that alloc is the first instruction
  HJ> of the instruction group.

Would it be possible to use the info in ia64-opc* instead?  There is a
flag there (IA64_OPCODE_FIRST) which is set when an instruction must
be the first one in a instruction-group.  A quick grep shows that
these instructions must be first:

	flushrs
	loadrs
	alloc

Thanks,

	--david


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