Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dsimplify-rtx.c4664 unsigned int inner_size, final_offset; in simplify_subreg() local
4667 inner_size = GET_MODE_UNIT_SIZE (innermode); in simplify_subreg()
4668 part = byte < inner_size ? XEXP (op, 0) : XEXP (op, 1); in simplify_subreg()
4669 final_offset = byte % inner_size; in simplify_subreg()
4670 if (final_offset + GET_MODE_SIZE (outermode) > inner_size) in simplify_subreg()
Dreload.c6039 unsigned inner_size = GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))); in find_reloads_subreg_address() local
6047 if (BYTES_BIG_ENDIAN && outer_size > inner_size) in find_reloads_subreg_address()
6048 offset = inner_size - outer_size; in find_reloads_subreg_address()
6058 if (outer_size > inner_size) in find_reloads_subreg_address()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreload.c5889 unsigned inner_size = GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))); local
5897 if (outer_size > inner_size && STRICT_ALIGNMENT)