MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / RunCPUIDFunction

Method RunCPUIDFunction

FEXCore/Source/Interface/Context/Context.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42FEXCore::CPUID::FunctionResults FEXCore::Context::ContextImpl::RunCPUIDFunction(uint32_t Function, uint32_t Leaf) {
43 return CPUID.RunFunction(Function, Leaf);
44}
45
46FEXCore::CPUID::XCRResults FEXCore::Context::ContextImpl::RunXCRFunction(uint32_t Function) {
47 return CPUID.RunXCRFunction(Function);

Callers 3

CPUFeaturesMethod · 0.80
GenerateCPUInfoFunction · 0.80
CalculateHWCapsMethod · 0.80

Calls 1

RunFunctionMethod · 0.80

Tested by

no test coverage detected