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

  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 4247 expand_divmod (int rem_flag, enum tree_code code, machine_mode mode,
4272 This is the structure of expand_divmod:
4643 quotient = expand_divmod (0, TRUNC_DIV_EXPR,
4834 t4 = expand_divmod (0, TRUNC_DIV_EXPR, int_mode, t3, op1,
4234 expand_divmod (int rem_flag, enum tree_code code, machine_mode mode, function
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 4231 expand_divmod (int rem_flag, enum tree_code code, machine_mode mode,
4256 This is the structure of expand_divmod:
4627 quotient = expand_divmod (0, TRUNC_DIV_EXPR,
4818 t4 = expand_divmod (0, TRUNC_DIV_EXPR, int_mode, t3, op1,
4218 expand_divmod (int rem_flag, enum tree_code code, machine_mode mode, function

Completed in 31 milliseconds