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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImplStrInstr.cpp.h37 # define ADDR_rSI si macro
42 # define ADDR_rSI esi macro
47 # define ADDR_rSI rsi macro
94 ADDR_TYPE uSrc1AddrReg = pCtx->ADDR_rSI;
174 pCtx->ADDR_rSI = uSrc1AddrReg;
203 pCtx->ADDR_rSI = uSrc1AddrReg += cbIncr;
250 ADDR_TYPE uSrc1AddrReg = pCtx->ADDR_rSI;
330 pCtx->ADDR_rSI = uSrc1AddrReg;
359 pCtx->ADDR_rSI = uSrc1AddrReg += cbIncr;
651 ADDR_TYPE uSrcAddrReg = pCtx->ADDR_rSI;
1467 #undef ADDR_rSI macro
[all...]

Completed in 45 milliseconds