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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc 1777 tree smaller, larger, arg_true, arg_false; local
1810 operand is smaller/larger if the result of the comparison is true. */
1816 larger = rhs;
1819 if (TREE_CODE (larger) == INTEGER_CST
1820 && INTEGRAL_TYPE_P (TREE_TYPE (larger)))
1825 wide_int alt = wi::sub (wi::to_wide (larger), 1,
1826 TYPE_SIGN (TREE_TYPE (larger)),
1829 alt_larger = wide_int_to_tree (TREE_TYPE (larger), alt);
1834 wide_int alt = wi::add (wi::to_wide (larger), 1,
1835 TYPE_SIGN (TREE_TYPE (larger)),
    [all...]
internal-fn.cc 746 of TARGET. If RES has larger MODE than __real__ part of TARGET,
1223 is larger or second operand is negative and result is smaller.
1566 /* If (S) u2 is negative (i.e. u2 is larger than maximum of S,
1999 rtx larger = gen_reg_rtx (mode); local
2002 emit_move_insn (larger, op1);
2015 but op0 is not, prepare larger, hipart and lopart pseudos and
2017 emit_move_insn (larger, op0);
2024 to mode, larger is the other operand, hipart is the
2025 high part of larger and lopart0 and lopart1 are the low parts
2059 /* if (lopart < 0) loxhi -= larger; */
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc 1718 tree smaller, larger, arg_true, arg_false; local
1747 operand is smaller/larger if the result of the comparison is true. */
1753 larger = rhs;
1756 if (TREE_CODE (larger) == INTEGER_CST
1757 && INTEGRAL_TYPE_P (TREE_TYPE (larger)))
1762 wide_int alt = wi::sub (wi::to_wide (larger), 1,
1763 TYPE_SIGN (TREE_TYPE (larger)),
1766 alt_larger = wide_int_to_tree (TREE_TYPE (larger), alt);
1771 wide_int alt = wi::add (wi::to_wide (larger), 1,
1772 TYPE_SIGN (TREE_TYPE (larger)),
    [all...]
internal-fn.cc 954 of TARGET. If RES has larger MODE than __real__ part of TARGET,
1461 is larger or second operand is negative and result is smaller.
1810 /* If (S) u2 is negative (i.e. u2 is larger than maximum of S,
2243 rtx larger = gen_reg_rtx (mode); local
2246 emit_move_insn (larger, op1);
2259 but op0 is not, prepare larger, hipart and lopart pseudos and
2261 emit_move_insn (larger, op0);
2268 to mode, larger is the other operand, hipart is the
2269 high part of larger and lopart0 and lopart1 are the low parts
2303 /* if (lopart < 0) loxhi -= larger; */
    [all...]

Completed in 33 milliseconds