Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c2644 enum optab_methods methods1 = methods; variable
2649 methods1 = OPTAB_MUST_WIDEN;
2655 shifted, op1, target, unsignedp, methods1);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpmed.cc2660 enum optab_methods methods1 = methods; in expand_shift_1() local
2665 methods1 = OPTAB_MUST_WIDEN; in expand_shift_1()
2671 shifted, op1, target, unsignedp, methods1); in expand_shift_1()