Home
last modified time | relevance | path

Searched refs:cmodel (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/gcc/config/sparc/
HDsparc.h186 enum cmodel { enum
195 extern enum cmodel sparc_cmodel;
HDsparc.c406 enum cmodel sparc_cmodel;
607 const struct code_model *cmodel; in sparc_override_options() local
694 for (cmodel = &cmodels[0]; cmodel->name; cmodel++) in sparc_override_options()
695 if (strcmp (sparc_cmodel_string, cmodel->name) == 0) in sparc_override_options()
697 if (cmodel->name == NULL) in sparc_override_options()
700 sparc_cmodel = cmodel->value; in sparc_override_options()
/NextBSD/contrib/gcc/config/i386/
HDi386.h2153 enum cmodel { enum
2163 extern enum cmodel ix86_cmodel;
HDi386.c1294 enum cmodel ix86_cmodel;
/NextBSD/contrib/wpa/wpa_supplicant/
HDREADME-WPS304 …_methods=0x14d dev_passwd_id=0 pri_dev_type=1-0050F204-1 |Wireless Client|Company|cmodel|123|12345|
/NextBSD/contrib/gcc/
HDChangeLog-19971824 (enum cmodel): Declare.
HDChangeLog-200127379 (override_options): Parse cmodel string.
27381 * i386.h (TARGET_OPTIONS): Add "cmodel".
27383 (enum cmodel): New.
HDFSFChangeLog.111299 (enum cmodel): Declare.
HDChangeLog-19985508 SPARC_BI_ARCH and TARGET_ARCH32, set cmodel to CM_32. Turn off
HDChangeLog-20059787 (enum cmodel): Add MEDIUM_PIC.