| To: | gcc@gcc.gnu.org, gcc-help@gcc.gnu.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | explaination of some gcc functions |
| From: | "kernel coder" <lhrkernelcoder@gmail.com> |
| Date: | Sat, 1 Jul 2006 11:32:26 +0500 |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rERT6prcNcvq/PrKyEp27HNoqLP1OxqQ7EDVggeyYTgciQM+bBDEVhycbAMbhwX+fVlmbbmGuQZuUKixzPPv+jgnGrxWafd3hdFAeSiIiAToPWRLtFVSeulYz/WBc9LFE8yh46HkPKMQc4b/OoYhasK5pWw7cKgjawGBTdVAmsk= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
hi,
I'm trying to understand the backend code of gcc for MIPS
architecture.I'm having some trouble while understanding following
functions.
1: push_topmost_sequence();
2: emit_insn_after(seq,get_insns());
3: pop_topmost_sequence();
4: emit_insn_before
Would you please explain what's the role of each function.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Next by Date: | Re: PATCH SB1250 NAPI support, Tom Rix |
|---|---|
| Next by Thread: | Re: PATCH SB1250 NAPI support, Tom Rix |
| Indexes: | [Date] [Thread] [Top] [All Lists] |