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

  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.cc 3270 rtx xop1 = XEXP (x, 1);
3272 && mcore_legitimate_index_p (mode, xop1))
3274 if (mcore_base_register_rtx_p (xop1, strict_p)
3261 rtx xop1 = XEXP (x, 1); local
  /src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.cc 3269 rtx xop1 = XEXP (x, 1);
3271 && mcore_legitimate_index_p (mode, xop1))
3273 if (mcore_base_register_rtx_p (xop1, strict_p)
3260 rtx xop1 = XEXP (x, 1); local
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 901 rtx xop1[5] = { op[0], op[1], op[2], op[3], op[4] };
907 if (GET_CODE (xop1[0]) == EQ
916 else if (GET_CODE (xop1[0]) == NE)
949 if (! rtx_equal_p (xop1[1], xop2[1])
950 || ! CONST_INT_P (xop1[2])
954 machine_mode mode = GET_MODE (xop1[1]);
955 enum rtx_code code1 = GET_CODE (xop1[0]);
958 code2 = avr_redundant_compare (code1, xop1[2], code2, xop2[2],
986 rtx xpat1 = gen_branch (xop1[3], xcond1);
993 xcompare = gen_cmpqi3 (xop1[1], xop1[2])
900 rtx xop1[5] = { op[0], op[1], op[2], op[3], op[4] }; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 1370 rtx xop0 = op0, xop1 = op1;
1378 && GET_MODE (xop0) != xmode0 && GET_MODE (xop1) != xmode1
1379 && GET_MODE (xop0) == xmode1 && GET_MODE (xop1) == xmode0)
1380 std::swap (xop0, xop1);
1385 xop1 = avoid_expensive_constant (xmode1, binoptab, 1, xop1, unsignedp);
1405 mode1 = ((GET_MODE (xop1) != VOIDmode || canonicalize_op1)
1406 ? GET_MODE (xop1) : mode);
1409 xop1 = convert_modes (xmode1, mode1, xop1, unsignedp)
1364 rtx xop0 = op0, xop1 = op1; local
1649 rtx xop0 = op0, xop1 = op1; local
1969 rtx xop0, xop1, xtarget; local
2254 rtx xop0 = op0, xop1 = op1; local
2465 rtx xop0 = op0, xop1 = op1; local
    [all...]
gimplify.cc 15767 tree new_type, xop0, xop1;
15797 xop1 = TREE_OPERAND (*expr_p, 1);
15802 if (!useless_type_conversion_p (new_type, TREE_TYPE (xop1)))
15805 xop1);
15764 tree new_type, xop0, xop1; local
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 941 rtx xop1[5] = { op[0], op[1], op[2], op[3], op[4] };
947 if (GET_CODE (xop1[0]) == EQ
956 else if (GET_CODE (xop1[0]) == NE)
989 if (! rtx_equal_p (xop1[1], xop2[1])
990 || ! CONST_INT_P (xop1[2])
994 machine_mode mode = GET_MODE (xop1[1]);
995 enum rtx_code code1 = GET_CODE (xop1[0]);
998 code2 = avr_redundant_compare (code1, xop1[2], code2, xop2[2],
1026 rtx xpat1 = gen_branch (xop1[3], xcond1);
1033 xcompare = gen_cmpqi3 (xop1[1], xop1[2])
940 rtx xop1[5] = { op[0], op[1], op[2], op[3], op[4] }; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/csky/
csky.cc 2984 rtx xop1 = XEXP (x, 1); local
2987 && CONST_INT_P (xop1))
2989 HOST_WIDE_INT offset = INTVAL (xop1);
3014 xop1 = force_reg (SImode, xop1);
3015 x = gen_rtx_PLUS (SImode, xop0, xop1);
3021 if (is_csky_address_register_rtx_p (xop1, 0)
3025 x = gen_rtx_PLUS (SImode, xop0, xop1);
3214 rtx xop1 = XEXP (addr, 1); local
3217 && csky_legitimate_index_p (mode, xop1, strict_p)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 6585 tree xop1 = fold_simple (op1);
6588 shorten_compare (location, &xop0, &xop1, &xresult_type,
6577 tree xop1 = fold_simple (op1); local
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 1386 rtx xop0 = op0, xop1 = op1;
1393 && GET_MODE (xop0) != xmode0 && GET_MODE (xop1) != xmode1
1394 && GET_MODE (xop0) == xmode1 && GET_MODE (xop1) == xmode0)
1395 std::swap (xop0, xop1);
1400 xop1 = avoid_expensive_constant (xmode1, binoptab, 1, xop1, unsignedp);
1420 mode1 = ((GET_MODE (xop1) != VOIDmode || canonicalize_op1)
1421 ? GET_MODE (xop1) : mode);
1424 xop1 = convert_modes (xmode1, mode1, xop1, unsignedp)
1380 rtx xop0 = op0, xop1 = op1; local
1664 rtx xop0 = op0, xop1 = op1; local
1984 rtx xop0, xop1, xtarget; local
2269 rtx xop0 = op0, xop1 = op1; local
2480 rtx xop0 = op0, xop1 = op1; local
    [all...]
gimplify.cc 18573 tree new_type, xop0, xop1;
18603 xop1 = TREE_OPERAND (*expr_p, 1);
18608 if (!useless_type_conversion_p (new_type, TREE_TYPE (xop1)))
18611 xop1);
18570 tree new_type, xop0, xop1; local
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc 2978 rtx xop1 = XEXP (x, 1); local
2981 && CONST_INT_P (xop1))
2983 HOST_WIDE_INT offset = INTVAL (xop1);
3008 xop1 = force_reg (SImode, xop1);
3009 x = gen_rtx_PLUS (SImode, xop0, xop1);
3015 if (is_csky_address_register_rtx_p (xop1, 0)
3019 x = gen_rtx_PLUS (SImode, xop0, xop1);
3207 rtx xop1 = XEXP (addr, 1); local
3210 && csky_legitimate_index_p (mode, xop1, strict_p)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 6202 tree xop1 = fold_simple (op1);
6205 shorten_compare (location, &xop0, &xop1, &xresult_type,
6194 tree xop1 = fold_simple (op1); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 13660 tree xop0 = op0, xop1 = op1, xresult_type = result_type;
13663 = shorten_compare (location, &xop0, &xop1, &xresult_type,
13672 op0 = xop0, op1 = xop1;
13621 tree xop0 = op0, xop1 = op1, xresult_type = result_type; local
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 10533 rtx xop1 = operands[1]; local
10536 xop1 = gen_reg_rtx (vimode);
10537 emit_move_insn (xop1,
10541 emit_move_insn (src1, xop1);
10610 rtx xop1 = operands[1]; local
10613 xop1 = gen_reg_rtx (vimode);
10614 emit_move_insn (xop1,
10618 emit_move_insn (src1, xop1);
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 9072 rtx xop1 = XEXP (x, 1);
9075 return gbr_displacement (xop1, mode);
9079 && sh_legitimate_index_p (mode, xop1, TARGET_SH2A, false))
9085 if (MAYBE_BASE_REGISTER_RTX_P (xop1, strict)
9088 if (MAYBE_INDEX_REGISTER_RTX_P (xop1, strict)
9054 rtx xop1 = XEXP (x, 1); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 12783 tree xop0 = op0, xop1 = op1, xresult_type = result_type;
12786 = shorten_compare (location, &xop0, &xop1, &xresult_type,
12795 op0 = xop0, op1 = xop1;
12746 tree xop0 = op0, xop1 = op1, xresult_type = result_type; local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 9071 rtx xop1 = XEXP (x, 1);
9074 return gbr_displacement (xop1, mode);
9078 && sh_legitimate_index_p (mode, xop1, TARGET_SH2A, false))
9084 if (MAYBE_BASE_REGISTER_RTX_P (xop1, strict)
9087 if (MAYBE_INDEX_REGISTER_RTX_P (xop1, strict)
9053 rtx xop1 = XEXP (x, 1); local

Completed in 229 milliseconds