Home
last modified time | relevance | path

Searched refs:cint (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dbuiltins.c2535 REAL_VALUE_TYPE cint; in expand_builtin_pow() local
2541 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0); in expand_builtin_pow()
2542 if (real_identical (&c, &cint)) in expand_builtin_pow()
6787 REAL_VALUE_TYPE c, cint; in integer_valued_real_p() local
6790 real_trunc (&cint, TYPE_MODE (TREE_TYPE (t)), &c); in integer_valued_real_p()
6791 return real_identical (&c, &cint); in integer_valued_real_p()
7768 REAL_VALUE_TYPE cint; in fold_builtin_pow() local
7803 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0); in fold_builtin_pow()
7804 if (real_identical (&c, &cint)) in fold_builtin_pow()
7969 REAL_VALUE_TYPE cint; in fold_builtin_exponent() local
[all …]
Dexpmed.c136 rtx cint[MAX_BITS_PER_WORD]; in init_expmed() local
145 cint[m] = GEN_INT (m); in init_expmed()
175 XEXP (&all.sdiv_32, 1) = 32 < MAX_BITS_PER_WORD ? cint[32] : GEN_INT (32); in init_expmed()
255 XEXP (&all.shift, 1) = cint[m]; in init_expmed()
/freebsd-10-stable/contrib/gcc/config/rs6000/
Dpredicates.md615 ;; Return 1 if the operand is either a logical operand or a short cint operand.