Searched refs:subleaf (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h58 /// GetCpuIDAndInfoEx - Execute the specified cpuid with subleaf and return
61 bool GetCpuIDAndInfoEx(unsigned value, unsigned subleaf, unsigned *rEAX,
H A DX86MCTargetDesc.cpp116 /// GetCpuIDAndInfoEx - Execute the specified cpuid with subleaf and return the
119 bool X86_MC::GetCpuIDAndInfoEx(unsigned value, unsigned subleaf, unsigned *rEAX, argument
132 "c" (subleaf));
138 __cpuidex(registers, value, subleaf);
160 "c" (subleaf));
165 mov ecx,subleaf
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DHost.cpp98 /// GetX86CpuIDAndInfoEx - Execute the specified cpuid with subleaf and return the
101 bool GetX86CpuIDAndInfoEx(unsigned value, unsigned subleaf, unsigned *rEAX, argument
114 "c" (subleaf));
120 __cpuidex(registers, value, subleaf);
142 "c" (subleaf));
147 mov ecx,subleaf

Completed in 106 milliseconds