Home
last modified time | relevance | path

Searched defs:otheroptab (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Doptabs.c1192 optab otheroptab = (binoptab == rotl_optab ? rotr_optab : rotl_optab); in expand_binop() local
1243 optab otheroptab = unknown_optab; in expand_binop() local
1602 optab otheroptab = binoptab == add_optab ? sub_optab : add_optab; in expand_binop() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Doptabs.c1524 optab otheroptab = (binoptab == rotl_optab ? rotr_optab : rotl_optab); in expand_binop() local
1571 optab otheroptab = NULL; in expand_binop() local
1920 optab otheroptab = binoptab == add_optab ? sub_optab : add_optab; in expand_binop() local