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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp141 #define IEM_IS_GUEST_CPU_AMD(a_pIemCpu) (g_fRandom) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h3880 && !IEM_IS_GUEST_CPU_AMD(pIemCpu)) )
4525 else if (IEM_IS_GUEST_CPU_AMD(pIemCpu))
H A DIEMAllInstructions.cpp.h5430 if (IEM_IS_GUEST_CPU_AMD(pIemCpu)) /** @todo testcase: rev 3.15 of the amd manuals claims it only loads a 32-bit greg. */
17081 if (!IEM_IS_GUEST_CPU_AMD(pIemCpu))
H A DIEMAll.cpp310 #define IEM_IS_GUEST_CPU_AMD(a_pIemCpu) ( (a_pIemCpu)->enmCpuVendor == CPUMCPUVENDOR_AMD ) macro

Completed in 128 milliseconds