Home | History | Annotate | Download | only in h8300

Lines Matching refs:intval

702 	  && INTVAL (XEXP (x, 1)) == offset);
992 HOST_WIDE_INT val = INTVAL (operands[1]);
1217 HOST_WIDE_INT n = INTVAL (x);
1451 fprintf (file, "#%ld", (-INTVAL (x)) & 0xff);
1464 fprintf (file, "#%ld", ((-INTVAL (x)) & 0xff00) >> 8);
1472 fprintf (file, "#%ld", 0xff & (-INTVAL (x)));
1487 bitint = (INTVAL (x) & 0xffff);
1496 bitint = ((~INTVAL (x)) & 0xffff);
1520 bitint = INTVAL (x);
1549 fprintf (file, "#%ld", ((INTVAL (x) >> 16) & 0xffff));
1574 fprintf (file, "#%ld", INTVAL (x) & 0xffff);
1605 switch (INTVAL (x))
1628 fprintf (file, "#%ld", (INTVAL (x)) & 0xff);
1636 fprintf (file, "#%ld", (INTVAL (x) >> 8) & 0xff);
1644 fprintf (file, "#%ld", INTVAL (x) & 0xff);
1652 fprintf (file, "#%ld", (INTVAL (x) >> 8) & 0xff);
1660 fprintf (file, "#%ld", (INTVAL (x) >> 16) & 0xff);
1668 fprintf (file, "#%ld", (INTVAL (x) >> 24) & 0xff);
1850 int n = INTVAL (addr);
2088 || INTVAL (XEXP (x, 1)) == 0xff * factor
2089 || INTVAL (XEXP (x, 1)) == 0xffff * factor))
2092 *size = (INTVAL (XEXP (x, 1)) >= 0xffff ? 2 : 1);
2102 && (factor == 0 || factor == INTVAL (XEXP (index, 1))))
2194 && IN_RANGE (INTVAL (constant), -0x8000, 0x7fff))
2219 && (INTVAL (offset) == size
2220 || INTVAL (offset) == size * 2
2221 || INTVAL (offset) == size * 3))
2252 && IN_RANGE (INTVAL (op), 0, 0xffff))
2653 int val = INTVAL (src);
2718 && INTVAL (XEXP (addr, 1)) > -32768
2719 && INTVAL (XEXP (addr, 1)) < 32767)
2746 HOST_WIDE_INT intval = INTVAL (operands[2]);
2748 if (TARGET_H8300SX && (intval >= 1 && intval <= 7))
2750 if (TARGET_H8300SX && (intval >= -7 && intval <= -1))
2755 switch ((unsigned int) intval & 0xffffffff)
2798 operands[2] = GEN_INT (intval >> 16);
2808 operands[2] = GEN_INT (intval >> 16);
2817 if ((intval & 0xffff) == 0)
2819 operands[2] = GEN_INT (intval >> 16);
2824 if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) < 0)
2826 operands[2] = GEN_INT (-INTVAL (operands[2]));
2846 HOST_WIDE_INT intval = INTVAL (operands[2]);
2848 if (TARGET_H8300SX && (intval >= 1 && intval <= 7))
2850 if (TARGET_H8300SX && (intval >= -7 && intval <= -1))
2855 switch ((unsigned int) intval & 0xffffffff)
2892 if ((intval & 0xffff) == 0)
2896 if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) < 0)
2898 GEN_INT (-INTVAL (operands[2])),
2917 HOST_WIDE_INT intval = INTVAL (operands[2]);
2919 if (TARGET_H8300SX && (intval >= 1 && intval <= 7))
2921 if (TARGET_H8300SX && (intval >= -7 && intval <= -1))
2926 switch ((unsigned int) intval & 0xffffffff)
2948 if ((intval & 0xffff) == 0)
2962 const unsigned HOST_WIDE_INT intval =
2969 ? INTVAL (operands[2]) : 0x55555555);
2972 const unsigned HOST_WIDE_INT det = (code != AND) ? intval : ~intval;
3133 const unsigned HOST_WIDE_INT intval =
3140 ? INTVAL (operands[2]) : 0x55555555);
3143 const unsigned HOST_WIDE_INT det = (code != AND) ? intval : ~intval;
3346 if (INTVAL (op) <= 0 || INTVAL (op) >= GET_MODE_BITSIZE (mode))
3350 if (exact_log2 (INTVAL (op)) >= 0)
3362 && (INTVAL (op) == 1
3363 || INTVAL (op) == 2
3364 || INTVAL (op) == GET_MODE_BITSIZE (mode) - 2
3365 || INTVAL (op) == GET_MODE_BITSIZE (mode) - 1))
3402 if (INTVAL (operands[2]) > 2)
3406 - INTVAL (operands[2]));
3445 && !h8300_shift_needs_scratch_p (INTVAL (operands[2]), mode, code))
4117 n = INTVAL (operands[2]);
4287 int n = INTVAL (operands[2]);
4427 n = INTVAL (operands[2]);
4601 amount = INTVAL (rotate_amount);
4678 amount = INTVAL (amount_rtx);
5108 addr = INTVAL (x);
5144 addr = INTVAL (x);
5179 offset1 = INTVAL (XEXP (addr1, 1));
5194 offset2 = INTVAL (XEXP (addr2, 1));