Searched refs:mips_build_lower (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c284 static unsigned int mips_build_lower (struct mips_integer_op *,
2180 mips_build_lower (struct mips_integer_op *codes, unsigned HOST_WIDE_INT value)
2227 return mips_build_lower (codes, value);
2239 approach, try both mips_build_shift and mips_build_lower
2246 alt_cost = mips_build_lower (alt_codes, value);
2174 mips_build_lower (struct mips_integer_op *codes, unsigned HOST_WIDE_INT value) function

Completed in 70 milliseconds