Home
last modified time | relevance | path

Searched refs:Ifx_Read (Results 1 – 16 of 16) sorted by relevance

/external/valgrind/drd/
Ddrd_load_store.c703 case Ifx_Read: in DRD_()
709 if (mFx == Ifx_Read || mFx == Ifx_Modify) { in DRD_()
/external/valgrind/coregrind/
Dm_translate.c348 dcall->fxState[0].fx = Ifx_Read; \ in vg_SP_update_pass()
378 dcall->fxState[0].fx = Ifx_Read; \ in vg_SP_update_pass()
636 if (d->fxState[j].fx == Ifx_Read || d->fxState[j].fx == Ifx_None) in vg_SP_update_pass()
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c4039 d->mFx = Ifx_Read; in dis_FPU()
4142 d->fxState[0].fx = Ifx_Read; in dis_FPU()
4146 d->fxState[1].fx = Ifx_Read; in dis_FPU()
4150 d->fxState[2].fx = Ifx_Read; in dis_FPU()
4154 d->fxState[3].fx = Ifx_Read; in dis_FPU()
4751 d->mFx = Ifx_Read; in dis_FPU()
5050 d->mFx = Ifx_Read; in dis_FPU()
5116 d->fxState[0].fx = Ifx_Read; in dis_FPU()
5120 d->fxState[1].fx = Ifx_Read; in dis_FPU()
5124 d->fxState[2].fx = Ifx_Read; in dis_FPU()
[all …]
Dguest_amd64_toIR.c5701 d->mFx = Ifx_Read; in dis_FPU()
5805 d->fxState[0].fx = Ifx_Read; in dis_FPU()
5809 d->fxState[1].fx = Ifx_Read; in dis_FPU()
5813 d->fxState[2].fx = Ifx_Read; in dis_FPU()
5817 d->fxState[3].fx = Ifx_Read; in dis_FPU()
6370 d->mFx = Ifx_Read; in dis_FPU()
6671 d->mFx = Ifx_Read; in dis_FPU()
6759 d->fxState[0].fx = Ifx_Read; in dis_FPU()
6763 d->fxState[1].fx = Ifx_Read; in dis_FPU()
6767 d->fxState[2].fx = Ifx_Read; in dis_FPU()
[all …]
Dguest_mips_toIR.c1183 d->fxState[0].fx = Ifx_Read; /* read */ in calculateFCSR()
1189 d->fxState[1].fx = Ifx_Read; /* read */ in calculateFCSR()
1194 d->fxState[2].fx = Ifx_Read; /* read */ in calculateFCSR()
1206 d->fxState[0].fx = Ifx_Read; /* read */ in calculateFCSR()
1212 d->fxState[1].fx = Ifx_Read; /* read */ in calculateFCSR()
1215 d->fxState[2].fx = Ifx_Read; /* read */ in calculateFCSR()
1220 d->fxState[3].fx = Ifx_Read; /* read */ in calculateFCSR()
1223 d->fxState[4].fx = Ifx_Read; /* read */ in calculateFCSR()
Dir_defs.c1402 case Ifx_Read: vex_printf("RdFX"); return; in ppIREffect()
Dir_opt.c5648 if (d->fxState[i].fx != Ifx_Read) { in dirty_helper_puts()
/external/valgrind/lackey/
Dlk_main.c861 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) in lk_instrument()
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c1237 di->fxState[0].fx = Ifx_Read; in VG_()
/external/valgrind/memcheck/
Dmc_translate.c1190 di->fxState[0].fx = Ifx_Read; in setHelperAnns()
1195 di->fxState[1].fx = Ifx_Read; in setHelperAnns()
5465 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) { in do_shadow_Dirty()
5517 if (d->fxState[i].fx == Ifx_Read) in do_shadow_Dirty()
7366 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) { in do_origins_Dirty()
7408 if (d->fxState[i].fx == Ifx_Read) in do_origins_Dirty()
/external/valgrind/VEX/pub/
Dlibvex_ir.h2407 Ifx_Read, /* reads the resource */ enumerator
/external/valgrind/exp-dhat/
Ddh_main.c954 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) in dh_instrument()
/external/valgrind/cachegrind/
Dcg_main.c1186 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) in cg_instrument()
/external/valgrind/callgrind/
Dmain.c1109 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) in CLG_()
/external/valgrind/exp-sgcheck/
Dsg_main.c2283 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) { in sg_instrument_IRStmt()
/external/valgrind/helgrind/
Dhg_main.c4819 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) { in hg_instrument()