VirtualBox

Ignore:
Timestamp:
Feb 5, 2012 9:30:40 PM (13 years ago)
Author:
vboxsync
Message:

IEM: Filled in some NOPs and PREFETCHes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r39971 r40001  
    208208 */
    209209#define IEM_IS_AMD_CPUID_FEATURE_PRESENT_ECX(a_fEcx)    iemRegIsAmdCpuIdFeaturePresent(pIemCpu, 0, (a_fEcx))
     210
     211/**
     212 * Tests if an AMD CPUID feature (extended) is marked present - EDX.
     213 */
     214#define IEM_IS_AMD_CPUID_FEATURE_PRESENT_EDX(a_fEdx)    iemRegIsAmdCpuIdFeaturePresent(pIemCpu, (a_fEdx), 0)
     215
     216/**
     217 * Tests if at least on of the specified AMD CPUID features (extended) are
     218 * marked present.
     219 */
     220#define IEM_IS_AMD_CPUID_FEATURES_ANY_PRESENT(a_fEdx, a_fEcx)   iemRegIsAmdCpuIdFeaturePresent(pIemCpu, (a_fEdx), (a_fEcx))
    210221
    211222/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette