Lines Matching refs:GS
1739 // %fs:0x28, unless we're using a Kernel code model, in which case it's %gs:
1746 // %gs:0x14 on i386
8107 // Get the Thread Pointer, which is %gs:0 (32-bit) or %fs:0 (64-bit).
8232 // mov rdx, qword [gs:abs 58H]; Load pointer to ThreadLocalStorage
8238 // Windows 64bit: gs:0x58
8249 // %gs:0x58 (64-bit). On MinGW, __tls_array is not available, so directly
14742 unsigned TlsReg = Is64Bit ? X86::FS : X86::GS;