Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Doptabs.cc1480 enum optab_methods next_methods in expand_binop() local
1738 target_piece, unsignedp, next_methods); in expand_binop()
1824 unsignedp, next_methods, shift_mask)) in expand_binop()
1919 NULL_RTX, unsignedp, next_methods); in expand_binop()
1922 NULL_RTX, unsignedp, next_methods); in expand_binop()
1926 into_target, unsignedp, next_methods); in expand_binop()
1935 NULL_RTX, unsignedp, next_methods); in expand_binop()
1938 NULL_RTX, unsignedp, next_methods); in expand_binop()
1943 outof_target, unsignedp, next_methods); in expand_binop()
2005 target_piece, unsignedp, next_methods); in expand_binop()
[all …]
DChangeLog-200610543 * optabs.c (expand_binop): Pass next_methods rather than methods