Searched refs:enmDisCpuMode (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-1.cpp37 static void testDisas(const char *pszSub, uint8_t const *pabInstrs, uintptr_t uEndPtr, DISCPUMODE enmDisCpuMode) argument
47 int rc = DISInstrToStr(&pabInstrs[off], enmDisCpuMode, &Dis, &cb, szOutput, sizeof(szOutput));
71 RTTestIFailureDetails("rc=%Rrc, off=%#x (%u) cbInstr=%u enmDisCpuMode=%d\n",
72 rc, off, Dis.cbInstr, enmDisCpuMode);
78 rc = DISInstrWithPrefetchedBytes((uintptr_t)&pabInstrs[off], enmDisCpuMode, 0 /*fFilter - none */,
98 static void testPerformance(const char *pszSub, uint8_t const *pabInstrs, uintptr_t uEndPtr, DISCPUMODE enmDisCpuMode) argument
111 DISInstrWithReader((uintptr_t)&pabInstrs[off], enmDisCpuMode, testReadBytes, NULL, &Dis, &cb);
/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-3.cpp249 DISCPUMODE enmDisCpuMode = g_cBits == 32 ? DISCPUMODE_32BIT : DISCPUMODE_64BIT; local
251 MyDisBlock(enmDisCpuMode, (uintptr_t)pbCode,
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp2034 DISCPUMODE enmDisCpuMode; local
2050 enmDisCpuMode = (State.f64Bits)
2059 enmDisCpuMode = DISCPUMODE_16BIT;
2070 rc = DISInstrWithReader(GCPtrPC, enmDisCpuMode, cpumR3DisasInstrRead, &State, pCpu, &cbInstr);
2075 rc = DISInstrToStrWithReader(GCPtrPC, enmDisCpuMode, cpumR3DisasInstrRead, &State,

Completed in 42 milliseconds