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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h2171 CM_MEDIUM, /* Assumes code fits in the low 31 bits; data unlimited. */
2157 CM_MEDIUM, /* Assumes code fits in the low 31 bits; data unlimited. */ enumerator in enum:cmodel
H A Di386.c1940 ix86_cmodel = flag_pic ? CM_MEDIUM_PIC : CM_MEDIUM;
2353 if ((ix86_cmodel == CM_MEDIUM || ix86_cmodel == CM_MEDIUM_PIC)
2418 if ((ix86_cmodel == CM_MEDIUM || ix86_cmodel == CM_MEDIUM_PIC)
2487 if ((ix86_cmodel == CM_MEDIUM || ix86_cmodel == CM_MEDIUM_PIC)
2505 if ((ix86_cmodel == CM_MEDIUM || ix86_cmodel == CM_MEDIUM_PIC)
19685 if (ix86_cmodel != CM_MEDIUM && ix86_cmodel != CM_MEDIUM_PIC)
19885 || (ix86_cmodel == CM_MEDIUM && code))

Completed in 208 milliseconds