Home
last modified time | relevance | path

Searched refs:Ifx_Modify (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/main/drd/
Ddrd_load_store.c703 case Ifx_Modify: in DRD_()
707 if (mFx == Ifx_Read || mFx == Ifx_Modify) { in DRD_()
715 if (mFx == Ifx_Write || mFx == Ifx_Modify) in DRD_()
/external/valgrind/main/lackey/
Dlk_main.c855 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) in lk_instrument()
857 if (d->mFx == Ifx_Write || d->mFx == Ifx_Modify) in lk_instrument()
/external/valgrind/main/exp-dhat/
Ddh_main.c955 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) in dh_instrument()
958 if (d->mFx == Ifx_Write || d->mFx == Ifx_Modify) in dh_instrument()
/external/valgrind/main/cachegrind/
Dcg_main.c1193 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) in cg_instrument()
1195 if (d->mFx == Ifx_Write || d->mFx == Ifx_Modify) in cg_instrument()
/external/valgrind/main/coregrind/m_gdbserver/
Dm_gdbserver.c1163 di->fxState[1].fx = Ifx_Modify; in VG_()
/external/valgrind/main/callgrind/
Dmain.c1108 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) in CLG_()
1110 if (d->mFx == Ifx_Write || d->mFx == Ifx_Modify) in CLG_()
/external/valgrind/main/exp-sgcheck/
Dsg_main.c2275 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) { in sg_instrument_IRStmt()
2281 if (d->mFx == Ifx_Write || d->mFx == Ifx_Modify) { in sg_instrument_IRStmt()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h2199 Ifx_Modify, /* modifies the resource */ enumerator
/external/valgrind/main/VEX/
Dtest_main.c2432 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) { in do_shadow_Dirty()
2498 if (d->mFx == Ifx_Write || d->mFx == Ifx_Modify) { in do_shadow_Dirty()
/external/valgrind/main/memcheck/
Dmc_translate.c5102 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) { in do_shadow_Dirty()
5187 if (d->mFx == Ifx_Write || d->mFx == Ifx_Modify) { in do_shadow_Dirty()
6871 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) { in do_origins_Dirty()
6962 if (d->mFx == Ifx_Write || d->mFx == Ifx_Modify) { in do_origins_Dirty()
/external/valgrind/main/helgrind/
Dhg_main.c4685 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) { in hg_instrument()
4693 if (d->mFx == Ifx_Write || d->mFx == Ifx_Modify) { in hg_instrument()
/external/valgrind/main/VEX/priv/
Dir_opt.c685 if (d->fxState[j].fx == Ifx_Modify in redundant_get_removal_BB()
5478 return d->mFx == Ifx_Write || d->mFx == Ifx_Modify; in dirty_helper_stores()
Dhost_s390_isel.c3778 if ((d->fxState[i].fx == Ifx_Write || d->fxState[i].fx == Ifx_Modify)) { in s390_isel_stmt()
Dir_defs.c1291 case Ifx_Modify: vex_printf("MoFX"); return; in ppIREffect()
Dguest_x86_toIR.c14867 d->fxState[0].fx = Ifx_Modify; in disInstr_X86_WRK()
14873 d->fxState[2].fx = Ifx_Modify; in disInstr_X86_WRK()
Dguest_amd64_toIR.c17231 d->fxState[1].fx = Ifx_Modify; in dis_AESx()
21452 d->fxState[0].fx = Ifx_Modify; in dis_ESC_0F()
21458 d->fxState[2].fx = Ifx_Modify; in dis_ESC_0F()
Dguest_s390_toIR.c12886 d->fxState[0].fx = Ifx_Modify; /* read then write */ in s390_irgen_STFLE()