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

/external/valgrind/main/drd/
H A Ddrd_load_store.c512 IREffect const mFx = d->mFx; local
513 switch (mFx) {
522 if (mFx == Ifx_Read || mFx == Ifx_Modify) {
530 if (mFx == Ifx_Write || mFx == Ifx_Modify)
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1731 IREffect mFx; /* indicates memory effects, if any */ member in struct:__anon14027
1732 IRExpr* mAddr; /* of access, or NULL if mFx==Ifx_None */
1733 Int mSize; /* of access, or zero if mFx==Ifx_None */

Completed in 59 milliseconds