gcc-8.3/gcc/reg_attrs
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#ue26662e]
#backlinks
*説明 [#gb66eadc]
-パス: [[gcc-8.3/gcc/rtl.h]]
-FIXME: これは何?
--説明
**参考 [#n7dd6238]
*実装 [#m7259f31]
/* Structure used to describe the attributes of a REG in...
mem_attrs does for MEM above. Note that the OFFSET f...
in the same way as for mem_attrs, rather than in the ...
SUBREG_BYTE. For example, if a big-endian target sto...
object in the low part of a 4-byte register, the OFFS...
will be -3 rather than 0. */
struct GTY((for_user)) reg_attrs {
-
--[[gcc-8.3/gcc/GTY()]]
tree decl; /* decl corresponding to REG. */
poly_int64 offset; /* Offset from start of DECL. */
-
--[[gcc-8.3/gcc/tree]]
--[[gcc-8.3/gcc/poly_int64]]
};
*コメント [#qcb54137]
終了行:
*参照元 [#ue26662e]
#backlinks
*説明 [#gb66eadc]
-パス: [[gcc-8.3/gcc/rtl.h]]
-FIXME: これは何?
--説明
**参考 [#n7dd6238]
*実装 [#m7259f31]
/* Structure used to describe the attributes of a REG in...
mem_attrs does for MEM above. Note that the OFFSET f...
in the same way as for mem_attrs, rather than in the ...
SUBREG_BYTE. For example, if a big-endian target sto...
object in the low part of a 4-byte register, the OFFS...
will be -3 rather than 0. */
struct GTY((for_user)) reg_attrs {
-
--[[gcc-8.3/gcc/GTY()]]
tree decl; /* decl corresponding to REG. */
poly_int64 offset; /* Offset from start of DECL. */
-
--[[gcc-8.3/gcc/tree]]
--[[gcc-8.3/gcc/poly_int64]]
};
*コメント [#qcb54137]
ページ名: