Home
last modified time | relevance | path

Searched refs:xmode_unit (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c3758 scalar_mode xmode_unit = GET_MODE_INNER (xmode); in subreg_get_info() local
3759 gcc_assert (HARD_REGNO_NREGS_HAS_PADDING (xregno, xmode_unit)); in subreg_get_info()
3762 * HARD_REGNO_NREGS_WITH_PADDING (xregno, xmode_unit))); in subreg_get_info()
3764 == hard_regno_nregs (xregno, xmode_unit) * nunits); in subreg_get_info()
3774 if ((coffset / GET_MODE_SIZE (xmode_unit) + 1 < nunits) in subreg_get_info()
3775 && (coffset / GET_MODE_SIZE (xmode_unit) in subreg_get_info()
3776 != ((coffset + cysize - 1) / GET_MODE_SIZE (xmode_unit)))) in subreg_get_info()