This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RTL templates names
- From: "Petar Penchev" <ptr at sd-bul dot bg>
- To: <gcc at gcc dot gnu dot org>
- Date: Wed, 17 Sep 2003 13:54:43 +0300
- Subject: RTL templates names
Hi,
I started porting GCC. I have a quiestion about RTL templates and their
names.
"GCC Internals" says that insn list is matched against templated names , my
question is how the compiler
matches instructions in the instruction list with custom insns defined by
'define_insn' macro ?
Regards
Petar