Home
last modified time | relevance | path

Searched refs:const_op (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dcombine.c9711 const_op = trunc_int_for_mode (const_op, mode); in simplify_comparison()
9718 if (const_op in simplify_comparison()
9749 if (const_op > 0) in simplify_comparison()
9761 if (const_op < 0) in simplify_comparison()
9779 if (const_op > 0) in simplify_comparison()
9791 if (const_op < 0) in simplify_comparison()
9809 if (const_op > 0) in simplify_comparison()
9844 if (const_op > 1) in simplify_comparison()
9931 const_op = i; in simplify_comparison()
10107 && const_op >= 0) in simplify_comparison()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcombine.c10483 const_op = trunc_int_for_mode (const_op, mode);
10490 if (const_op
10521 if (const_op > 0)
10533 if (const_op < 0)
10551 if (const_op > 0)
10563 if (const_op < 0)
10581 if (const_op > 0)
10616 if (const_op > 1)
10703 const_op = i;
10873 && const_op >= 0)
[all …]
H A DChangeLog.111369 `const_op' to `unsigned HOST_WIDE_INT' when comparing against
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm.h2153 rtx const_op = OP1; \
2155 &const_op); \
2156 OP1 = const_op; \
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.h2485 rtx const_op = OP1; \
2486 CODE = arm_canonicalize_comparison ((CODE), &const_op); \
2487 OP1 = const_op; \
/openbsd/gnu/usr.bin/perl/
H A Dop.c14871 OP *const_op = NULL; in Perl_ck_subr() local
14901 const_op = aop; in Perl_ck_subr()
14908 const_op = sib; in Perl_ck_subr()
14914 assert(const_op); in Perl_ck_subr()
14920 && (const_op->op_private & OPpCONST_BARE)) { in Perl_ck_subr()
H A Dtoke.c7780 OP *const_op = newSVOP(OP_CONST, 0, SvREFCNT_inc_NN(c.sv)); in yyl_just_a_word() local
7781 const_op->op_private = OPpCONST_BARE; in yyl_just_a_word()
7782 c.rv2cv_op = newCVREF(OPpMAY_RETURN_CONSTANT<<8, const_op); in yyl_just_a_word()
/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.md1474 rtx const_op = XEXP (operands[1], 1);
1478 emit_move_insn (scratch, const_op);