Searched refs:xmode_unit (Results 1 – 1 of 1) sorted by relevance
2980 enum machine_mode xmode_unit; in subreg_offset_representable_p() local2984 xmode_unit = xmode; in subreg_offset_representable_p()2986 xmode_unit = GET_MODE_INNER (xmode); in subreg_offset_representable_p()2987 gcc_assert (HARD_REGNO_NREGS_HAS_PADDING (xregno, xmode_unit)); in subreg_offset_representable_p()2990 * HARD_REGNO_NREGS_WITH_PADDING (xregno, xmode_unit))); in subreg_offset_representable_p()2992 == (hard_regno_nregs[xregno][xmode_unit] in subreg_offset_representable_p()3003 if ((offset / GET_MODE_SIZE (xmode_unit) + 1 in subreg_offset_representable_p()3005 && (offset / GET_MODE_SIZE (xmode_unit) in subreg_offset_representable_p()3007 / GET_MODE_SIZE (xmode_unit)))) in subreg_offset_representable_p()