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

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.h2165 CM_SMALL, /* Assumes all code and data fits in the low 31 bits. */
2151 CM_SMALL, /* Assumes all code and data fits in the low 31 bits. */ enumerator in enum:cmodel
H A Di386.c1928 ix86_cmodel = flag_pic ? CM_SMALL_PIC : CM_SMALL;
1946 ix86_cmodel = flag_pic ? CM_SMALL_PIC : CM_SMALL;
19870 if (ix86_cmodel == CM_SMALL

Completed in 120 milliseconds