HomeSort by: relevance | last modified time | path
    Searched defs:SET_CMODEL (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rtems.h 54 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
129 SET_CMODEL (CMODEL_SMALL); \
134 SET_CMODEL (CMODEL_MEDIUM); \
aix71.h 49 SET_CMODEL (CMODEL_SMALL); \
270 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
272 #define SET_CMODEL(opt) do {} while (0)
aix72.h 49 SET_CMODEL (CMODEL_SMALL); \
269 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
271 #define SET_CMODEL(opt) do {} while (0)
aix73.h 49 SET_CMODEL (CMODEL_SMALL); \
270 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
272 #define SET_CMODEL(opt) do {} while (0)
freebsd64.h 49 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
51 #define SET_CMODEL(opt) do {} while (0)
linux64.h 69 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
71 #define SET_CMODEL(opt) do {} while (0)
netbsd64.h 70 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
72 #define SET_CMODEL(opt) do {} while (0)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rtems.h 50 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
125 SET_CMODEL (CMODEL_SMALL); \
130 SET_CMODEL (CMODEL_MEDIUM); \
aix71.h 49 SET_CMODEL (CMODEL_SMALL); \
267 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
269 #define SET_CMODEL(opt) do {} while (0)
aix72.h 49 SET_CMODEL (CMODEL_SMALL); \
268 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
270 #define SET_CMODEL(opt) do {} while (0)
aix73.h 49 SET_CMODEL (CMODEL_SMALL); \
269 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
271 #define SET_CMODEL(opt) do {} while (0)
freebsd64.h 49 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
51 #define SET_CMODEL(opt) do {} while (0)
linux64.h 69 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
71 #define SET_CMODEL(opt) do {} while (0)
netbsd64.h 70 #define SET_CMODEL(opt) rs6000_current_cmodel = opt
72 #define SET_CMODEL(opt) do {} while (0)

Completed in 33 milliseconds