gcc-8.3/gcc/reg_eliminate_1(global)
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#f5892f00]
#backlinks
*説明 [#s9a8cee9]
-パス: [[gcc-8.3/gcc/reload1.c]]
-FIXME: これは何?
--説明
**参考 [#c9a29318]
*実装 [#q6aa7336]
/* This is an intermediate structure to initialize the t...
exactly the members provided by ELIMINABLE_REGS. */
static const struct elim_table_1
{
const int from;
const int to;
} reg_eliminate_1[] =
ELIMINABLE_REGS;
-
--[[gcc-8.3/gcc/elim_table_1]]
--[[gcc-8.3/gcc/ELIMINABLE_REGS]]
*コメント [#c15819c8]
終了行:
*参照元 [#f5892f00]
#backlinks
*説明 [#s9a8cee9]
-パス: [[gcc-8.3/gcc/reload1.c]]
-FIXME: これは何?
--説明
**参考 [#c9a29318]
*実装 [#q6aa7336]
/* This is an intermediate structure to initialize the t...
exactly the members provided by ELIMINABLE_REGS. */
static const struct elim_table_1
{
const int from;
const int to;
} reg_eliminate_1[] =
ELIMINABLE_REGS;
-
--[[gcc-8.3/gcc/elim_table_1]]
--[[gcc-8.3/gcc/ELIMINABLE_REGS]]
*コメント [#c15819c8]
ページ名: