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

/freebsd-10-stable/contrib/gcc/
H A Dsimplify-rtx.c1461 rtx trueop0, trueop1;
1478 trueop0 = avoid_constant_pool_reference (op0);
1481 tem = simplify_const_binary_operation (code, mode, trueop0, trueop1);
1484 return simplify_binary_operation_1 (code, mode, op0, op1, trueop0, trueop1);
1494 rtx op0, rtx op1, rtx trueop0, rtx trueop1)
1709 if (rtx_equal_p (trueop0, trueop1)
1718 if (!HONOR_SIGNED_ZEROS (mode) && trueop0 == CONST0_RTX (mode))
1722 if (trueop0 == constm1_rtx)
1847 && trueop0 == const1_rtx
1986 if (rtx_equal_p (trueop0, trueop
1454 rtx trueop0, trueop1; local
1486 simplify_binary_operation_1(enum rtx_code code, enum machine_mode mode, rtx op0, rtx op1, rtx trueop0, rtx trueop1) argument
3511 rtx tem, trueop0, trueop1; local
3699 rtx trueop0; local
[all...]

Completed in 167 milliseconds