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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h2169 CM_SMALL, /* Assumes all code and data fits in the low 31 bits. */
2155 CM_SMALL, /* Assumes all code and data fits in the low 31 bits. */ enumerator in enum:cmodel
H A Di386.c1938 ix86_cmodel = flag_pic ? CM_SMALL_PIC : CM_SMALL;
1956 ix86_cmodel = flag_pic ? CM_SMALL_PIC : CM_SMALL;
19884 if (ix86_cmodel == CM_SMALL

Completed in 224 milliseconds