Home
last modified time | relevance | path

Searched refs:MyCPUID (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DCpuArch.c58 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()
DCpuArch.h207 void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d);
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
Dasm_cpuid.ll8 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/
DBench.cpp2380 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()