Home
last modified time | relevance | path

Searched refs:fixed_identical (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.h87 extern bool fixed_identical (const FIXED_VALUE_TYPE *, const FIXED_VALUE_TYPE *);
92 #define FIXED_VALUES_IDENTICAL(x, y) fixed_identical (&(x), &(y))
H A Dfixed-value.c30 fixed_identical (const FIXED_VALUE_TYPE *a, const FIXED_VALUE_TYPE *b) in fixed_identical() function
H A Demit-rtl.c347 return fixed_identical (CONST_FIXED_VALUE (a), CONST_FIXED_VALUE (b)); in equal()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.h87 extern bool fixed_identical (const FIXED_VALUE_TYPE *, const FIXED_VALUE_TYPE *);
92 #define FIXED_VALUES_IDENTICAL(x, y) fixed_identical (&(x), &(y))
H A Dfixed-value.cc30 fixed_identical (const FIXED_VALUE_TYPE *a, const FIXED_VALUE_TYPE *b) in fixed_identical() function
H A Demit-rtl.cc346 return fixed_identical (CONST_FIXED_VALUE (a), CONST_FIXED_VALUE (b)); in equal()