Searched refs:MyCPUID (Results 1 – 2 of 2) sorted by relevance
/external/lzma/C/ |
D | CpuArch.c | 51 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d) in MyCPUID() function 100 MyCPUID(0, &p->maxFunc, &p->vendor[0], &p->vendor[2], &p->vendor[1]); in x86cpuid_CheckAndRead() 101 MyCPUID(1, &p->ver, &p->b, &p->c, &p->d); in x86cpuid_CheckAndRead()
|
/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:
|