Home
last modified time | relevance | path

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 Doptabs.c7233 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 Doptabs.cc7727 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 DChangeLog-20111129 * 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 DChangeLog-201225125 * optabs.c (maybe_legitimize_operand_same_code): Likewise.
H A DChangeLog-201922194 (maybe_legitimize_operand_same_code): Same.
H A DChangeLog-201426087 (maybe_legitimize_operand_same_code): Likewise for local "last".