This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

RTL context in machine description files


I adding a processor that is similar to an existing one 
(1750a) so I am modifying the relevant files.  This
is for a compiler only, I only need gcc to generate
the assembly code.

In the machine description file how do you know what 
to expect in the operands array?  I know that this is 
partly determined by the constriants in match_operand.
However not all 'm' constraints generate the same
rtx's.  I figure that some of this is determined by what
the compiler it trying to do at the time.  How do I find
out what the range of possibilities are and what each
one means?

Thanks,

Jeff Hammond 

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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