Searched refs:const1_rtx (Results 1 - 23 of 23) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dloop-doloop.c137 && XEXP (condition, 1) != const1_rtx))
332 gcc_assert (noloop == const1_rtx);
360 count = simplify_gen_binary (PLUS, mode, count, const1_rtx);
H A Dflow.c3146 else if (rcli->stores != const1_rtx)
3157 if (ncond == const1_rtx
3158 || (ncond == rcli->orig_condition && rcli->stores == const1_rtx))
3201 if (rcli->stores != const0_rtx && rcli->stores != const1_rtx)
3211 gcc_assert (rcli->condition != const1_rtx);
3251 return const1_rtx;
3271 if (op0 == const1_rtx || op1 == const1_rtx)
3272 return const1_rtx;
3294 if (op0 == const1_rtx)
[all...]
H A Dexpmed.c3123 if (op1 == const1_rtx)
3695 temp = expand_binop (mode, sub_optab, result, const1_rtx, result,
3702 temp = expand_binop (mode, add_optab, temp, const1_rtx, result,
3882 /* We shouldn't be called with OP1 == const1_rtx, but some of the
3885 if (op1 == const1_rtx)
4466 expand_dec (quotient, const1_rtx);
4495 expand_inc (adjusted_op0, const1_rtx);
4507 expand_dec (adjusted_op0, const1_rtx);
4513 expand_dec (quotient, const1_rtx);
4540 expand_inc (t1, const1_rtx);
[all...]
H A Dloop-iv.c150 if (iv->mult != const1_rtx)
373 iv->mult = const1_rtx;
394 iv->mult = const1_rtx;
411 iv->mult = const1_rtx;
434 iv->mult = const1_rtx;
880 iv->mult = const1_rtx;
1495 && simplify_gen_binary (MINUS, mode, opb0, op0) == const1_rtx)
1882 if (iv0->first_special || iv0->mult != const1_rtx || iv0->delta != const0_rtx)
1884 if (iv1->first_special || iv1->mult != const1_rtx || iv1->delta != const0_rtx)
2146 iv0.base, const1_rtx);
[all...]
H A Dsimplify-rtx.c448 && XEXP (op, 0) == const1_rtx)
450 temp = simplify_gen_unary (NOT, mode, const1_rtx, mode);
471 && XEXP (SUBREG_REG (op), 0) == const1_rtx)
477 simplify_gen_unary (NOT, inner_mode, const1_rtx,
519 && XEXP (op, 1) == const1_rtx)
591 && XEXP (op, 1) == const1_rtx
1523 && trueop1 == const1_rtx)
1641 && ((STORE_FLAG_VALUE == -1 && trueop1 == const1_rtx)
1847 && trueop0 == const1_rtx
2173 && trueop1 == const1_rtx
[all...]
H A Doptabs.c737 outof_input, const1_rtx, 0, unsignedp, methods);
2391 temp = expand_binop (wider_mode, and_optab, temp, const1_rtx,
3745 *py = const1_rtx;
3990 true_rtx = const1_rtx;
4006 false_rtx = const1_rtx;
4091 if (code == LT && op1 == const1_rtx)
4219 if (code == LT && op1 == const1_rtx)
4627 temp = expand_binop (imode, and_optab, from, const1_rtx,
5929 emit_move_insn (target, const1_rtx);
H A Dcfgbuild.c127 && XEXP (PATTERN (insn), 0) == const1_rtx)
H A Ddwarf2asm.c827 if (addr == const0_rtx || addr == const1_rtx)
H A Dexpr.c1482 tmp = expand_simple_binop (iter_mode, PLUS, iter, const1_rtx, iter,
3980 value = expand_and (str_mode, value, const1_rtx, NULL);
8365 if (op1 == const1_rtx)
8513 emit_move_insn (target, const1_rtx);
8532 emit_move_insn (temp, const1_rtx);
8558 emit_move_insn (target, const1_rtx);
8569 temp = expand_binop (mode, xor_optab, op0, const1_rtx,
9248 result = expand_binop (mode, xor_optab, result, const1_rtx,
9258 emit_move_insn (target, invert ? const0_rtx : const1_rtx);
9264 ? const0_rtx : const1_rtx);
[all...]
H A Dpredict.c868 if (XEXP (cond, 1) == const0_rtx || XEXP (cond, 1) == const1_rtx
875 if (XEXP (cond, 1) == const0_rtx || XEXP (cond, 1) == const1_rtx
H A Ddojump.c133 const1_rtx);
H A Dcombine.c4577 gen_rtx_XOR (mode, XEXP (x, 0), const1_rtx),
4715 const1_rtx);
7849 && XEXP (XEXP (src, 0), 0) == const1_rtx
7855 return gen_rtx_SET (VOIDmode, assign, const1_rtx);
9955 && XEXP (op0, 1) == const1_rtx
10332 && XEXP (XEXP (op0, 0), 0) == const1_rtx)
10452 && XEXP (op0, 1) == const1_rtx
10465 && XEXP (op0, 1) == const1_rtx
H A Dstmt.c2205 int cost = rtx_cost (gen_rtx_ASHIFT (word_mode, const1_rtx, reg), SET);
2301 index = expand_binop (word_mode, ashl_optab, const1_rtx,
H A Difcvt.c1092 && (XEXP (if_info->a, 1) == const1_rtx
1792 else if (c == const1_rtx && GET_CODE (cond) == LT)
1944 if (XEXP (cond, 1) != const1_rtx
H A Dloop-unroll.c1149 simplify_gen_binary (MINUS, desc->mode, desc->niter_expr, const1_rtx);
H A Drtl.h1806 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])
1802 #define const1_rtx macro
H A Dbuiltins.c760 gcc_assert (value == const1_rtx);
5393 temp = expand_binop (rmode, and_optab, temp, const1_rtx,
6146 if (value != const1_rtx)
H A Demit-rtl.c5294 const_tiny_rtx[1][(int) BImode] = const1_rtx;
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsparc.c2069 const1_rtx,
2094 const1_rtx,
2118 const1_rtx, operands[0])));
2561 && XEXP (src, 1) == const1_rtx)
3091 addr, const1_rtx));
3097 addr, const1_rtx));
3121 const1_rtx));
3127 const1_rtx));
4136 gcc_assert (XEXP (pat, 1) == const1_rtx);
6125 emit_cmp_insn (result, const1_rtx,
[all...]
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.c11155 op1 = const1_rtx;
12136 if (operands[3] != const1_rtx
12653 if (operands[1] == const1_rtx)
13653 emit_insn (gen_adddi3 (out, out, const1_rtx));
13655 emit_insn (gen_addsi3 (out, out, const1_rtx));
13666 emit_insn (gen_adddi3 (out, out, const1_rtx));
13668 emit_insn (gen_addsi3 (out, out, const1_rtx));
13677 emit_insn (gen_adddi3 (out, out, const1_rtx));
13679 emit_insn (gen_addsi3 (out, out, const1_rtx));
18079 && XEXP (XEXP (x, 0), 1) == const1_rtx
[all...]
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.c3064 return !TARGET_MIPS16 && cmp1 == const1_rtx;
3155 mips_emit_binary (XOR, target, inv_target, const1_rtx);
10851 const0_rtx, const1_rtx);
10858 const1_rtx, const0_rtx);
10863 const1_rtx, const0_rtx);
10888 const1_rtx, const0_rtx);
/freebsd-11.0-release/contrib/gcc/config/s390/
H A Ds390.c3040 op1 = const1_rtx;
3618 set_mem_size (dst, const1_rtx);
3661 set_mem_size (dst, const1_rtx);
3667 emit_cmp_and_jump_insns (count, const1_rtx,
3847 if (increment == const1_rtx)
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Darm.c3963 eqv = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, const1_rtx),
6768 || XEXP (x, 2) == const1_rtx)
6794 && XEXP (x, 1) == const1_rtx)

Completed in 407 milliseconds