Home
last modified time | relevance | path

Searched refs:mips_build_shift (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/config/mips/
HDmips.c283 static unsigned int mips_build_shift (struct mips_integer_op *, HOST_WIDE_INT);
2176 mips_build_shift (struct mips_integer_op *codes, HOST_WIDE_INT value) in mips_build_shift() function
2250 return mips_build_shift (codes, value); in mips_build_integer()
2262 cost = mips_build_shift (codes, value); in mips_build_integer()
/NextBSD/contrib/gcc/
HDChangeLog-200324200 (mips_build_shift, mips_build_lower, mips_build_integer): New fns.