Searched refs:modewidth (Results 1 – 3 of 3) sorted by relevance
7141 unsigned int modewidth; in expand_compound_operation() local7308 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()
29633 * combine.c (expand_compound_operation): If pos + len > modewidth,
7286 unsigned int modewidth; in expand_compound_operation() local7453 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()