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 D | rs6000-protos.h | 111 extern const char *rs6000_pltseq_template (rtx *, int);
|
H A D | rs6000.md | 10384 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 D | rs6000.c | 13984 rs6000_pltseq_template (rtx *operands, int which) in rs6000_pltseq_template() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-protos.h | 112 extern const char *rs6000_pltseq_template (rtx *, int);
|
H A D | rs6000.md | 11112 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 D | rs6000.cc | 14687 rs6000_pltseq_template (rtx *operands, int which) in rs6000_pltseq_template() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2019 | 5850 (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 D | ChangeLog-2018 | 2387 * config/rs6000/rs6000-protos.h (rs6000_pltseq_template), 2394 (rs6000_pltseq_template): New function.
|