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

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.h238 #define TARGET_GNU2_TLS (ix86_tls_dialect == TLS_DIALECT_GNU2) macro
239 #define TARGET_ANY_GNU_TLS (TARGET_GNU_TLS || TARGET_GNU2_TLS)
H A Di386.c7158 tp = TARGET_GNU2_TLS ? get_thread_pointer (1) : 0;
7160 if (TARGET_64BIT && ! TARGET_GNU2_TLS)
7171 else if (TARGET_64BIT && TARGET_GNU2_TLS)
7176 if (TARGET_GNU2_TLS)
7186 tp = TARGET_GNU2_TLS ? get_thread_pointer (1) : 0;
7188 if (TARGET_64BIT && ! TARGET_GNU2_TLS)
7201 else if (TARGET_64BIT && TARGET_GNU2_TLS)
7206 if (TARGET_GNU2_TLS)
7219 if (TARGET_GNU2_TLS)

Completed in 84 milliseconds