Home | History | Annotate | Download | only in gcc

Lines Matching defs:otheroptab

1548       optab otheroptab = (binoptab == rotl_optab ? rotr_optab : rotl_optab);
1561 temp = expand_binop_directly (icode, int_mode, otheroptab, op0, newop1,
1600 optab otheroptab = unknown_optab;
1603 otheroptab = vashl_optab;
1605 otheroptab = vashr_optab;
1607 otheroptab = vlshr_optab;
1609 otheroptab = vrotl_optab;
1611 otheroptab = vrotr_optab;
1613 if (otheroptab
1614 && (icode = optab_handler (otheroptab, mode)) != CODE_FOR_nothing)
1628 temp = expand_binop_directly (icode, mode, otheroptab, op0, vop1,
1972 optab otheroptab = binoptab == add_optab ? sub_optab : add_optab;
2032 normalizep == 1 ? binoptab : otheroptab,