Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c7037 scalar_int_mode int_outermode, int_innermode; in simplify_subreg() local
7039 && is_a <scalar_int_mode> (innermode, &int_innermode) in simplify_subreg()
7040 && known_eq (byte, subreg_lowpart_offset (int_outermode, int_innermode))) in simplify_subreg()
7055 < GET_MODE_PRECISION (int_innermode)) in simplify_subreg()
7057 rtx tem = simplify_truncation (int_outermode, op, int_innermode); in simplify_subreg()
H A Demit-rtl.c1585 scalar_int_mode int_mode, int_innermode, from_mode; in gen_lowpart_common() local
1588 && is_a <scalar_int_mode> (innermode, &int_innermode) in gen_lowpart_common()
1603 else if (GET_MODE_SIZE (int_mode) < GET_MODE_SIZE (int_innermode)) in gen_lowpart_common()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Demit-rtl.cc1592 scalar_int_mode int_mode, int_innermode, from_mode; in gen_lowpart_common() local
1595 && is_a <scalar_int_mode> (innermode, &int_innermode) in gen_lowpart_common()
1610 else if (GET_MODE_SIZE (int_mode) < GET_MODE_SIZE (int_innermode)) in gen_lowpart_common()
H A Dsimplify-rtx.cc7575 scalar_int_mode int_outermode, int_innermode; in simplify_subreg() local
7577 && is_a <scalar_int_mode> (innermode, &int_innermode) in simplify_subreg()
7578 && known_eq (byte, subreg_lowpart_offset (int_outermode, int_innermode))) in simplify_subreg()
7593 < GET_MODE_PRECISION (int_innermode)) in simplify_subreg()
7595 rtx tem = simplify_truncation (int_outermode, op, int_innermode); in simplify_subreg()