Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc392 struct mips_integer_op { struct
1602 static unsigned int mips_build_integer (struct mips_integer_op *,
1609 mips_build_shift (struct mips_integer_op *codes, HOST_WIDE_INT value) in mips_build_shift()
1629 mips_build_lower (struct mips_integer_op *codes, unsigned HOST_WIDE_INT value) in mips_build_lower()
1661 mips_build_integer (struct mips_integer_op *codes, in mips_build_integer()
1692 struct mips_integer_op alt_codes[MIPS_MAX_INTEGER_OPS]; in mips_build_integer()
2852 struct mips_integer_op codes[MIPS_MAX_INTEGER_OPS]; in mips_const_insns()
3652 struct mips_integer_op codes[MIPS_MAX_INTEGER_OPS]; in mips_move_integer()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c390 struct mips_integer_op { struct
1600 static unsigned int mips_build_integer (struct mips_integer_op *,
1607 mips_build_shift (struct mips_integer_op *codes, HOST_WIDE_INT value) in mips_build_shift()
1627 mips_build_lower (struct mips_integer_op *codes, unsigned HOST_WIDE_INT value) in mips_build_lower()
1659 mips_build_integer (struct mips_integer_op *codes, in mips_build_integer()
1690 struct mips_integer_op alt_codes[MIPS_MAX_INTEGER_OPS]; in mips_build_integer()
2850 struct mips_integer_op codes[MIPS_MAX_INTEGER_OPS]; in mips_const_insns()
3641 struct mips_integer_op codes[MIPS_MAX_INTEGER_OPS]; in mips_move_integer()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200324195 * config/mips/mips.c (mips_integer_op): New structure.