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]
Other format: [Raw text]

unspec expressions


Hi,

I am trying to understand RTL representation.
I have a question about unspec expressions.

The manual says
(unspec [operands ...] index) 
(unspec_volatile [operands ...] index) 
 Represents a machine-specific operation on operands. 

 index selects between multiple machine-specific
 operations

1. How are these expresions used and How does
construction and matching take place in this
case (if they occur in define_insns)?
An example would be helpful.

Thanks,
Ranjit.

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com


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