Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/mips/
HDmips.c271 static bool mips_offset_within_object_p (rtx, HOST_WIDE_INT);
1319 mips_offset_within_object_p (rtx symbol, HOST_WIDE_INT offset) in mips_offset_within_object_p() function
1382 return mips_offset_within_object_p (x, offset); in mips_symbolic_constant_p()
1400 return mips_offset_within_object_p (x, offset); in mips_symbolic_constant_p()
/NextBSD/contrib/gcc/
HDChangeLog-20069154 (mips_offset_within_object_p): Handle block symbols.
HDChangeLog-200445287 * config/mips/mips.c (mips_offset_within_object_p): New function.