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

  /src/external/gpl3/gcc/dist/gcc/
simplify-rtx.cc 2698 rtx trueop0, trueop1;
2714 trueop1 = avoid_constant_pool_reference (op1);
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)
2887 && trueop1 == CONST0_RTX (mode))
2900 && trueop1 == const1_rtx
2689 rtx trueop0, trueop1; local
    [all...]
combine.cc 6415 rtx trueop1 = XEXP (x, 1);
6417 if (vec_series_lowpart_p (GET_MODE (x), mode, trueop1))
6397 rtx trueop1 = XEXP (x, 1); local
  /src/external/gpl3/gcc.old/dist/gcc/
simplify-rtx.cc 2560 rtx trueop0, trueop1;
2576 trueop1 = avoid_constant_pool_reference (op1);
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)
2710 if (!HONOR_SIGNED_ZEROS (mode) && trueop1 == CONST0_RTX (mode))
2723 && trueop1 == const1_rtx
2551 rtx trueop0, trueop1; local
    [all...]
combine.cc 6375 rtx trueop1 = XEXP (x, 1);
6377 if (vec_series_lowpart_p (GET_MODE (x), mode, trueop1))
6357 rtx trueop1 = XEXP (x, 1); local

Completed in 166 milliseconds