gcc-8.3/gcc/reg_eliminate(global)
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#c2cfbdf4]
#backlinks
*説明 [#ucb76095]
-パス: [[gcc-8.3/gcc/lra-eliminations.c]]
-FIXME: これは何?
--説明
**参考 [#ja0cf6c9]
-初期化
--[[gcc-8.3/gcc/init_elim_table()]]
*実装 [#w7610a3a]
/* The elimination table. Each array entry describes on...
of eliminating a register in favor of another. If th...
than one way of eliminating a particular register, th...
preferred should be specified first. */
static struct lra_elim_table *reg_eliminate = 0;
-
--[[gcc-8.3/gcc/lra_elim_table]]
*コメント [#o91a9dcf]
終了行:
*参照元 [#c2cfbdf4]
#backlinks
*説明 [#ucb76095]
-パス: [[gcc-8.3/gcc/lra-eliminations.c]]
-FIXME: これは何?
--説明
**参考 [#ja0cf6c9]
-初期化
--[[gcc-8.3/gcc/init_elim_table()]]
*実装 [#w7610a3a]
/* The elimination table. Each array entry describes on...
of eliminating a register in favor of another. If th...
than one way of eliminating a particular register, th...
preferred should be specified first. */
static struct lra_elim_table *reg_eliminate = 0;
-
--[[gcc-8.3/gcc/lra_elim_table]]
*コメント [#o91a9dcf]
ページ名: