Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDexpr.h256 OPTAB_LIB, enumerator
HDoptabs.c1203 = (methods == OPTAB_LIB || methods == OPTAB_LIB_WIDEN in expand_binop()
1402 && methods != OPTAB_DIRECT && methods != OPTAB_LIB) in expand_binop()
1868 && (methods == OPTAB_LIB || methods == OPTAB_LIB_WIDEN)) in expand_binop()
1920 methods = (methods == OPTAB_LIB_WIDEN ? OPTAB_LIB : OPTAB_DIRECT); in expand_binop()
1933 || (methods == OPTAB_LIB in expand_binop()
2022 temp = expand_binop (mode, direct_optab, op0, op1, target, unsignedp, OPTAB_LIB); in sign_expand_binop()
2023 if (temp || methods == OPTAB_LIB) in sign_expand_binop()