GCC Middle and Back End API Reference
rtx_def::u Union Reference

#include <rtl.h>

Collaboration diagram for rtx_def::u:

Data Fields

rtunion fld [1]
HOST_WIDE_INT hwint [1]
struct block_symbol block_sym
struct real_value rv
struct fixed_value fv

Detailed Description

     The first element of the operands of this rtx.
     The number of operands and their types are controlled
     by the `code' field, according to rtl.def.  

Field Documentation

struct block_symbol rtx_def::u::block_sym
rtunion rtx_def::u::fld[1]
struct fixed_value rtx_def::u::fv
HOST_WIDE_INT rtx_def::u::hwint[1]
struct real_value rtx_def::u::rv

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