Home | History | Annotate | Download | only in coregrind

Lines Matching refs:fxState

348          dcall->fxState[0].fx     = Ifx_Read;                           \
349 dcall->fxState[0].offset = layout->offset_SP; \
350 dcall->fxState[0].size = layout->sizeof_SP; \
351 dcall->fxState[0].nRepeats = 0; \
352 dcall->fxState[0].repeatLen = 0; \
378 dcall->fxState[0].fx = Ifx_Read; \
379 dcall->fxState[0].offset = layout->offset_SP; \
380 dcall->fxState[0].size = layout->sizeof_SP; \
381 dcall->fxState[0].nRepeats = 0; \
382 dcall->fxState[0].repeatLen = 0; \
636 if (d->fxState[j].fx == Ifx_Read || d->fxState[j].fx == Ifx_None)
639 for (k = 0; k < 1 + d->fxState[j].nRepeats; k++) {
640 minoff_ST = d->fxState[j].offset + k * d->fxState[j].repeatLen;
641 maxoff_ST = minoff_ST + d->fxState[j].size - 1;