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

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c1686 rtx xop00 = XEXP (op0, 0);
1690 if (GET_CODE (xop00) == CC0 && GET_CODE (xop10) == CC0)
1692 if (REG_P (xop00) && REG_P (xop10)
1693 && GET_MODE (xop00) == GET_MODE (xop10)
1694 && REGNO (xop00) == REGNO (xop10)
1695 && GET_MODE_CLASS (GET_MODE (xop00)) == MODE_CC
1698 return xop00;
1679 rtx xop00 = XEXP (op0, 0); local

Completed in 71 milliseconds