Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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
1781 struct mips_integer_op codes[MIPS_MAX_INTEGER_OPS]; in mips_const_insns()
2149 mips_build_shift (struct mips_integer_op *codes, HOST_WIDE_INT value) in mips_build_shift()
2170 mips_build_lower (struct mips_integer_op *codes, unsigned HOST_WIDE_INT value) in mips_build_lower()
2201 mips_build_integer (struct mips_integer_op *codes, in mips_build_integer()
2232 struct mips_integer_op alt_codes[MIPS_MAX_INTEGER_OPS]; in mips_build_integer()
[all …]