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

/freebsd-10.1-release/contrib/gcc/
H A Dsimplify-rtx.c4519 enum machine_mode innermostmode = GET_MODE (SUBREG_REG (op));
4523 if (outermode == innermostmode
4540 && GET_MODE_SIZE (innermostmode) < GET_MODE_SIZE (innermode))
4542 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode));
4550 if (GET_MODE_SIZE (innermostmode) > GET_MODE_SIZE (outermode))
4557 || (unsigned) final_offset >= GET_MODE_SIZE (innermostmode))
4563 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (outermode));
4578 newx = simplify_subreg (outermode, SUBREG_REG (op), innermostmode,
4582 if (validate_subreg (outermode, innermostmode,
4510 enum machine_mode innermostmode = GET_MODE (SUBREG_REG (op)); local
H A Dexpr.c3117 enum machine_mode innermode, innermostmode;
3122 innermostmode = GET_MODE (SUBREG_REG (op));
3129 && GET_MODE_SIZE (innermostmode) < GET_MODE_SIZE (innermode))
3131 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode));
3137 if (offset >= GET_MODE_SIZE (innermostmode)
3107 enum machine_mode innermode, innermostmode; local

Completed in 168 milliseconds