Searched refs:fixed_identical (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fixed-value.h | 87 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 D | fixed-value.c | 30 fixed_identical (const FIXED_VALUE_TYPE *a, const FIXED_VALUE_TYPE *b) in fixed_identical() function
|
H A D | emit-rtl.c | 347 return fixed_identical (CONST_FIXED_VALUE (a), CONST_FIXED_VALUE (b)); in equal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fixed-value.h | 87 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 D | fixed-value.cc | 30 fixed_identical (const FIXED_VALUE_TYPE *a, const FIXED_VALUE_TYPE *b) in fixed_identical() function
|
H A D | emit-rtl.cc | 346 return fixed_identical (CONST_FIXED_VALUE (a), CONST_FIXED_VALUE (b)); in equal()
|