Searched refs:MyCPUID (Results 1 – 4 of 4) sorted by relevance
/external/lzma/C/ |
D | CpuArch.c | 58 void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d) in MyCPUID() function 121 MyCPUID(0, &p->maxFunc, &p->vendor[0], &p->vendor[2], &p->vendor[1]); in x86cpuid_CheckAndRead() 122 MyCPUID(1, &p->ver, &p->b, &p->c, &p->d); in x86cpuid_CheckAndRead()
|
D | CpuArch.h | 207 void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d);
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | asm_cpuid.ll | 8 define void @MyCPUID(i32 %fxn, i32* %out) sanitize_address { 40 ; CHECK-LABEL: define void @MyCPUID(i32 %fxn, i32* %out) 48 ; ASM-LABEL: MyCPUID:
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 2380 MyCPUID(0x80000000, &maxFunc2, &t[0], &t[1], &t[2]); in x86cpuid_to_String() 2394 MyCPUID(0x80000002 + i, &d[0], &d[1], &d[2], &d[3]); in x86cpuid_to_String()
|