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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp403 #define IEM_MC_STORE_GREG_U64_CONST(a_iGReg, a_u64C) do { AssertCompile((uint64_t)(a_u64C) == (a_u64C)); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h10492 IEM_MC_STORE_GREG_U64_CONST(X86_GREG_xDX, UINT64_C(0xffffffffffffffff));
10494 IEM_MC_STORE_GREG_U64_CONST(X86_GREG_xDX, 0);
15963 IEM_MC_STORE_GREG_U64_CONST(X86_GREG_xCX, 0);
H A DIEMAll.cpp8342 #define IEM_MC_STORE_GREG_U64_CONST IEM_MC_STORE_GREG_U64 macro

Completed in 115 milliseconds