Searched refs:INTVAL (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-10.0-release/contrib/gcc/
H A Dsimplify-rtx.c73 return gen_int_mode (- INTVAL (i), mode);
94 val = INTVAL (x);
175 offset = INTVAL (XEXP (XEXP (addr, 0), 1));
461 && INTVAL (XEXP (op, 1)) == GET_MODE_BITSIZE (mode) - 1)
577 && INTVAL (XEXP (op, 1)) == GET_MODE_BITSIZE (mode) - 1)
585 && INTVAL (XEXP (op, 1)) == GET_MODE_BITSIZE (mode) - 1)
953 lv = INTVAL (op), hv = HWI_SIGN_EXTEND (lv);
969 lv = INTVAL (op), hv = HWI_SIGN_EXTEND (lv);
993 HOST_WIDE_INT arg0 = INTVAL (op);
1126 l1 = INTVAL (o
[all...]
H A Dcombine.c506 gcc_assert (INTVAL (newval)
507 == trunc_int_for_mode (INTVAL (newval), GET_MODE (oldval)));
1109 && INTVAL (src) > 0
1110 && 0 != (INTVAL (src)
1113 src = GEN_INT (INTVAL (src)
1235 || INTVAL (XEXP (note, 0)) <= 0)
1596 && exact_log2 (INTVAL (XEXP (x, 1))) >= 0);
1989 width = INTVAL (XEXP (dest, 1));
1990 offset = INTVAL (XEXP (dest, 2));
2027 olo = INTVAL (oute
[all...]
H A Dalias.c917 if (GET_CODE (XEXP (src, 1)) == CONST_INT && INTVAL (XEXP (src, 1)) != 0)
1174 return plus_constant (x1, INTVAL (x0));
1176 return plus_constant (x0, INTVAL (x1));
1477 if (GET_CODE (XEXP (x, 1)) == CONST_INT && INTVAL (XEXP (x, 1)) != 0)
1541 || (int) GET_MODE_UNIT_SIZE (y_mode) < -INTVAL (XEXP (x, 1))))
1545 || (int) GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1))))
1708 c - INTVAL (x1) + INTVAL (y1));
1711 c - INTVAL (x1));
1714 return memrefs_conflict_p (xsize, x, ysize, y0, c + INTVAL (y
[all...]
H A Dexplow.c99 return GEN_INT (INTVAL (x) + c);
158 c += INTVAL (XEXP (x, 1));
566 offset += INTVAL (XEXP (XEXP (base, 0), 1));
713 ca = exact_log2 (INTVAL (c) & -INTVAL (c)) * BITS_PER_UNIT;
839 stack_pointer_delta -= INTVAL (adjust);
868 stack_pointer_delta += INTVAL (adjust);
896 HOST_WIDE_INT new = (INTVAL (size) + align - 1) / align * align;
898 if (INTVAL (size) != new)
1163 HOST_WIDE_INT new = INTVAL (siz
[all...]
H A Dgenemit.c242 if (INTVAL (x) == 0)
244 else if (INTVAL (x) == 1)
246 else if (INTVAL (x) == -1)
248 else if (-MAX_SAVED_CONST_INT <= INTVAL (x)
249 && INTVAL (x) <= MAX_SAVED_CONST_INT)
251 (int) INTVAL (x));
252 else if (INTVAL (x) == STORE_FLAG_VALUE)
257 printf (HOST_WIDE_INT_PRINT_DEC_C, INTVAL (x));
H A Dpostreload.c287 this_val = INTVAL (this_rtx);
875 GEN_INT (INTVAL (SET_SRC (prev_set))
876 + INTVAL (reg_state[regno].offset)),
1250 rtx new_src = gen_int_mode (INTVAL (src) - reg_offset[regno],
1264 if (INTVAL (src) == reg_offset [regno])
1284 == (INTVAL (src)
1289 rtx narrow_src = gen_int_mode (INTVAL (src),
1304 reg_offset[regno] = INTVAL (src);
1335 HOST_WIDE_INT added_offset = INTVAL (src3);
1482 offset = INTVAL (XEX
[all...]
H A Drecog.c608 int pos = INTVAL (XEXP (x, 2));
963 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op))
1141 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op))
1160 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op))
1208 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op))
1275 || INTVAL (XEX
[all...]
H A Dloop-iv.c1276 nmax = INTVAL (XEXP (niter, 0));
1285 nmax = INTVAL (mmax) - INTVAL (mmin);
1294 inc = INTVAL (XEXP (niter, 1));
1306 right = GEN_INT (-INTVAL (right));
1323 nmax = INTVAL (mmax) - INTVAL (mmin);
1538 HOST_WIDE_INT const_val = INTVAL (op1);
2108 step_val = -INTVAL (iv1.step);
2110 step_val = INTVAL (iv
[all...]
H A Dexpmed.c750 value1 = gen_int_mode (INTVAL (value), maxmode);
885 HOST_WIDE_INT v = INTVAL (value);
1020 part = GEN_INT (((unsigned HOST_WIDE_INT) (INTVAL (value))
1035 part = GEN_INT (((unsigned HOST_WIDE_INT) (INTVAL (value))
1876 unsigned HOST_WIDE_INT v = INTVAL (value);
2211 && ((unsigned HOST_WIDE_INT) INTVAL (op1) >=
2213 op1 = GEN_INT ((unsigned HOST_WIDE_INT) INTVAL (op1)
2227 && INTVAL (op1) > 0
2228 && INTVAL (op1) < GET_MODE_BITSIZE (mode)
2229 && INTVAL (op
[all...]
H A Dpredict.c163 && INTVAL (XEXP (XEXP (note, 0), 0)) == (int)predictor)
217 return probability_reliable_p (INTVAL (XEXP (note, 0)));
340 XEXP (note, 0) = GEN_INT (REG_BR_PROB_BASE - INTVAL (XEXP (note, 0)));
343 = GEN_INT (REG_BR_PROB_BASE - INTVAL (XEXP (XEXP (note, 0), 1)));
433 int predictor = INTVAL (XEXP (XEXP (note, 0), 0));
434 int probability = INTVAL (XEXP (XEXP (note, 0), 1));
479 int predictor = INTVAL (XEXP (XEXP (*pnote, 0), 0));
480 int probability = INTVAL (XEXP (XEXP (*pnote, 0), 1));
507 int prob = INTVAL (XEXP (prob_note, 0));
H A Drtlanal.c292 offset = INTVAL (XEXP (x, 1));
384 && INTVAL (XEXP (x, 1)) > 0)
460 return - INTVAL (XEXP (x, 1));
463 return INTVAL (XEXP (x, 1));
3518 if (INTVAL (x) > 0 && mode_width < BITS_PER_WORD
3519 && 0 != (INTVAL (x) & ((HOST_WIDE_INT) 1 << (mode_width - 1))))
3520 return (INTVAL (x) | ((HOST_WIDE_INT) (-1) << mode_width));
3523 return INTVAL (x);
3720 && INTVAL (XEXP (x, 1)) < HOST_BITS_PER_WIDE_INT)
3721 nonzero &= ((HOST_WIDE_INT) 1 << INTVAL (XEX
[all...]
H A Dcse.c764 && INTVAL (XEXP (x, 1)) < GET_MODE_BITSIZE (mode)
765 && INTVAL (XEXP (x, 1)) >= 0)
770 << INTVAL (XEXP (x, 1)),
2279 + (unsigned int) INTVAL (x));
3428 && INTVAL (op1) >= GET_MODE_BITSIZE (mode))
3430 if (INTVAL (op1)
3518 offset = INTVAL (XEXP (XEXP (addr, 0), 1));
4191 && INTVAL (inner_const) != 0)
4195 && (INTVAL (inner_const)
4294 && INTVAL (const_arg
[all...]
H A Dsdbout.c93 (GET_CODE (X) == PLUS ? INTVAL (XEXP (X, 1)) : 0)
1281 current_sym_value = INTVAL (XEXP (addr, 1));
1308 && (INTVAL (XEXP (XEXP (DECL_RTL (parms), 0), 1))
1359 current_sym_value = INTVAL (XEXP (XEXP (DECL_RTL (parms), 0), 1));
1422 if (INTVAL (XEXP (XEXP (DECL_RTL (parms), 0), 1)) != offset) {...}
H A Dexpr.c770 && GET_CODE (x) == CONST_INT && INTVAL (x) < 0)
772 HOST_WIDE_INT val = INTVAL (x);
811 HOST_WIDE_INT val = INTVAL (x);
1200 if (INTVAL (size) == 0)
1209 if (GET_CODE (size) == CONST_INT && MOVE_BY_PIECES_P (INTVAL (size), align))
1210 move_by_pieces (x, y, INTVAL (size), align, 0);
1300 && ((unsigned HOST_WIDE_INT) INTVAL (size)
1648 HOST_WIDE_INT bytepos = INTVAL (XEXP (XVECEXP (dst, 0, i), 1));
1949 if (INTVAL (XEXP (XVECEXP (src, 0, start), 1)) == bytepos)
1968 if (INTVAL (XEX
[all...]
H A Dcfgbuild.c120 || INTVAL (XEXP (note, 0)) >= 0))
393 if (!note || INTVAL (XEXP (note, 0)) >= 0)
725 probability = INTVAL (XEXP (note, 0));
H A Dsched-vis.c89 && INTVAL (XEXP (x, 1)) < 0)
92 op[1] = GEN_INT (-INTVAL (XEXP (x, 1)));
427 sprintf (t, HOST_WIDE_INT_PRINT_HEX, INTVAL (x));
H A Difcvt.c466 false_prob_val = GEN_INT (REG_BR_PROB_BASE - INTVAL (true_prob_val));
714 unsigned HOST_WIDE_INT size = INTVAL (XEXP (x, 1));
715 unsigned HOST_WIDE_INT start = INTVAL (XEXP (x, 2));
877 && INTVAL (if_info->b) == STORE_FLAG_VALUE
882 && INTVAL (if_info->a) == STORE_FLAG_VALUE
928 ifalse = INTVAL (if_info->a);
929 itrue = INTVAL (if_info->b);
1096 if (STORE_FLAG_VALUE == INTVAL (XEXP (if_info->a, 1)))
1098 else if (-STORE_FLAG_VALUE == INTVAL (XEXP (if_info->a, 1)))
1101 subtract = 0, normalize = INTVAL (XEX
[all...]
H A Dregmove.c975 = INTVAL (offset) - INTVAL (XEXP (SET_SRC (pset), 1));
1696 insn_const = INTVAL (XEXP (SET_SRC (set), 1));
1818 newconst = INTVAL (XEXP (SET_SRC (set2), 1)) - insn_const;
2228 ml->sp_offset = INTVAL (XEXP (XEXP (*mem, 0), 1));
2349 HOST_WIDE_INT this_adjust = INTVAL (XEXP (src, 1));
2439 && (INTVAL (XEXP (XEXP (XEXP (dest, 0), 1), 1))
/freebsd-10.0-release/contrib/gcc/config/s390/
H A Ds390.c488 if (INTVAL (op2) == 0)
493 if (INTVAL (op2) == INTVAL (op1))
502 bit1 = exact_log2 (INTVAL (op2));
503 bit0 = exact_log2 (INTVAL (op1) ^ INTVAL (op2));
526 && CONST_OK_FOR_K (INTVAL (XEXP (op0, 1))))
548 && (INTVAL (op1) == -1 || INTVAL (op1) == 65535))
552 && (INTVAL (op
[all...]
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c2418 unsigned HOST_WIDE_INT i = INTVAL (*op1);
3340 return plus_constant (base, INTVAL (offset));
3611 return (code == CONST_INT && INTVAL (index) < 1024
3612 && INTVAL (index) > -1024
3613 && (INTVAL (index) & 3) == 0);
3621 && INTVAL (index) < 1024
3622 && INTVAL (index) > -1024
3623 && (INTVAL (index) & 3) == 0);
3634 HOST_WIDE_INT val = INTVAL (index);
3667 && INTVAL (o
[all...]
H A Darm.h1147 HOST_WIDE_INT val = INTVAL (XEXP (X, 1)); \
2165 && ! (const_ok_for_arm (INTVAL (OP1)) \
2166 || (const_ok_for_arm (- INTVAL (OP1))))) \
2317 offset = INTVAL (index); \
2371 INTVAL (XEXP (XEXP (X, 1), 1))); \
2381 INTVAL (XEXP (XEXP (X, 1), 1))); \
2401 INTVAL (XEXP (X, 1))); \
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.h1228 #define SMALL_INT(X) (SPARC_SIMM13_P (INTVAL (X)))
1968 (GET_CODE (X) == CONST_INT && INTVAL (X) >= -0x1000 && INTVAL (X) < 0x1000 - 8)
1971 (GET_CODE (X) == CONST_INT && INTVAL (X) >= -0x1000 && INTVAL (X) < 0xc00 - 8)
2423 offset = INTVAL (XEXP (addr, 0)), base = XEXP (addr, 1);\
2425 offset = INTVAL (XEXP (addr, 1)), base = XEXP (addr, 0);\
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.c1297 *offset += INTVAL (XEXP (x, 1));
1757 && INTVAL (offset) >= 0
1758 && (INTVAL (offset) & (GET_MODE_SIZE (mode) - 1)) == 0)
1761 return INTVAL (offset) < 256 * GET_MODE_SIZE (mode);
1762 return INTVAL (offset) < 32 * GET_MODE_SIZE (mode);
1833 return (INTVAL (x) >= 0 && INTVAL (x) < 256 ? 1
1834 : SMALL_OPERAND_UNSIGNED (INTVAL (x)) ? 2
1835 : INTVAL (x) > -256 && INTVAL (
[all...]
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c2109 if ((INTVAL (op) >> 31) != 0 && (INTVAL (op) >> 31) != -1
2114 return num_insns_constant_wide (INTVAL (op));
2180 return INTVAL (tmp);
2347 if (!EASY_VECTOR_15 (INTVAL (operands[1])))
2373 cst = INTVAL (CONST_VECTOR_ELT (vec, 0));
2374 cst2 = INTVAL (CONST_VECTOR_ELT (vec, 1));
2557 c = INTVAL (in);
2705 summand = INTVAL (XEXP (sum, 1));
2823 offset = INTVAL (XEX
[all...]
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.c658 && INTVAL (value) >= 1 && INTVAL (value) <= 4);
681 return ia64_const_ok_for_letter_p (INTVAL (value), 'J');
743 || INTVAL (adjust) != GET_MODE_SIZE (GET_MODE (src)))
766 unsigned HOST_WIDE_INT op = INTVAL (rop);
767 unsigned HOST_WIDE_INT shift = INTVAL (rshift);
826 addend = INTVAL (XEXP (XEXP (op, 0), 1));
902 hi = INTVAL (XEXP (XEXP (src, 0), 1));
1076 addend = INTVAL (XEXP (XEXP (op1, 0), 1));
1274 if (INTVAL (XEX
[all...]

Completed in 664 milliseconds

123