Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-protos.h111 extern const char *rs6000_pltseq_template (rtx *, int);
H A Drs6000.md10384 return rs6000_pltseq_template (operands, RS6000_PLTSEQ_TOCSAVE);
10395 return rs6000_pltseq_template (operands, RS6000_PLTSEQ_PLT16_HA);
10406 return rs6000_pltseq_template (operands, RS6000_PLTSEQ_PLT16_LO);
10418 return rs6000_pltseq_template (operands, RS6000_PLTSEQ_MTCTR);
10430 return rs6000_pltseq_template (operands, RS6000_PLTSEQ_PLT_PCREL34);
H A Drs6000.c13984 rs6000_pltseq_template (rtx *operands, int which) in rs6000_pltseq_template() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-protos.h112 extern const char *rs6000_pltseq_template (rtx *, int);
H A Drs6000.md11112 return rs6000_pltseq_template (operands, RS6000_PLTSEQ_TOCSAVE);
11123 return rs6000_pltseq_template (operands, RS6000_PLTSEQ_PLT16_HA);
11134 return rs6000_pltseq_template (operands, RS6000_PLTSEQ_PLT16_LO);
11146 return rs6000_pltseq_template (operands, RS6000_PLTSEQ_MTCTR);
11158 return rs6000_pltseq_template (operands, RS6000_PLTSEQ_PLT_PCREL34);
H A Drs6000.cc14687 rs6000_pltseq_template (rtx *operands, int which) in rs6000_pltseq_template() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20195850 (rs6000_pltseq_template): Likewise.
27073 (rs6000_pltseq_template): Handle plt_pcrel34. Rework tocsave,
34278 (rs6000_pltseq_template): Guard output of TLS markers with
H A DChangeLog-20182387 * config/rs6000/rs6000-protos.h (rs6000_pltseq_template),
2394 (rs6000_pltseq_template): New function.