gccint: Iterators

1 
1 17.23 Iterators
1 ===============
1 
1 Ports often need to define similar patterns for more than one machine
1 mode or for more than one rtx code.  GCC provides some simple iterator
1 facilities to make this process easier.
1 

Menu