Home
last modified time | relevance | path

Searched refs:cbyte (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c6850 unsigned HOST_WIDE_INT cbyte; in simplify_subreg() local
6851 if (byte.is_constant (&cbyte)) in simplify_subreg()
6856 innermode, cbyte); in simplify_subreg()
6863 return simplify_immed_subreg (fs_outermode, op, innermode, cbyte); in simplify_subreg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsimplify-rtx.cc7387 unsigned HOST_WIDE_INT cbyte; in simplify_subreg() local
7388 if (byte.is_constant (&cbyte)) in simplify_subreg()
7393 innermode, cbyte); in simplify_subreg()
7400 return simplify_immed_subreg (fs_outermode, op, innermode, cbyte); in simplify_subreg()