*参照元 [#z56ab0d1] #backlinks *説明 [#gedb572c] -パス: [[gcc-8.3/gcc/rtl.c]] -FIXME: これは何? --説明 **参考 [#jf7c6bdc] *実装 [#a19c819a] /* Indexed by rtx code, gives number of operands for an rtx with that code. Does NOT include rtx header data (code and links). */ #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) sizeof FORMAT - 1 , const unsigned char rtx_length[NUM_RTX_CODE] = { #include "rtl.def" }; #undef DEF_RTL_EXPR - --[[gcc-8.3/gcc/DEF_RTL_EXPR()]] *コメント [#s6a269a4]