*参照元 [#m811b5c0]
#backlinks

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

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


**引数 [#g6c6e409]
-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