Searched refs:maybe_legitimize_operand_same_code (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.c | 7233 maybe_legitimize_operand_same_code (enum insn_code icode, unsigned int opno, in maybe_legitimize_operand_same_code() function 7286 return maybe_legitimize_operand_same_code (icode, opno, op); in maybe_legitimize_operand() 7294 && maybe_legitimize_operand_same_code (icode, opno, op)) in maybe_legitimize_operand() 7306 if (maybe_legitimize_operand_same_code (icode, opno, op)) in maybe_legitimize_operand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.cc | 7727 maybe_legitimize_operand_same_code (enum insn_code icode, unsigned int opno, in maybe_legitimize_operand_same_code() function 7780 return maybe_legitimize_operand_same_code (icode, opno, op); in maybe_legitimize_operand() 7788 && maybe_legitimize_operand_same_code (icode, opno, op)) in maybe_legitimize_operand() 7800 if (maybe_legitimize_operand_same_code (icode, opno, op)) in maybe_legitimize_operand()
|
H A D | ChangeLog-2011 | 1129 * optabs.c (maybe_legitimize_operand_same_code): Use copy_to_mode_reg 29649 * optabs.c (maybe_legitimize_operand_same_code): New function. 30140 * optabs.c (maybe_legitimize_operand_same_code): New function.
|
H A D | ChangeLog-2012 | 25125 * optabs.c (maybe_legitimize_operand_same_code): Likewise.
|
H A D | ChangeLog-2019 | 22194 (maybe_legitimize_operand_same_code): Same.
|
H A D | ChangeLog-2014 | 26087 (maybe_legitimize_operand_same_code): Likewise for local "last".
|