Searched refs:origmode (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c4700 as the origmode, we can omit both the extension and the subreg.
4701 If the outermode is not larger than the origmode, we can apply
4703 is larger than the origmode, but both are integer modes, we
4707 enum machine_mode origmode = GET_MODE (XEXP (op, 0));
4708 if (outermode == origmode)
4710 if (GET_MODE_BITSIZE (outermode) <= GET_MODE_BITSIZE (origmode))
4711 return simplify_gen_subreg (outermode, XEXP (op, 0), origmode,
4713 origmode));
4716 XEXP (op, 0), origmode);
4698 enum machine_mode origmode = GET_MODE (XEXP (op, 0)); local

Completed in 99 milliseconds