Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc7141 unsigned int modewidth; in expand_compound_operation() local
7308 modewidth = GET_MODE_PRECISION (mode); in expand_compound_operation()
7309 if (modewidth >= pos + len) in expand_compound_operation()
7315 tem, modewidth - pos - len); in expand_compound_operation()
7317 mode, tem, modewidth - len); in expand_compound_operation()
H A DChangeLog-202129633 * combine.c (expand_compound_operation): If pos + len > modewidth,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c7286 unsigned int modewidth; in expand_compound_operation() local
7453 modewidth = GET_MODE_PRECISION (mode); in expand_compound_operation()
7454 if (modewidth >= pos + len) in expand_compound_operation()
7460 tem, modewidth - pos - len); in expand_compound_operation()
7462 mode, tem, modewidth - len); in expand_compound_operation()