
Data Fields | |
| struct data * | next |
| const char * | name |
| const char * | template |
| int | code_number |
| int | index_number |
| int | lineno |
| int | n_operands |
| int | n_dups |
| int | n_alternatives |
| int | operand_number |
| int | output_format |
| struct operand_data | operand [MAX_MAX_OPERANDS] |
| const char * | filename |
Definition at line 158 of file genoutput.c.
struct data * data::next [read] |
Definition at line 160 of file genoutput.c.
Referenced by gen_expand(), gen_insn(), gen_peephole(), gen_split(), get_insn_name(), and output_insn_data().
| const char * data::name |
Definition at line 161 of file genoutput.c.
Referenced by gen_expand(), gen_insn(), gen_peephole(), gen_split(), get_insn_name(), and output_insn_data().
| const char * data::template |
Definition at line 162 of file genoutput.c.
Referenced by gen_expand(), gen_split(), output_insn_data(), and process_template().
Definition at line 163 of file genoutput.c.
Referenced by gen_expand(), gen_insn(), gen_peephole(), gen_split(), output_insn_data(), and process_template().
Definition at line 164 of file genoutput.c.
Referenced by gen_expand(), gen_insn(), gen_peephole(), gen_split(), and get_insn_name().
| int data::lineno |
Definition at line 165 of file genoutput.c.
Referenced by gen_expand(), gen_insn(), gen_peephole(), gen_split(), output_insn_data(), process_template(), scan_operands(), validate_insn_alternatives(), and validate_insn_operands().
| int data::n_operands |
Definition at line 166 of file genoutput.c.
Referenced by gen_expand(), gen_insn(), gen_peephole(), gen_split(), output_insn_data(), place_operands(), validate_insn_alternatives(), and validate_insn_operands().
| int data::n_dups |
Definition at line 167 of file genoutput.c.
Referenced by gen_expand(), gen_insn(), gen_peephole(), gen_split(), and output_insn_data().
Definition at line 168 of file genoutput.c.
Referenced by gen_split(), output_insn_data(), process_template(), and validate_insn_alternatives().
Definition at line 170 of file genoutput.c.
Referenced by gen_expand(), gen_split(), output_insn_data(), and process_template().
struct operand_data data::operand [read] |
Definition at line 171 of file genoutput.c.
Referenced by gen_expand(), gen_insn(), gen_peephole(), gen_split(), place_operands(), scan_operands(), validate_insn_alternatives(), and validate_insn_operands().
| const char * data::filename |
Definition at line 163 of file genoutput.c.
Referenced by gen_expand(), gen_insn(), gen_peephole(), gen_split(), and output_insn_data().
1.5.6