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

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c4516 enum machine_mode innermostmode = GET_MODE (SUBREG_REG (op));
4520 if (outermode == innermostmode
4537 && GET_MODE_SIZE (innermostmode) < GET_MODE_SIZE (innermode))
4539 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode));
4547 if (GET_MODE_SIZE (innermostmode) > GET_MODE_SIZE (outermode))
4554 || (unsigned) final_offset >= GET_MODE_SIZE (innermostmode))
4560 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (outermode));
4575 newx = simplify_subreg (outermode, SUBREG_REG (op), innermostmode,
4579 if (validate_subreg (outermode, innermostmode,
4507 enum machine_mode innermostmode = GET_MODE (SUBREG_REG (op)); local
H A Dexpr.c3115 enum machine_mode innermode, innermostmode;
3120 innermostmode = GET_MODE (SUBREG_REG (op));
3127 && GET_MODE_SIZE (innermostmode) < GET_MODE_SIZE (innermode))
3129 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode));
3135 if (offset >= GET_MODE_SIZE (innermostmode)
3105 enum machine_mode innermode, innermostmode; local

Completed in 348 milliseconds