Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_utils.cpp50 u32 Ecx; member
57 : "=a" (info->Eax), "=b" (info->Ebx), "=c" (info->Ecx), "=d" (info->Edx) in getCPUID()
70 memcmp(reinterpret_cast<char *>(&Info.Ecx), "ntel", 4) == 0) { in isSupportedCPU()
75 memcmp(reinterpret_cast<char *>(&Info.Ecx), "cAMD", 4) == 0) { in isSupportedCPU()
95 return ((CPUInfo.Ecx >> 20) & 0x1) != 0; in testCPUFeature()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzptrace386_linux.go13 Ecx int32 member
Dztypes_linux_386.go635 Ecx int32 member
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h616 Variable *Ecx, Variable *Ebx, bool Locked) { in _cmpxchg8b() argument
618 Context.insert<typename Traits::Insts::Cmpxchg8b>(Addr, Edx, Eax, Ecx, Ebx, in _cmpxchg8b()
DIceInstX86BaseImpl.h229 Cfg *Func, X86OperandMem *Addr, Variable *Edx, Variable *Eax, Variable *Ecx, in InstX86Cmpxchg8b() argument
235 assert(Ecx->getRegNum() == RegisterSet::Reg_ecx); in InstX86Cmpxchg8b()
240 this->addSource(Ecx); in InstX86Cmpxchg8b()
DIceInstX86Base.h2556 Variable *Edx, Variable *Eax, Variable *Ecx, in create()
2559 InstX86Cmpxchg8b(Func, Dest, Edx, Eax, Ecx, Ebx, Locked); in create()
2570 Variable *Eax, Variable *Ecx, Variable *Ebx, bool Locked);