Changeset 103828 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Mar 13, 2024 2:01:20 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r103739 r103828 462 462 "Times liveness info helped finding the return register in iemNativeRegAllocFindFree.", 463 463 "/IEM/CPU%u/re/NativeRegFindFreeLivenessHelped", idCpu); 464 465 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeEflArithmeticSkipped, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 466 "Skipped all status flag updating, arithmetic instruction", 467 "/IEM/CPU%u/re/NativeEFlagsArithmeticSkipped", idCpu); 464 468 465 469 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeLivenessEflCfSkippable, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Skippable EFLAGS.CF updating", "/IEM/CPU%u/re/NativeLivenessEFlagsCfSkippable", idCpu);
Note:
See TracChangeset
for help on using the changeset viewer.