Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.c271 static bool mips_offset_within_object_p (rtx, HOST_WIDE_INT);
1320 mips_offset_within_object_p (rtx symbol, HOST_WIDE_INT offset) in mips_offset_within_object_p() function
1383 return mips_offset_within_object_p (x, offset); in mips_symbolic_constant_p()
1401 return mips_offset_within_object_p (x, offset); in mips_symbolic_constant_p()
/freebsd-12-stable/contrib/gcc/
DChangeLog-20069154 (mips_offset_within_object_p): Handle block symbols.
DChangeLog-200445287 * config/mips/mips.c (mips_offset_within_object_p): New function.