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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 9628 bool mod_p = (code == TRUNC_MOD_EXPR || code == FLOOR_MOD_EXPR
9641 rtx uns_ret = expand_divmod (mod_p, code, mode, op0, op1, target, 1);
9645 rtx sgn_ret = expand_divmod (mod_p, code, mode, op0, op1, target, 0);
9667 return expand_divmod (mod_p, code, mode, op0, op1, target, unsignedp);
9608 bool mod_p = (code == TRUNC_MOD_EXPR || code == FLOOR_MOD_EXPR local
expr.cc 9628 bool mod_p = (code == TRUNC_MOD_EXPR || code == FLOOR_MOD_EXPR
9641 rtx uns_ret = expand_divmod (mod_p, code, mode, op0, op1, target, 1);
9645 rtx sgn_ret = expand_divmod (mod_p, code, mode, op0, op1, target, 0);
9667 return expand_divmod (mod_p, code, mode, op0, op1, target, unsignedp);
9608 bool mod_p = (code == TRUNC_MOD_EXPR || code == FLOOR_MOD_EXPR local
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 8915 bool mod_p = (code == TRUNC_MOD_EXPR || code == FLOOR_MOD_EXPR
8928 rtx uns_ret = expand_divmod (mod_p, code, mode, op0, op1, target, 1);
8932 rtx sgn_ret = expand_divmod (mod_p, code, mode, op0, op1, target, 0);
8954 return expand_divmod (mod_p, code, mode, op0, op1, target, unsignedp);
8895 bool mod_p = (code == TRUNC_MOD_EXPR || code == FLOOR_MOD_EXPR local
expr.cc 8915 bool mod_p = (code == TRUNC_MOD_EXPR || code == FLOOR_MOD_EXPR
8928 rtx uns_ret = expand_divmod (mod_p, code, mode, op0, op1, target, 1);
8932 rtx sgn_ret = expand_divmod (mod_p, code, mode, op0, op1, target, 0);
8954 return expand_divmod (mod_p, code, mode, op0, op1, target, unsignedp);
8895 bool mod_p = (code == TRUNC_MOD_EXPR || code == FLOOR_MOD_EXPR local

Completed in 78 milliseconds