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

/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp525 #define IEM_MC_STORE_MEM_U8(a_iSeg, a_GCPtrMem, a_u8Value) do { CHK_GCPTR(a_GCPtrMem); CHK_TYPE(uint8_t, a_u8Value); CHK_SEG_IDX(a_iSeg); } while (0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h9755 IEM_MC_STORE_MEM_U8(pIemCpu->iEffSeg, GCPtrEffDst, u8Value);
10707 IEM_MC_STORE_MEM_U8(pIemCpu->iEffSeg, GCPtrMemOff, u8Tmp);
12070 IEM_MC_STORE_MEM_U8(pIemCpu->iEffSeg, GCPtrEffDst, u8Imm);
H A DIEMAll.cpp8599 #define IEM_MC_STORE_MEM_U8(a_iSeg, a_GCPtrMem, a_u8Value) \ macro

Completed in 113 milliseconds