GCC Middle and Back End API Reference
|
Data Fields | |
class insn_def * | next |
rtx | def |
int | insn_code |
int | insn_index |
file_location | loc |
int | num_alternatives |
int | vec_idx |
Define structures used to record attributes and values.
As each DEFINE_INSN, DEFINE_PEEPHOLE, or DEFINE_ASM_ATTRIBUTES is encountered, we store all the relevant information into a `struct insn_def'. This is done to allow attribute definitions to occur anywhere in the file.
rtx insn_def::def |
Referenced by gen_insn(), and write_insn_cases().
int insn_def::insn_code |
int insn_def::insn_index |
Referenced by optimize_attrs(), write_attr_case(), and write_attr_get().
file_location insn_def::loc |
Referenced by make_length_attrs(), optimize_attrs(), and write_insn_cases().
class insn_def* insn_def::next |
int insn_def::num_alternatives |
int insn_def::vec_idx |