Searched refs:cInstructions (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DIEMR3.cpp53 STAMR3RegisterF(pVM, &pVCpu->iem.s.cInstructions, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
54 "Instructions interpreted", "/IEM/CPU%u/cInstructions", idCpu);
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp1245 static void CidetAppTestBunch(PCIDETAPP pThis, PCCIDETINSTR paInstructions, uint32_t cInstructions, const char *pszBunchName) argument
1247 for (uint32_t iInstr = 0; iInstr < cInstructions; iInstr++)
/vbox/src/VBox/VMM/include/
H A DIEMInternal.h233 uint32_t cInstructions; member in struct:IEMCPU
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp9090 pIemCpu->fPrefixes & IEM_OP_PRF_LOCK ? "lock " : "", a_szMnemonic, pIemCpu->cInstructions))
9093 pIemCpu->fPrefixes & IEM_OP_PRF_LOCK ? "lock " : "", a_szMnemonic, a_szOps, pIemCpu->cInstructions))
10602 pIemCpu->cInstructions++;
10625 pIemCpu->cInstructions++;

Completed in 85 milliseconds