Searched refs:rtunion (Results 1 – 7 of 7) sorted by relevance
117 struct rtx_def reg; rtunion reg_fld[2]; in init_expmed()118 struct rtx_def plus; rtunion plus_fld1; in init_expmed()120 struct rtx_def mult; rtunion mult_fld1; in init_expmed()121 struct rtx_def sdiv; rtunion sdiv_fld1; in init_expmed()122 struct rtx_def udiv; rtunion udiv_fld1; in init_expmed()124 struct rtx_def sdiv_32; rtunion sdiv_32_fld1; in init_expmed()125 struct rtx_def smod_32; rtunion smod_32_fld1; in init_expmed()126 struct rtx_def wide_mult; rtunion wide_mult_fld1; in init_expmed()127 struct rtx_def wide_lshr; rtunion wide_lshr_fld1; in init_expmed()129 struct rtx_def shift; rtunion shift_fld1; in init_expmed()[all …]
116 : RTX_HDR_SIZE + (sizeof FORMAT - 1) * sizeof (rtunion)),
182 typedef union rtunion_def rtunion; typedef189 rtunion GTY ((skip)) fld[3];311 rtunion fld[1];
178 (RTX_HDR_SIZE + (NSLOTS) * sizeof (rtunion))
6109 not an array of rtunion.10661 * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.10678 not rtunion.
5021 (rtunion): Remove rtwint.5022 (rtx_def): Replace 'fld' with a union of an rtunion or a HOST_WIDE_INT.
7446 * rtl.h (union rtunion): Separate definition and typedef.