Searched refs:constm1_rtx (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dloop-doloop.c117 || XEXP (inc_src, 1) != constm1_rtx)
341 noloop = constm1_rtx;
H A Dsimplify-rtx.c419 && XEXP (op, 1) == constm1_rtx)
1642 || (STORE_FLAG_VALUE == 1 && trueop1 == constm1_rtx))
1722 if (trueop0 == constm1_rtx)
1896 if (trueop1 == constm1_rtx)
1993 return constm1_rtx;
2401 if (trueop1 == constm1_rtx)
2440 if (trueop1 == CONST1_RTX (mode) || trueop1 == constm1_rtx)
2530 if (trueop1 == constm1_rtx && ! side_effects_p (op0))
3296 ops[n_ops].op = constm1_rtx;
H A Dpredict.c869 || XEXP (cond, 1) == constm1_rtx)
876 || XEXP (cond, 1) == constm1_rtx)
H A Dexpmed.c3125 if (op1 == constm1_rtx)
3890 if (! unsignedp && op1 == constm1_rtx)
4407 op0, constm1_rtx), NULL_RTX);
5161 if (op1 == constm1_rtx)
5169 if (op1 == constm1_rtx)
5191 && (op1 == const0_rtx || op1 == constm1_rtx))
5297 return constm1_rtx;
H A Doptabs.c3460 XEXP (note, 0) = constm1_rtx;
3462 REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EH_REGION, constm1_rtx,
3996 false_rtx = constm1_rtx;
4000 true_rtx = constm1_rtx;
4093 else if (code == GT && op1 == constm1_rtx)
4221 else if (code == GT && op1 == constm1_rtx)
H A Difcvt.c1093 || XEXP (if_info->a, 1) == constm1_rtx))
1790 if (c == constm1_rtx && GET_CODE (cond) == GT)
1865 || (code == LE && c == constm1_rtx))
1871 || (code == GT && c == constm1_rtx))
H A Dcombine.c4570 if (XEXP (x, 1) == constm1_rtx
4915 false_code = EQ, false_val = constm1_rtx;
7578 else if (x == constm1_rtx || x == const0_rtx
7582 *ptrue = constm1_rtx, *pfalse = const0_rtx;
8982 && XEXP (XEXP (varop, 0), 1) == constm1_rtx
9096 && XEXP (varop, 1) == constm1_rtx
10206 if (const_op == 0 && XEXP (op0, 1) == constm1_rtx
10318 && XEXP (XEXP (op0, 0), 1) == constm1_rtx
H A Dexcept.c2899 return constm1_rtx;
2905 return constm1_rtx;
H A Dexpr.c1012 emit_insn (gen_add2_insn (data.to_addr, constm1_rtx));
2319 emit_insn (gen_add2_insn (data.to_addr, constm1_rtx));
8375 if (op1 == constm1_rtx && !unsignedp)
H A Dfinal.c3571 rtx high = (INTVAL (value) < 0 ? constm1_rtx : const0_rtx);
H A Dloop-iv.c2156 iv1.base, constm1_rtx);
H A Drtl.h1808 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
1804 #define constm1_rtx macro
H A Drtlanal.c4142 if (code == PLUS && XEXP (x, 1) == constm1_rtx
H A Dbuiltins.c10136 return object_size_type < 2 ? constm1_rtx : const0_rtx;
/freebsd-11.0-release/contrib/gcc/config/s390/
H A Ds390.h534 #define MASK_RETURN_ADDR (TARGET_64BIT ? constm1_rtx : GEN_INT (0x7fffffff))
H A Ds390.c699 *op1 = constm1_rtx;
3555 temp = expand_binop (mode, add_optab, count, constm1_rtx, count, 1, 0);
3574 temp = expand_binop (mode, add_optab, blocks, constm1_rtx, blocks, 1, 0);
3657 temp = expand_binop (mode, add_optab, count, constm1_rtx, count, 1, 0);
3691 temp = expand_binop (mode, add_optab, blocks, constm1_rtx, blocks, 1, 0);
3763 temp = expand_binop (mode, add_optab, count, constm1_rtx, count, 1, 0);
3788 temp = expand_binop (mode, add_optab, blocks, constm1_rtx, blocks, 1, 0);
3919 if (increment == constm1_rtx)
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.c3940 x86-64 functions. For i386 ABI just return constm1_rtx to avoid
3951 return constm1_rtx;
10611 emit_insn (gen_addqi_ext_1 (scratch, scratch, constm1_rtx));
10652 emit_insn (gen_addqi_ext_1 (scratch, scratch, constm1_rtx));
11191 if (mode == DImode || op1 != constm1_rtx)
11231 || (ix86_compare_op1 == constm1_rtx && (code == GT || code == LE)))
11420 else if (ix86_compare_op1 == constm1_rtx)
11597 out = expand_simple_binop (mode, PLUS, copy_rtx (out), constm1_rtx,
11630 if (INTVAL (operands[2]) == 0 && operands[3] != constm1_rtx)
11631 operands[3] = constm1_rtx, o
[all...]
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.c10849 condition = gen_rtx_NE (VOIDmode, cmp_result, constm1_rtx);

Completed in 421 milliseconds