Home
last modified time | relevance | path

Searched refs:CM_SMALL (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/i386/
Dpredicates.md118 return (ix86_cmodel == CM_SMALL || ix86_cmodel == CM_KERNEL
123 return (ix86_cmodel == CM_SMALL || ix86_cmodel == CM_MEDIUM
158 /* For CM_SMALL assume that latest object is 16MB before
162 if ((ix86_cmodel == CM_SMALL
181 if ((ix86_cmodel == CM_SMALL || ix86_cmodel == CM_MEDIUM)
238 return (ix86_cmodel == CM_SMALL
244 return ix86_cmodel == CM_SMALL || ix86_cmodel == CM_MEDIUM;
266 if ((ix86_cmodel == CM_SMALL
282 if ((ix86_cmodel == CM_SMALL || ix86_cmodel == CM_MEDIUM)
Di386.h2151 CM_SMALL, /* Assumes all code and data fits in the low 31 bits. */ enumerator
Di386.c1925 ix86_cmodel = flag_pic ? CM_SMALL_PIC : CM_SMALL; in override_options()
1943 ix86_cmodel = flag_pic ? CM_SMALL_PIC : CM_SMALL; in override_options()
19837 if (ix86_cmodel == CM_SMALL in asm_preferred_eh_data_format()