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

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c266 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 { struct
1790 struct mips_integer_op codes[MIPS_MAX_INTEGER_OPS];
2159 mips_build_shift (struct mips_integer_op *codes, HOST_WIDE_INT value)
2180 mips_build_lower (struct mips_integer_op *codes, unsigned HOST_WIDE_INT value)
2211 mips_build_integer (struct mips_integer_op *codes,
2242 struct mips_integer_op alt_code
[all...]

Completed in 90 milliseconds