Home | History | Annotate | Download | only in coregrind

Lines Matching refs:fxState

339          dcall->fxState[0].fx     = Ifx_Read;                           \
340 dcall->fxState[0].offset = layout->offset_SP; \
341 dcall->fxState[0].size = layout->sizeof_SP; \
342 dcall->fxState[0].nRepeats = 0; \
343 dcall->fxState[0].repeatLen = 0; \
369 dcall->fxState[0].fx = Ifx_Read; \
370 dcall->fxState[0].offset = layout->offset_SP; \
371 dcall->fxState[0].size = layout->sizeof_SP; \
372 fxState[0].nRepeats = 0; \
373 dcall->fxState[0].repeatLen = 0; \
627 if (d->fxState[j].fx == Ifx_Read || d->fxState[j].fx == Ifx_None)
630 for (k = 0; k < 1 + d->fxState[j].nRepeats; k++) {
631 minoff_ST = d->fxState[j].offset + k * d->fxState[j].repeatLen;
632 maxoff_ST = minoff_ST + d->fxState[j].size - 1;