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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp454 #define IEM_MC_SAR_LOCAL_S16(a_i16Local, a_cShift) do { (a_i16Local) >>= (a_cShift); CHK_TYPE(int16_t, a_i16Local); CHK_CONST(uint8_t, a_cShift); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h4488 IEM_MC_SAR_LOCAL_S16(i16AddrAdj, 4);
4489 IEM_MC_SAR_LOCAL_S16(i16AddrAdj, 1);
H A DIEMAll.cpp8397 #define IEM_MC_SAR_LOCAL_S16(a_i16Local, a_cShift) do { (a_i16Local) >>= (a_cShift); } while (0) macro

Completed in 113 milliseconds