GCC Middle and Back End API Reference
|
#include <rtl.h>
Data Fields | |
tree | decl |
HOST_WIDE_INT | offset |
Structure used to describe the attributes of a REG in similar way as mem_attrs does for MEM above. Note that the OFFSET field is calculated in the same way as for mem_attrs, rather than in the same way as a SUBREG_BYTE. For example, if a big-endian target stores a byte object in the low part of a 4-byte register, the OFFSET field will be -3 rather than 0.
tree reg_attrs::decl |
Referenced by get_reg_attrs(), reg_attrs_htab_eq(), and reg_attrs_htab_hash().
HOST_WIDE_INT reg_attrs::offset |
Referenced by get_reg_attrs(), reg_attrs_htab_eq(), and reg_attrs_htab_hash().