This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Where can I find documentation on gen_rtx_REG
- From: Jonathan Wilson <jonwil at tpgi dot com dot au>
- To: Gcc ML <gcc at gcc dot gnu dot org>
- Date: Wed, 22 Oct 2003 06:56:24 +0800
- Subject: Where can I find documentation on gen_rtx_REG
gen_reg_rtx, emit_call_insn, start_sequence, get_insns etc?
I looked in the GCC internals manual and there is no documentation on these
things.
I am specificly trying to understand what goes into legitimize_tls_address
(in i386.c), what happens inside that file and what goes out of
legitimize_tls_address.