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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp458 #define IEM_MC_SHL_LOCAL_S32(a_i32Local, a_cShift) do { (a_i32Local) <<= (a_cShift); CHK_TYPE(int32_t, a_i32Local); CHK_CONST(uint8_t, a_cShift); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp8402 #define IEM_MC_SHL_LOCAL_S32(a_i32Local, a_cShift) do { (a_i32Local) <<= (a_cShift); } while (0) macro
H A DIEMAllInstructions.cpp.h4518 IEM_MC_SHL_LOCAL_S32(i32AddrAdj, 2);

Completed in 111 milliseconds