*参照元 [#m811b5c0]
#backlinks

*説明 [#c91a6b77]
-パス: [[gcc-8.3/gcc/rtl.h]]

-FIXME: これは何?
--説明


**引数 [#g6c6e409]
-rtx_def *RTX
-rtx RTX
--
--[[gcc-8.3/gcc/rtx_def]]
--[[gcc-8.3/gcc/rtx]]


**返り値 [#h9198344]
-enum rtx_code
--
--[[gcc-8.3/gcc/rtx_code]]


**参考 [#m67fb2b5]


*実装 [#e3892b97]
 /* Define macros to access the `code' field of the rtx.  */
 
 #define GET_CODE(RTX)	    ((enum rtx_code) (RTX)->code)


*コメント [#k46e33f0]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS