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

/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.h1552 rtx xop1 = XEXP(X,1); \
1555 GO_IF_LEGITIMATE_INDEX (MODE, REGNO (xop0), xop1, LABEL); \
1556 else if (BASE_REGISTER_RTX_P (xop1)) \
1557 GO_IF_LEGITIMATE_INDEX (MODE, REGNO (xop1), xop0, LABEL); \
1563 rtx xop1 = XEXP (X,1); \
1566 GO_IF_LEGITIMATE_INDEX (MODE, -1, xop1, LABEL); \
1604 rtx xop1 = XEXP (X, 1); \
1608 if (CONSTANT_P (xop1) && ! symbol_mentioned_p (xop1)) \
1609 xop1
[all...]
/haiku-buildtools/gcc/gcc/config/mcore/
H A Dmcore.h609 rtx xop1 = XEXP (X,1); \
611 GO_IF_LEGITIMATE_INDEX (MODE, REGNO (xop0), xop1, LABEL); \
612 if (BASE_REGISTER_RTX_P (xop1)) \
613 GO_IF_LEGITIMATE_INDEX (MODE, REGNO (xop1), xop0, LABEL); \
/haiku-buildtools/legacy/gcc/gcc/
H A Doptabs.c842 rtx xop0 = op0, xop1 = op1;
859 tmp = xop0; xop0 = xop1; xop1 = tmp;
871 if (GET_MODE (xop1) != VOIDmode
872 && GET_MODE (xop1) != mode1
874 xop1 = convert_to_mode (mode1, xop1, unsignedp);
883 if (! (*insn_operand_predicate[icode][2]) (xop1, mode1)
885 xop1 = copy_to_mode_reg (mode1, xop1);
837 rtx xop0 = op0, xop1 = op1; local
943 rtx xop0 = op0, xop1 = op1; local
1284 rtx xop0, xop1; local
1890 rtx xop0 = op0, xop1 = op1; local
2056 rtx xop0 = op0, xop1 = op1; local
[all...]
H A Dc-typeck.c2485 tree xop0 = op0, xop1 = op1, xresult_type = result_type;
2488 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode);
2491 op0 = xop0, op1 = xop1;
2508 xop1 = orig_op1;
2510 STRIP_TYPE_NOPS (xop1);
2530 || (op1_signed && TREE_CODE (xop1) == INTEGER_CST
2531 && tree_int_cst_sgn (xop1) >= 0))
2537 && ((op0_signed && TREE_CODE (xop1) == INTEGER_CST
2538 && int_fits_type_p (xop1, signed_type (result_type)))
3570 register tree xop1
2474 tree xop0 = op0, xop1 = op1, xresult_type = result_type; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Doptabs.c1428 rtx xop0 = op0, xop1 = op1;
1436 && GET_MODE (xop0) != xmode0 && GET_MODE (xop1) != xmode1
1437 && GET_MODE (xop0) == xmode1 && GET_MODE (xop1) == xmode1)
1440 xop0 = xop1;
1441 xop1 = swap;
1447 xop1 = avoid_expensive_constant (xmode1, binoptab, 1, xop1, unsignedp);
1467 mode1 = ((GET_MODE (xop1) != VOIDmode || canonicalize_op1)
1468 ? GET_MODE (xop1) : mode);
1471 xop1
1420 rtx xop0 = op0, xop1 = op1; local
1691 rtx xop0 = op0, xop1 = op1; local
1997 rtx xop0, xop1, xtarget; local
2231 rtx xop0 = op0, xop1 = op1; local
2444 rtx xop0 = op0, xop1 = op1; local
[all...]
H A Dgimplify.c8701 tree new_type, xop0, xop1;
8731 xop1 = TREE_OPERAND (*expr_p, 1);
8736 if (!useless_type_conversion_p (new_type, TREE_TYPE (xop1)))
8739 xop1);
8698 tree new_type, xop0, xop1; local
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Dsh.h1340 rtx xop1 = XEXP ((X), 1); \
1342 GO_IF_LEGITIMATE_INDEX ((MODE), xop1, LABEL); \
1346 if (BASE_REGISTER_RTX_P (xop1) && INDEX_REGISTER_RTX_P (xop0))\
1348 if (INDEX_REGISTER_RTX_P (xop1) && BASE_REGISTER_RTX_P (xop0))\
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c7003 rtx xop1 = XEXP (x, 1);
7006 && ((CONST_INT_P (xop1)
7007 && arm_legitimate_index_p (mode, xop1, outer, strict_p))
7008 || (!strict_p && will_be_in_index_register (xop1))))
7009 || (arm_address_register_rtx_p (xop1, strict_p)
7018 rtx xop1 = XEXP (x, 1);
7021 && arm_legitimate_index_p (mode, xop1, outer, strict_p));
7091 rtx xop1 = XEXP (x, 1);
7094 && (thumb2_legitimate_index_p (mode, xop1, strict_p)
7095 || (!strict_p && will_be_in_index_register (xop1))))
6992 rtx xop1 = XEXP (x, 1); local
7080 rtx xop1 = XEXP (x, 1); local
7778 rtx xop1 = XEXP (x, 1); local
7828 rtx xop1 = XEXP (x, 1); local
7893 rtx xop1 = XEXP (x, 1); local
28851 rtx xop0, xop1 = NULL_RTX; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c3924 tree xop0 = op0, xop1 = op1, xresult_type = result_type;
3927 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode);
3930 op0 = xop0, op1 = xop1;
3914 tree xop0 = op0, xop1 = op1, xresult_type = result_type; local
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck.c4951 tree xop0 = op0, xop1 = op1, xresult_type = result_type;
4954 = shorten_compare (location, &xop0, &xop1, &xresult_type,
4958 op0 = xop0, op1 = xop1;
4943 tree xop0 = op0, xop1 = op1, xresult_type = result_type; local
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c11232 tree xop0 = op0, xop1 = op1, xresult_type = result_type;
11235 = shorten_compare (location, &xop0, &xop1, &xresult_type,
11244 op0 = xop0, op1 = xop1;
11194 tree xop0 = op0, xop1 = op1, xresult_type = result_type; local

Completed in 328 milliseconds