Home | History | Annotate | Download | only in X86

Lines Matching refs:FS

1821     // %fs:0x28, unless we're using a Kernel code model, in which case it's %gs:
10427 // Get the Thread Pointer, which is %gs:0 (32-bit) or %fs:0 (64-bit).
10558 // Windows 32bit: fs:__tls_array
10563 // Get the Thread Pointer, which is %fs:__tls_array (32-bit) or
17489 unsigned TlsReg = Is64Bit ? X86::FS : X86::GS;