Searched refs:mips_integer_op (Results 1 – 2 of 2) sorted by relevance
266 struct mips_integer_op;283 static unsigned int mips_build_shift (struct mips_integer_op *, HOST_WIDE_INT);284 static unsigned int mips_build_lower (struct mips_integer_op *,286 static unsigned int mips_build_integer (struct mips_integer_op *,526 struct mips_integer_op { struct1809 struct mips_integer_op codes[MIPS_MAX_INTEGER_OPS]; in mips_const_insns()2177 mips_build_shift (struct mips_integer_op *codes, HOST_WIDE_INT value) in mips_build_shift()2198 mips_build_lower (struct mips_integer_op *codes, unsigned HOST_WIDE_INT value) in mips_build_lower()2229 mips_build_integer (struct mips_integer_op *codes, in mips_build_integer()2260 struct mips_integer_op alt_codes[MIPS_MAX_INTEGER_OPS]; in mips_build_integer()[all …]
24195 * config/mips/mips.c (mips_integer_op): New structure.