Searched refs:mips_use_ins_ext_p (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips-protos.h | 330 extern bool mips_use_ins_ext_p (rtx, HOST_WIDE_INT, HOST_WIDE_INT);
|
H A D | mips.md | 4320 if (!mips_use_ins_ext_p (operands[1], INTVAL (operands[2]), 4330 "mips_use_ins_ext_p (operands[1], INTVAL (operands[2]), 4370 if (!mips_use_ins_ext_p (operands[0], INTVAL (operands[1]), 4380 "mips_use_ins_ext_p (operands[0], INTVAL (operands[1]),
|
H A D | mips.c | 8493 mips_use_ins_ext_p (rtx op, HOST_WIDE_INT width, HOST_WIDE_INT bitpos) in mips_use_ins_ext_p() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips-protos.h | 331 extern bool mips_use_ins_ext_p (rtx, HOST_WIDE_INT, HOST_WIDE_INT);
|
H A D | mips.md | 4320 if (!mips_use_ins_ext_p (operands[1], INTVAL (operands[2]), 4330 "mips_use_ins_ext_p (operands[1], INTVAL (operands[2]), 4370 if (!mips_use_ins_ext_p (operands[0], INTVAL (operands[1]), 4380 "mips_use_ins_ext_p (operands[0], INTVAL (operands[1]),
|
H A D | mips.cc | 8633 mips_use_ins_ext_p (rtx op, HOST_WIDE_INT width, HOST_WIDE_INT bitpos) in mips_use_ins_ext_p() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 16727 * config/mips/mips-protos.h (mips_use_ins_ext_p): Remove parameter 16742 * config/mips/mips-protos.h: Declare mips_use_ins_ext_p 17290 * config/mips/mips.c (mips_use_ins_ext_p): New helper function
|
H A D | ChangeLog-2007 | 3353 (mips_use_ins_ext_p): Give the second and third arguments type 3485 (mips_use_ins_ext_p): Rename second and third arguments to WIDTH
|