Searched refs:Ecx (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp43 u32 Eax, Ebx = 0, Ecx = 0, Edx = 0; local
44 __get_cpuid(0, &Eax, &Ebx, &Ecx, &Edx);
47 (Ecx == signature_INTEL_ecx);
49 (Ecx == signature_AMD_ecx);
52 (Ecx == signature_HYGON_ecx);
55 __get_cpuid(1, &Eax, &Ebx, &Ecx, &Edx);
56 return !!(Ecx & bit_SSE4_2);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/
H A DRegisterContextWindows_x86.cpp178 return ReadRegisterHelper(CONTEXT_INTEGER, "ECX", m_context.Ecx, reg_value);
224 m_context.Ecx = reg_value.GetAsUInt32();
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_i386.cpp134 reg_value.SetUInt32(tls_context.Ecx);
199 tls_context.Ecx = reg_value.GetAsUInt32();
H A DNativeRegisterContextWindows_WoW64.cpp128 reg_value.SetUInt32(tls_context.Ecx);
191 tls_context.Ecx = reg_value.GetAsUInt32();
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c152 context_offset (Ecx),
H A Dwince.c189 context_offset (Ecx),

Completed in 227 milliseconds