Home
last modified time | relevance | path

Searched refs:SET_CMODEL (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Daix73.h49 SET_CMODEL (CMODEL_SMALL); \
269 #define SET_CMODEL(opt) rs6000_current_cmodel = opt macro
271 #define SET_CMODEL(opt) do {} while (0) macro
Daix72.h49 SET_CMODEL (CMODEL_SMALL); \
268 #define SET_CMODEL(opt) rs6000_current_cmodel = opt macro
270 #define SET_CMODEL(opt) do {} while (0) macro
Daix71.h49 SET_CMODEL (CMODEL_SMALL); \
267 #define SET_CMODEL(opt) rs6000_current_cmodel = opt macro
269 #define SET_CMODEL(opt) do {} while (0) macro
Drtems.h50 #define SET_CMODEL(opt) rs6000_current_cmodel = opt macro
125 SET_CMODEL (CMODEL_SMALL); \
130 SET_CMODEL (CMODEL_MEDIUM); \
Dfreebsd64.h49 #define SET_CMODEL(opt) rs6000_current_cmodel = opt macro
51 #define SET_CMODEL(opt) do {} while (0) macro
Dnetbsd64.h70 #define SET_CMODEL(opt) rs6000_current_cmodel = opt macro
72 #define SET_CMODEL(opt) do {} while (0) macro
Dlinux64.h69 #define SET_CMODEL(opt) rs6000_current_cmodel = opt macro
71 #define SET_CMODEL(opt) do {} while (0) macro
Drs6000.cc3510 SET_CMODEL (CMODEL_MEDIUM); in rs6000_linux64_override_options()
3517 SET_CMODEL (CMODEL_SMALL); in rs6000_linux64_override_options()
3524 SET_CMODEL (CMODEL_SMALL); in rs6000_linux64_override_options()
3552 SET_CMODEL (CMODEL_SMALL); in rs6000_linux64_override_options()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201025429 * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
25788 (TARGET_CMODEL, SET_CMODEL): Define.
DChangeLog-20123886 (SET_CMODEL): Define.
DChangeLog-201720117 (SET_CMODEL): New macro.