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

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c1458 rtx trueop0, trueop1;
1475 trueop0 = avoid_constant_pool_reference (op0);
1478 tem = simplify_const_binary_operation (code, mode, trueop0, trueop1);
1481 return simplify_binary_operation_1 (code, mode, op0, op1, trueop0, trueop1);
1491 rtx op0, rtx op1, rtx trueop0, rtx trueop1)
1706 if (rtx_equal_p (trueop0, trueop1)
1715 if (!HONOR_SIGNED_ZEROS (mode) && trueop0 == CONST0_RTX (mode))
1719 if (trueop0 == constm1_rtx)
1844 && trueop0 == const1_rtx
1983 if (rtx_equal_p (trueop0, trueop
1451 rtx trueop0, trueop1; local
1483 simplify_binary_operation_1(enum rtx_code code, enum machine_mode mode, rtx op0, rtx op1, rtx trueop0, rtx trueop1) argument
3508 rtx tem, trueop0, trueop1; local
3696 rtx trueop0; local
[all...]

Completed in 55 milliseconds