Home
last modified time | relevance | path

Searched refs:fixed_arithmetic (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.h101 extern bool fixed_arithmetic (FIXED_VALUE_TYPE *, int, const FIXED_VALUE_TYPE *,
H A Dfixed-value.c726 fixed_arithmetic (FIXED_VALUE_TYPE *f, int icode, const FIXED_VALUE_TYPE *op0, in fixed_arithmetic() function
H A Dfold-const.c1387 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 Dfixed-value.h101 extern bool fixed_arithmetic (FIXED_VALUE_TYPE *, int, const FIXED_VALUE_TYPE *,
H A Dfixed-value.cc726 fixed_arithmetic (FIXED_VALUE_TYPE *f, int icode, const FIXED_VALUE_TYPE *op0, in fixed_arithmetic() function
H A Dfold-const.cc1392 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 DChangeLog-20212733 * fixed-value.c (fixed_arithmetic): Likewise.
H A DChangeLog-201611773 * fixed-value.c (fixed_arithmetic): Likewise.