Lines Matching defs:cbIncr

93     int8_t const    cbIncr       = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
115 && cbIncr > 0 /** @todo Optimize reverse direction string ops. */
152 uSrc1AddrReg += cLeftPage * cbIncr;
153 uSrc2AddrReg += cLeftPage * cbIncr;
167 uSrc1AddrReg += cbIncr * off;
168 uSrc2AddrReg += cbIncr * off;
203 pCtx->ADDR_rSI = uSrc1AddrReg += cbIncr;
204 pCtx->ADDR_rDI = uSrc2AddrReg += cbIncr;
249 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
271 && cbIncr > 0 /** @todo Optimize reverse direction string ops. */
308 uSrc1AddrReg += cLeftPage * cbIncr;
309 uSrc2AddrReg += cLeftPage * cbIncr;
323 uSrc1AddrReg += cbIncr * off;
324 uSrc2AddrReg += cbIncr * off;
359 pCtx->ADDR_rSI = uSrc1AddrReg += cbIncr;
360 pCtx->ADDR_rDI = uSrc2AddrReg += cbIncr;
399 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
417 && cbIncr > 0 /** @todo Implement reverse direction string ops. */
451 pCtx->ADDR_rDI = uAddrReg += i * cbIncr;
482 pCtx->ADDR_rDI = uAddrReg += cbIncr;
521 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
539 && cbIncr > 0 /** @todo Implement reverse direction string ops. */
573 pCtx->ADDR_rDI = uAddrReg += i * cbIncr;
603 pCtx->ADDR_rDI = uAddrReg += cbIncr;
650 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
670 && (cbIncr > 0
672 && uSrcAddrReg + cbIncr * uCounterReg > uDstAddrReg
674 && uDstAddrReg + cbIncr * uCounterReg > uSrcAddrReg))
695 && cbIncr > 0 /** @todo Implement reverse direction string ops. */
741 pCtx->ADDR_rSI = uSrcAddrReg += cLeftPage * cbIncr;
742 pCtx->ADDR_rDI = uDstAddrReg += cLeftPage * cbIncr;
768 pCtx->ADDR_rSI = uSrcAddrReg += cbIncr;
769 pCtx->ADDR_rDI = uDstAddrReg += cbIncr;
805 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
832 && cbIncr > 0 /** @todo Implement reverse direction string ops. */
855 pCtx->ADDR_rDI = uAddrReg += cLeftPage * cbIncr;
889 pCtx->ADDR_rDI = uAddrReg += cbIncr;
926 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
942 && cbIncr > 0 /** @todo Implement reverse direction string ops. */
970 pCtx->ADDR_rSI = uAddrReg += cLeftPage * cbIncr;
999 pCtx->ADDR_rSI = uAddrReg += cbIncr;
1113 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
1138 && cbIncr > 0 /** @todo Implement reverse direction string ops. */
1175 pCtx->ADDR_rDI = uAddrReg += cbIncr;
1233 pCtx->ADDR_rDI = uAddrReg += cbIncr;
1333 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
1349 && cbIncr > 0 /** @todo Implement reverse direction string ops. */
1385 pCtx->ADDR_rSI = uAddrReg += cbIncr;
1436 pCtx->ADDR_rSI = uAddrReg += cbIncr;