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

/freebsd-10.2-release/contrib/gcc/
H A Dsimplify-rtx.c1689 rtx xop00 = XEXP (op0, 0);
1693 if (GET_CODE (xop00) == CC0 && GET_CODE (xop10) == CC0)
1695 if (REG_P (xop00) && REG_P (xop10)
1696 && GET_MODE (xop00) == GET_MODE (xop10)
1697 && REGNO (xop00) == REGNO (xop10)
1698 && GET_MODE_CLASS (GET_MODE (xop00)) == MODE_CC
1701 return xop00;
1682 rtx xop00 = XEXP (op0, 0); local

Completed in 96 milliseconds