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

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c1458 rtx trueop0, trueop1;
1476 trueop1 = avoid_constant_pool_reference (op1);
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)
1507 if (!HONOR_SIGNED_ZEROS (mode) && trueop1 == CONST0_RTX (mode))
1520 && trueop1 == const1_rtx)
1638 && ((STORE_FLAG_VALUE == -1 && trueop1 == const1_rtx)
1639 || (STORE_FLAG_VALUE == 1 && trueop1 == constm1_rtx))
1677 && trueop1
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
3697 rtx trueop1; local
[all...]

Completed in 103 milliseconds