*参照元 [#fef61268] #backlinks *説明 [#kb3968f3] -パス: [[gcc-8.3/gcc/recog.h]] -FIXME: これは何? --説明 **参考 [#a520408a] *実装 [#b46929b4] struct insn_data_d { const char *const name; #if HAVE_DESIGNATED_UNION_INITIALIZERS union { const char *single; const char *const *multi; insn_output_fn function; } output; #else struct { const char *single; const char *const *multi; insn_output_fn function; } output; #endif const insn_gen_fn genfun; const struct insn_operand_data *const operand; - --[[gcc-8.3/gcc/]insn_output_fn] --[[gcc-8.3/gcc/insn_output_fn]] --[[gcc-8.3/gcc/insn_gen_fn]] --[[gcc-8.3/gcc/insn_operand_data]] const char n_generator_args; const char n_operands; const char n_dups; const char n_alternatives; const char output_format; }; *コメント [#d93abcf6]