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

/external/valgrind/main/drd/
H A Ddrd_load_store.c697 IREffect const mFx = d->mFx; local
698 switch (mFx) {
707 if (mFx == Ifx_Read || mFx == Ifx_Modify) {
715 if (mFx == Ifx_Write || mFx == Ifx_Modify)
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h2184 arguments and 'mFx' are evaluated REGARDLESS of the guard value.
2186 expression is evaluated AFTER the arguments and 'mFx' have been
2187 evaluated. 'mFx' is expected (by Memcheck) to be a defined value
2222 IREffect mFx; /* indicates memory effects, if any */ member in struct:_IRDirty
2223 IRExpr* mAddr; /* of access, or NULL if mFx==Ifx_None */
2224 Int mSize; /* of access, or zero if mFx==Ifx_None */

Completed in 103 milliseconds