Searched refs:sparc_cmodel (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h195 extern enum cmodel sparc_cmodel;
198 #define TARGET_CM_MEDLOW (sparc_cmodel == CM_MEDLOW)
199 #define TARGET_CM_MEDMID (sparc_cmodel == CM_MEDMID)
200 #define TARGET_CM_MEDANY (sparc_cmodel == CM_MEDANY)
201 #define TARGET_CM_EMBMEDANY (sparc_cmodel == CM_EMBMEDANY)
2059 && sparc_cmodel <= CM_MEDLOW) \
H A Dsparc.c407 enum cmodel sparc_cmodel;
685 sparc_cmodel = SPARC_DEFAULT_CMODEL;
689 sparc_cmodel = CM_32;
702 sparc_cmodel = cmodel->value;
1121 switch (sparc_cmodel)
8711 switch (sparc_cmodel)
406 enum cmodel sparc_cmodel; variable in typeref:enum:cmodel

Completed in 112 milliseconds