Searched refs:expand_divmod (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dexplow.c908 size = expand_divmod (0, TRUNC_DIV_EXPR, Pmode, size, GEN_INT (align),
1172 size = expand_divmod (0, TRUNC_DIV_EXPR, Pmode, size,
1300 target = expand_divmod (0, TRUNC_DIV_EXPR, Pmode, target,
H A Dexpr.h580 extern rtx expand_divmod (int, enum tree_code, enum machine_mode, rtx, rtx,
H A Dexpr.c6049 return expand_divmod (0,
6055 return expand_divmod (1, TRUNC_MOD_EXPR, GET_MODE (value), op1, op2,
6059 return expand_divmod (0, TRUNC_DIV_EXPR, GET_MODE (value), op1, op2,
6063 return expand_divmod (1, TRUNC_MOD_EXPR, GET_MODE (value), op1, op2,
8238 return expand_divmod (0, code, mode, op0, op1, target, unsignedp);
8251 return expand_divmod (1, code, mode, op0, op1, target, unsignedp);
H A Dexpmed.c3832 expand_divmod (int rem_flag, enum tree_code code, enum machine_mode mode,
3858 This is the structure of expand_divmod:
4212 quotient = expand_divmod (0, TRUNC_DIV_EXPR,
4420 t4 = expand_divmod (0, TRUNC_DIV_EXPR, compute_mode, t3, op1,
3819 expand_divmod (int rem_flag, enum tree_code code, enum machine_mode mode, function

Completed in 86 milliseconds