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

Function GetMMFR2

Source/Tools/FEXGetConfig/Main.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82uint64_t GetMMFR2() {
83 uint64_t Result {};
84 asm("mrs %0, ID_AA64MMFR2_EL1;" : "=r"(Result));
85 return Result;
86}
87
88TSOEmulationFacts GetTSOEmulationFacts() {
89 const auto ISAR0 = GetISAR0();

Callers 1

GetTSOEmulationFactsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected