mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
JitArm64: Reimplement aarch64 cycle counters.
CNTVCT_EL0 is force-enabled on all linux plattforms. Windows is untested, but as this is the best way to get *any* low overhead performance counters, they likely use it as well.
This commit is contained in:
@ -603,9 +603,9 @@ public:
|
||||
|
||||
// System
|
||||
void _MSR(PStateField field, u8 imm);
|
||||
|
||||
void _MSR(PStateField field, ARM64Reg Rt);
|
||||
void MRS(ARM64Reg Rt, PStateField field);
|
||||
void CNTVCT(ARM64Reg Rt);
|
||||
|
||||
void HINT(SystemHint op);
|
||||
void CLREX();
|
||||
|
Reference in New Issue
Block a user