Jonathan Wilson writes: > I cant find anything on google about the various RTL functions (like > gen_rtx_UNSPEC). > I cant find anything in the GCC docs. > And I cant find anything in the source code for these specific functions (I > cant even FIND their code) It's generated automagically from the .md file. Look at build/gcc/genrtl.h. Andrew.