Searched refs:operands_match_p (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dreload.h276 extern int operands_match_p (rtx, rtx);
H A Dregmove.c1210 if (operands_match_p (src, dst))
1217 if (operands_match_p (comm, dst)
1288 if (operands_match_p (src, dst))
1294 if (operands_match_p (comm, dst))
H A Dreg-stack.c591 if (operands_match_p (clobber_reg[j], recog_data.operand[i]))
627 if (operands_match_p (recog_data.operand[j], recog_data.operand[i]))
2156 if (operands_match_p (clobber_reg[j], recog_data.operand[i]))
H A Dreload.c2146 operands_match_p (rtx x, rtx y)
2208 return operands_match_p (XEXP (x, 0), y);
2217 return operands_match_p (x, XEXP (y, 0)) ? 2 : 0;
2266 val = operands_match_p (XEXP (x, i), XEXP (y, i));
2283 val = operands_match_p (XVECEXP (x, i, j), XVECEXP (y, i, j));
2702 = operands_match_p (recog_data.operand[c],
2716 = operands_match_p (recog_data.operand[other],
2723 = operands_match_p (recog_data.operand[c],
2135 operands_match_p (rtx x, rtx y) function
H A Drecog.c2405 val = operands_match_p (op1, op2);
2641 && operands_match_p (recog_data.operand[opno],

Completed in 178 milliseconds