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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImplStrInstr.cpp.h36 # define ADDR_rDI di macro
41 # define ADDR_rDI edi macro
46 # define ADDR_rDI rdi macro
95 ADDR_TYPE uSrc2AddrReg = pCtx->ADDR_rDI;
175 pCtx->ADDR_rDI = uSrc2AddrReg;
204 pCtx->ADDR_rDI = uSrc2AddrReg += cbIncr;
251 ADDR_TYPE uSrc2AddrReg = pCtx->ADDR_rDI;
331 pCtx->ADDR_rDI = uSrc2AddrReg;
360 pCtx->ADDR_rDI = uSrc2AddrReg += cbIncr;
401 ADDR_TYPE uAddrReg = pCtx->ADDR_rDI;
1466 #undef ADDR_rDI macro
[all...]

Completed in 46 milliseconds