Lines Matching defs:methods

586 		       enum optab_methods methods)
596 return expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods);
605 enum optab_methods methods)
608 target, unsignedp, methods);
680 int unsignedp, enum optab_methods methods)
684 into_target, unsignedp, methods))
696 outof_target, unsignedp, methods))
710 int unsignedp, enum optab_methods methods,
727 0, true, methods);
737 outof_input, const1_rtx, 0, unsignedp, methods);
742 0, true, methods);
748 0, true, methods);
754 carries, tmp, 0, unsignedp, methods);
761 into_target, unsignedp, methods);
767 into_target, unsignedp, methods))
773 outof_target, unsignedp, methods))
793 int unsignedp, enum optab_methods methods,
807 outof_superword, 0, unsignedp, methods))
815 unsignedp, methods))
823 unsignedp, methods, shift_mask))
875 int unsignedp, enum optab_methods methods,
897 unsignedp, methods, shift_mask))
900 outof_target, unsignedp, methods))
915 0, true, methods);
924 0, true, methods);
940 unsignedp, methods);
945 unsignedp, methods, shift_mask);
957 unsignedp, methods, shift_mask))
974 unsignedp, methods))
984 unsignedp, methods, shift_mask))
1050 bool umulp, enum optab_methods methods)
1076 NULL_RTX, 1, methods);
1083 NULL_RTX, 0, methods);
1105 NULL_RTX, 1, methods);
1112 NULL_RTX, 0, methods);
1161 enum optab_methods methods)
1166 return expand_binop (mode, binop, op0, op1, target, unsignedp, methods);
1206 rtx target, int unsignedp, enum optab_methods methods)
1209 = (methods == OPTAB_LIB || methods == OPTAB_LIB_WIDEN
1210 ? OPTAB_WIDEN : methods);
1280 if (methods != OPTAB_MUST_WIDEN
1353 unsignedp, methods);
1408 && methods != OPTAB_DIRECT && methods != OPTAB_LIB)
1840 true, methods);
1850 false, methods);
1874 && (methods == OPTAB_LIB || methods == OPTAB_LIB_WIDEN))
1915 if (! (methods == OPTAB_WIDEN || methods == OPTAB_LIB_WIDEN
1916 || methods == OPTAB_MUST_WIDEN))
1926 methods = (methods == OPTAB_LIB_WIDEN ? OPTAB_LIB : OPTAB_DIRECT);
1939 || (methods == OPTAB_LIB
1964 unsignedp, methods);
2000 enum optab_methods methods)
2009 if (temp || methods == OPTAB_DIRECT)
2025 if (temp || methods == OPTAB_WIDEN)
2030 if (temp || methods == OPTAB_LIB)
2035 unsignedp, methods);
2040 unsignedp, methods);