Searched defs:IEM_MC_SAR_LOCAL_S64 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp456 #define IEM_MC_SAR_LOCAL_S64(a_i64Local, a_cShift) do { (a_i64Local) >>= (a_cShift); CHK_TYPE(int64_t, a_i64Local); CHK_CONST(uint8_t, a_cShift); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp8399 #define IEM_MC_SAR_LOCAL_S64(a_i64Local, a_cShift) do { (a_i64Local) >>= (a_cShift); } while (0) macro

Completed in 102 milliseconds