GCC Middle and Back End API Reference
address_info Struct Reference

#include <rtl.h>

Data Fields

enum machine_mode mode
addr_space_t as
rtxouter
rtxinner
rtxsegment
rtxbase
rtxindex
rtxdisp
rtxsegment_term
rtxbase_term
rtxindex_term
rtxdisp_term
rtxbase_term2
enum rtx_code addr_outer_code
enum rtx_code base_outer_code
bool autoinc_p

Detailed Description

Information about an address.  This structure is supposed to be able
   to represent all supported target addresses.  Please extend it if it
   is not yet general enough.   

Field Documentation

enum rtx_code address_info::addr_outer_code
enum rtx_code address_info::base_outer_code
rtx* address_info::disp_term
rtx* address_info::index
rtx* address_info::segment
rtx* address_info::segment_term

Referenced by set_address_segment().


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