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: generalizing the delay rtx function


   
   - Provide a clear definition for the DELAY rtx:
     The numeric argument is the number of instruction cycles
     after the current one, at which the enclosed set expressions
     take effect.

is this possible?  eg, (sparc) if i do:

	ba	foo
	 ld	[%l1 + 4], %o0

vs.

	ba	foo
	 tst	%o0

the load can take *much* longer than the tst?


other than that, i think this looks fine.



.mrg


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