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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h239 #define TARGET_GNU2_TLS (ix86_tls_dialect == TLS_DIALECT_GNU2) macro
240 #define TARGET_ANY_GNU_TLS (TARGET_GNU_TLS || TARGET_GNU2_TLS)
H A Di386.c7172 tp = TARGET_GNU2_TLS ? get_thread_pointer (1) : 0;
7174 if (TARGET_64BIT && ! TARGET_GNU2_TLS)
7185 else if (TARGET_64BIT && TARGET_GNU2_TLS)
7190 if (TARGET_GNU2_TLS)
7200 tp = TARGET_GNU2_TLS ? get_thread_pointer (1) : 0;
7202 if (TARGET_64BIT && ! TARGET_GNU2_TLS)
7215 else if (TARGET_64BIT && TARGET_GNU2_TLS)
7220 if (TARGET_GNU2_TLS)
7233 if (TARGET_GNU2_TLS)

Completed in 135 milliseconds