Changeset 102876 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jan 15, 2024 2:26:27 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
r102817 r102876 1063 1063 #define IEM_MC_IF_ECX_IS_NZ() (void)fMcBegin; if (g_fRandom) { 1064 1064 #define IEM_MC_IF_RCX_IS_NZ() (void)fMcBegin; if (g_fRandom) { 1065 #define IEM_MC_IF_CX_IS_NZ_AND_EFL_BIT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1066 #define IEM_MC_IF_ECX_IS_NZ_AND_EFL_BIT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1067 #define IEM_MC_IF_RCX_IS_NZ_AND_EFL_BIT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1068 #define IEM_MC_IF_CX_IS_NZ_AND_EFL_BIT_NOT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1069 #define IEM_MC_IF_ECX_IS_NZ_AND_EFL_BIT_NOT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1070 #define IEM_MC_IF_RCX_IS_NZ_AND_EFL_BIT_NOT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1065 #define IEM_MC_IF_CX_IS_NOT_ONE() (void)fMcBegin; if (g_fRandom) { 1066 #define IEM_MC_IF_ECX_IS_NOT_ONE() (void)fMcBegin; if (g_fRandom) { 1067 #define IEM_MC_IF_RCX_IS_NOT_ONE() (void)fMcBegin; if (g_fRandom) { 1068 #define IEM_MC_IF_CX_IS_NOT_ONE_AND_EFL_BIT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1069 #define IEM_MC_IF_ECX_IS_NOT_ONE_AND_EFL_BIT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1070 #define IEM_MC_IF_RCX_IS_NOT_ONE_AND_EFL_BIT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1071 #define IEM_MC_IF_CX_IS_NOT_ONE_AND_EFL_BIT_NOT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1072 #define IEM_MC_IF_ECX_IS_NOT_ONE_AND_EFL_BIT_NOT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1073 #define IEM_MC_IF_RCX_IS_NOT_ONE_AND_EFL_BIT_NOT_SET(a_fBit) (void)fMcBegin; if (g_fRandom) { 1071 1074 #define IEM_MC_IF_LOCAL_IS_Z(a_Local) (void)fMcBegin; if ((a_Local) == 0) { 1072 1075 #define IEM_MC_IF_GREG_BIT_SET(a_iGReg, a_iBitNo) (void)fMcBegin; CHK_GREG_IDX(a_iGReg); if (g_fRandom) {
Note:
See TracChangeset
for help on using the changeset viewer.