GCC Middle and Back End API Reference
insn_def Class Reference
Collaboration diagram for insn_def:

Data Fields

class insn_defnext
 
rtx def
 
int insn_code
 
int insn_index
 
file_location loc
 
int num_alternatives
 
int vec_idx
 

Detailed Description

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.   

Field Documentation

◆ def

rtx insn_def::def

Referenced by gen_insn(), and write_insn_cases().

◆ insn_code

◆ insn_index

int insn_def::insn_index

◆ loc

◆ next

◆ num_alternatives

int insn_def::num_alternatives

◆ vec_idx

int insn_def::vec_idx

The documentation for this class was generated from the following file: