Searched refs:fixed_arithmetic (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fixed-value.h | 101 extern bool fixed_arithmetic (FIXED_VALUE_TYPE *, int, const FIXED_VALUE_TYPE *,
|
H A D | fixed-value.c | 726 fixed_arithmetic (FIXED_VALUE_TYPE *f, int icode, const FIXED_VALUE_TYPE *op0, in fixed_arithmetic() function
|
H A D | fold-const.c | 1387 overflow_p = fixed_arithmetic (&result, code, &f1, &f2, sat_p); in const_binop() 14772 bool overflow_p = fixed_arithmetic (&f, NEGATE_EXPR, in fold_negate_const()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fixed-value.h | 101 extern bool fixed_arithmetic (FIXED_VALUE_TYPE *, int, const FIXED_VALUE_TYPE *,
|
H A D | fixed-value.cc | 726 fixed_arithmetic (FIXED_VALUE_TYPE *f, int icode, const FIXED_VALUE_TYPE *op0, in fixed_arithmetic() function
|
H A D | fold-const.cc | 1392 overflow_p = fixed_arithmetic (&result, code, &f1, &f2, sat_p); in const_binop() 15727 bool overflow_p = fixed_arithmetic (&f, NEGATE_EXPR, in fold_negate_const()
|
H A D | ChangeLog-2021 | 2733 * fixed-value.c (fixed_arithmetic): Likewise.
|
H A D | ChangeLog-2016 | 11773 * fixed-value.c (fixed_arithmetic): Likewise.
|