Searched refs:const_op (Results 1 – 8 of 8) sorted by relevance
9711 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 …]
10483 const_op = trunc_int_for_mode (const_op, mode);10490 if (const_op10521 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 …]
11369 `const_op' to `unsigned HOST_WIDE_INT' when comparing against
2153 rtx const_op = OP1; \2155 &const_op); \2156 OP1 = const_op; \
2485 rtx const_op = OP1; \2486 CODE = arm_canonicalize_comparison ((CODE), &const_op); \2487 OP1 = const_op; \
14871 OP *const_op = NULL; in Perl_ck_subr() local14901 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()
7780 OP *const_op = newSVOP(OP_CONST, 0, SvREFCNT_inc_NN(c.sv)); in yyl_just_a_word() local7781 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()
1474 rtx const_op = XEXP (operands[1], 1);1478 emit_move_insn (scratch, const_op);