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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp448 #define IEM_MC_AND_LOCAL_U64(a_u64Local, a_u64Mask) do { (a_u64Local) &= (a_u64Mask); CHK_TYPE(uint64_t, a_u64Local); CHK_CONST(uint64_t, a_u64Mask); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp8388 #define IEM_MC_AND_LOCAL_U64(a_u64Local, a_u64Mask) do { (a_u64Local) &= (a_u64Mask); } while (0) macro
H A DIEMAllInstructions.cpp.h4446 IEM_MC_AND_LOCAL_U64(u64Src, 0x3f);

Completed in 316 milliseconds