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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp401 #define IEM_MC_STORE_GREG_U16_CONST(a_iGReg, a_u16C) do { AssertCompile((uint16_t)(a_u16C) == (a_u16C)); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h10468 IEM_MC_STORE_GREG_U16_CONST(X86_GREG_xDX, UINT16_C(0xffff));
10470 IEM_MC_STORE_GREG_U16_CONST(X86_GREG_xDX, 0);
15925 IEM_MC_STORE_GREG_U16_CONST(X86_GREG_xCX, 0);
H A DIEMAll.cpp8340 #define IEM_MC_STORE_GREG_U16_CONST IEM_MC_STORE_GREG_U16 macro

Completed in 89 milliseconds