Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.md7598 "TARGET_TLS"
7606 "TARGET_TLS"
7615 "TARGET_TLS && TARGET_ARCH32"
7624 "TARGET_TLS && TARGET_ARCH64"
7634 "TARGET_TLS && TARGET_ARCH32"
7645 "TARGET_TLS && TARGET_ARCH64"
7652 "TARGET_TLS"
7659 "TARGET_TLS"
7667 "TARGET_TLS && TARGET_ARCH32"
7675 "TARGET_TLS && TARGET_ARCH64"
[all …]
H A Dsparc.h2475 #define TARGET_TLS 1 macro
2477 #define TARGET_TLS 0 macro
2480 #define TARGET_SUN_TLS TARGET_TLS
H A Dsparc.c474 #if TARGET_TLS
2461 if (TARGET_GNU_TLS || !TARGET_TLS) in tls_call_delay()