Searched refs:Ecx (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/scudo/ |
D | scudo_utils.cpp | 50 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/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
D | DebugSupport.h | 130 UINT32 Ecx; member
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86Base.h | 616 Variable *Ecx, Variable *Ebx, bool Locked) { in _cmpxchg8b() argument 618 Context.insert<typename Traits::Insts::Cmpxchg8b>(Addr, Edx, Eax, Ecx, Ebx, in _cmpxchg8b()
|
D | IceInstX86BaseImpl.h | 229 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()
|
D | IceInstX86Base.h | 2556 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);
|