HomeSort by: relevance | last modified time | path
    Searched defs:trueop0 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
simplify-rtx.cc 2698 rtx trueop0, trueop1;
2713 trueop0 = avoid_constant_pool_reference (op0);
2716 tem = simplify_const_binary_operation (code, mode, trueop0, trueop1);
2719 tem = simplify_binary_operation_1 (code, mode, op0, op1, trueop0, trueop1);
2726 if (trueop0 != op0 || trueop1 != op1)
2727 return simplify_gen_binary (code, mode, trueop0, trueop1);
2862 OP1 are constant pool references, TRUEOP0 and TRUEOP1 represent the
2869 rtx trueop0, rtx trueop1)
3096 if (rtx_equal_p (trueop0, trueop1)
3105 if (!HONOR_SIGNED_ZEROS (mode) && trueop0 == CONST0_RTX (mode)
2689 rtx trueop0, trueop1; local
    [all...]
combine.cc 6413 rtx trueop0 = XEXP (x, 0);
6414 mode = GET_MODE (trueop0);
6419 rtx new_rtx = lowpart_subreg (GET_MODE (x), trueop0, mode);
6395 rtx trueop0 = XEXP (x, 0); local
  /src/external/gpl3/gcc.old/dist/gcc/
simplify-rtx.cc 2560 rtx trueop0, trueop1;
2575 trueop0 = avoid_constant_pool_reference (op0);
2578 tem = simplify_const_binary_operation (code, mode, trueop0, trueop1);
2581 tem = simplify_binary_operation_1 (code, mode, op0, op1, trueop0, trueop1);
2588 if (trueop0 != op0 || trueop1 != op1)
2589 return simplify_gen_binary (code, mode, trueop0, trueop1);
2686 OP1 are constant pool references, TRUEOP0 and TRUEOP1 represent the
2693 rtx trueop0, rtx trueop1)
2934 if (rtx_equal_p (trueop0, trueop1)
2943 if (!HONOR_SIGNED_ZEROS (mode) && trueop0 == CONST0_RTX (mode)
2551 rtx trueop0, trueop1; local
    [all...]
combine.cc 6373 rtx trueop0 = XEXP (x, 0);
6374 mode = GET_MODE (trueop0);
6379 rtx new_rtx = lowpart_subreg (GET_MODE (x), trueop0, mode);
6355 rtx trueop0 = XEXP (x, 0); local

Completed in 36 milliseconds