Searched refs:intval (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy9.C23 int intval; member in union:ParseToken::__anon1195
28 ParseToken () { tok = 0; intval = 0;}
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Ddelay-slot-2.c38 long intval; member in union:decision_test::__anon1292
72 printf ("XINT (x%d, 0) == %d", depth, (int) p->u.intval);
76 printf ("XINT (x%d, 1) == %d", depth, (int) p->u.intval);
82 print_host_wide_int (p->u.intval);
87 depth, (int) p->u.intval);
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-const.c54 gfc_build_const (tree type, tree intval) argument
62 val = convert (type, intval);
66 val = build_real_from_int_cst (type, intval);
70 val = build_real_from_int_cst (TREE_TYPE (type), intval);
H A Derror.c530 int intval; member in union:__anon72::__anon73
668 arg[pos].u.intval = va_arg (argp, int);
750 error_integer (spec[n++].u.intval);
H A Dtrans-intrinsic.c366 tree intval; local
371 intval = convert (type, arg);
372 intval = gfc_evaluate_now (intval, pblock);
374 tmp = convert (argtype, intval);
379 intval, build_int_cst (type, 1));
380 tmp = fold_build3_loc (input_location, COND_EXPR, type, cond, intval, tmp);
/haiku-buildtools/gcc/gcc/
H A Dgenrecog.c155 HOST_WIDE_INT intval; /* Value for XINT for XWINT. */ member in union:decision_test::__anon759
907 test->u.intval = XINT (pattern, i);
912 test->u.intval = XINT (pattern, i);
926 test->u.intval = XWINT (pattern, i);
1031 return d1->u.intval == d2->u.intval;
1243 return d1->u.intval == d2->u.intval;
1859 print_host_wide_int (p->tests->u.intval);
1910 printf ("XINT (x%d, 0) == %d", depth, (int) p->u.intval);
[all...]
H A Doptabs.h224 create_integer_operand (struct expand_operand *op, HOST_WIDE_INT intval) argument
226 create_expand_operand (op, EXPAND_INTEGER, GEN_INT (intval), VOIDmode, false);
H A Doptabs.c1399 HOST_WIDE_INT intval = trunc_int_for_mode (INTVAL (x), mode);
1400 if (intval != INTVAL (x))
1401 x = GEN_INT (intval);
1391 HOST_WIDE_INT intval = trunc_int_for_mode (INTVAL (x), mode); local
/haiku-buildtools/gcc/gcc/config/h8300/
H A Dh8300.c3097 HOST_WIDE_INT intval = INTVAL (operands[2]);
3099 if (TARGET_H8300SX && (intval >= 1 && intval <= 7))
3101 if (TARGET_H8300SX && (intval >= -7 && intval <= -1))
3106 switch ((unsigned int) intval & 0xffffffff)
3120 operands[2] = GEN_INT (intval >> 16);
3125 operands[2] = GEN_INT (intval >> 16);
3130 if ((intval & 0xffff) == 0)
3132 operands[2] = GEN_INT (intval >> 1
3086 HOST_WIDE_INT intval = INTVAL (operands[2]); local
3170 HOST_WIDE_INT intval = INTVAL (operands[2]); local
3234 HOST_WIDE_INT intval = INTVAL (operands[2]); local
3281 const unsigned HOST_WIDE_INT intval = local
3462 const unsigned HOST_WIDE_INT intval = local
3608 const unsigned HOST_WIDE_INT intval = local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i860/
H A Di860.h902 #define LITERAL_COMPARE_BETTER_UNSIGNED(intval, mode) \
903 (((unsigned) (intval) & 0x1f) == (unsigned) (intval))
/haiku-buildtools/binutils/gold/
H A Ddwarf_reader.cc710 attr_value.val.intval = 1;
779 attr_value.val.intval = *pattr++;
786 attr_value.val.intval =
801 attr_value.val.intval = sec_off;
822 attr_value.val.intval = sec_off;
852 attr_value.val.intval = read_signed_LEB_128(pattr, &len);
1091 return attr_val->val.intval;
1142 return attr_val->val.intval;
H A Ddwarf_reader.h481 int64_t intval; member in union:gold::Dwarf_die::Attribute_value::__anon545
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck2.c1529 register HOST_WIDE_INT intval = TREE_INT_CST_LOW (value);
1533 && TREE_INT_CST_LOW (TREE_VALUE (values)) != intval)
1541 TYPE_NAME_STRING (type), (long) intval);
1523 register HOST_WIDE_INT intval = TREE_INT_CST_LOW (value); local
/haiku-buildtools/gcc/gcc/config/arc/
H A Darc.c7360 int intval = (REG_P (operands[2]) ? 1
7362 int neg_intval = -intval;
7392 : (unsigned) intval <= (match ? 127 : 7)))
7397 && REGNO (operands[1]) == STACK_POINTER_REGNUM && !(intval & ~124))
7413 int range_factor = neg_intval & intval;
7416 if (intval == -1 << 31)
7423 if ((intval >= 0 && intval <= limit)
7424 || (intval == -0x800 && limit == 0x7ff))
7426 else if ((intval <
7358 int intval = (REG_P (operands[2]) ? 1 local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.c307 cint_ok_for_move (intval)
308 HOST_WIDE_INT intval;
311 return (VAL_14_BITS_P (intval) || (intval & 0x7ff) == 0
312 || zdepi_cint_p (intval));
1562 HOST_WIDE_INT intval;
1586 intval = INTVAL (operands[1]);
1588 if (VAL_14_BITS_P (intval))
1590 else if ((intval & 0x7ff) == 0)
1592 else if (zdepi_cint_p (intval))
1559 HOST_WIDE_INT intval; local
[all...]
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa.c2359 HOST_WIDE_INT intval;
2382 intval = INTVAL (operands[1]);
2384 if (VAL_14_BITS_P (intval))
2386 else if ((intval & 0x7ff) == 0)
2388 else if (pa_zdepi_cint_p (intval))
2354 HOST_WIDE_INT intval; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc3356 mpz_t intval; local
3359 && nc.to_int(&intval)
3360 && mpz_fits_ushort_p(intval))
3363 Lex::append_char(mpz_get_ui(intval), true, &s, loc);
3364 mpz_clear(intval);

Completed in 419 milliseconds