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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 1169 quot1 = (op0 - rem1) * inv; // inv is multiplicative inverse of op12 modulo
1171 rem = (quot1 % op11) * op12 + rem1;
1172 quot = quot1 / op11; */
1206 rtx quot1 = expand_simple_binop (mode, MINUS, op0, rem1,
1208 if (quot1 == NULL_RTX)
1211 quot1 = expand_simple_binop (mode, MULT, quot1, inv,
1213 if (quot1 == NULL_RTX)
1218 rtx rem2 = expand_divmod (1, TRUNC_MOD_EXPR, mode, quot1, op11,
1233 rtx quot2 = expand_divmod (0, TRUNC_DIV_EXPR, mode, quot1, op11
1201 rtx quot1 = expand_simple_binop (mode, MINUS, op0, rem1, local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 1174 quot1 = (op0 - rem1) * inv; // inv is multiplicative inverse of op12 modulo
1176 rem = (quot1 % op11) * op12 + rem1;
1177 quot = quot1 / op11; */
1211 rtx quot1 = expand_simple_binop (mode, MINUS, op0, rem1,
1213 if (quot1 == NULL_RTX)
1216 quot1 = expand_simple_binop (mode, MULT, quot1, inv,
1218 if (quot1 == NULL_RTX)
1223 rtx rem2 = expand_divmod (1, TRUNC_MOD_EXPR, mode, quot1, op11,
1238 rtx quot2 = expand_divmod (0, TRUNC_DIV_EXPR, mode, quot1, op11
1206 rtx quot1 = expand_simple_binop (mode, MINUS, op0, rem1, local
    [all...]

Completed in 22 milliseconds