HomeSort by: relevance | last modified time | path
    Searched defs:otheroptab (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 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
1542 optab otheroptab = (binoptab == rotl_optab ? rotr_optab : rotl_optab); local
1594 optab otheroptab = unknown_optab; local
1966 optab otheroptab = binoptab == add_optab ? sub_optab : add_optab; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 1565 optab otheroptab = (binoptab == rotl_optab ? rotr_optab : rotl_optab);
1578 temp = expand_binop_directly (icode, int_mode, otheroptab, op0, newop1,
1616 optab otheroptab = unknown_optab;
1619 otheroptab = vashl_optab;
1621 otheroptab = vashr_optab;
1623 otheroptab = vlshr_optab;
1625 otheroptab = vrotl_optab;
1627 otheroptab = vrotr_optab;
1629 if (otheroptab
1630 && (icode = optab_handler (otheroptab, mode)) != CODE_FOR_nothing
1559 optab otheroptab = (binoptab == rotl_optab ? rotr_optab : rotl_optab); local
1610 optab otheroptab = unknown_optab; local
1981 optab otheroptab = binoptab == add_optab ? sub_optab : add_optab; local
    [all...]

Completed in 34 milliseconds