Home
last modified time | relevance | path

Searched refs:xop10 (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/
HDsimplify-rtx.c1683 rtx xop10 = XEXP (op1, 0); in simplify_binary_operation_1() local
1686 if (GET_CODE (xop00) == CC0 && GET_CODE (xop10) == CC0) in simplify_binary_operation_1()
1688 if (REG_P (xop00) && REG_P (xop10) in simplify_binary_operation_1()
1689 && GET_MODE (xop00) == GET_MODE (xop10) in simplify_binary_operation_1()
1690 && REGNO (xop00) == REGNO (xop10) in simplify_binary_operation_1()
1692 && GET_MODE_CLASS (GET_MODE (xop10)) == MODE_CC) in simplify_binary_operation_1()