Home
last modified time | relevance | path

Searched defs:df_mw_hardreg (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf.h341 struct df_mw_hardreg struct
343 df_mw_hardreg *next; /* Next entry for this instruction. */ argument
344 rtx mw_reg; /* The multiword hardreg. */
349 int flags : 16; /* Various df_ref_flags. */
350 unsigned int start_regno; /* First word of the multi word subreg. */
351 unsigned int end_regno; /* Last word of the multi word subreg. */
352 unsigned int mw_order; /* Same as df_ref.ref_order. */
H A Ddf-scan.c2229 df_sort_and_compress_mws (vec<df_mw_hardreg *, va_heap> *mw_vec) in df_sort_and_compress_mws()
2393 df_install_mws (const vec<df_mw_hardreg *, va_heap> *old_vec) in df_install_mws()
4045 df_mws_verify (const vec<df_mw_hardreg *, va_heap> *new_rec, in df_mws_verify()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf.h336 struct df_mw_hardreg struct
338 rtx mw_reg; /* The multiword hardreg. */
343 int flags : 16; /* Various df_ref_flags. */
344 unsigned int start_regno; /* First word of the multi word subreg. */
345 unsigned int end_regno; /* Last word of the multi word subreg. */
346 unsigned int mw_order; /* Same as df_ref.ref_order. */