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

/external/valgrind/main/drd/
H A Ddrd_load_store.c516 case Ifx_Read:
522 if (mFx == Ifx_Read || mFx == Ifx_Modify) {
/external/valgrind/main/coregrind/
H A Dm_translate.c333 dcall->fxState[0].fx = Ifx_Read; \
361 dcall->fxState[0].fx = Ifx_Read; \
601 if (d->fxState[j].fx == Ifx_Read || d->fxState[j].fx == Ifx_None)
/external/valgrind/main/VEX/
H A Dtest_main.c997 di->fxState[0].fx = Ifx_Read;
1000 di->fxState[1].fx = Ifx_Read;
2409 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) {
2449 if (d->fxState[i].fx == Ifx_Read)
/external/valgrind/main/lackey/
H A Dlk_main.c776 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify)
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c3927 d->mFx = Ifx_Read;
4027 d->fxState[0].fx = Ifx_Read;
4031 d->fxState[1].fx = Ifx_Read;
4035 d->fxState[2].fx = Ifx_Read;
4039 d->fxState[3].fx = Ifx_Read;
4609 d->mFx = Ifx_Read;
4913 d->mFx = Ifx_Read;
4977 d->fxState[0].fx = Ifx_Read;
4981 d->fxState[1].fx = Ifx_Read;
4985 d->fxState[2].fx = Ifx_Read;
[all...]
H A Dguest_amd64_toIR.c5077 d->mFx = Ifx_Read;
5178 d->fxState[0].fx = Ifx_Read;
5182 d->fxState[1].fx = Ifx_Read;
5186 d->fxState[2].fx = Ifx_Read;
5190 d->fxState[3].fx = Ifx_Read;
5714 d->mFx = Ifx_Read;
6033 //.. d->mFx = Ifx_Read;
6097 //.. d->fxState[0].fx = Ifx_Read;
6101 //.. d->fxState[1].fx = Ifx_Read;
6105 //.. d->fxState[2].fx = Ifx_Read;
[all...]
H A Dir_defs.c1047 case Ifx_Read: vex_printf("RdFX"); return;
/external/valgrind/main/memcheck/
H A Dmc_translate.c1015 di->fxState[0].fx = Ifx_Read;
1018 di->fxState[1].fx = Ifx_Read;
4103 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) {
4145 if (d->fxState[i].fx == Ifx_Read)
5670 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) {
5703 if (d->fxState[i].fx == Ifx_Read)
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1712 Ifx_Read, /* reads the resource */ enumerator in enum:__anon14026
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1026 di->fxState[0].fx = Ifx_Read;
/external/valgrind/main/exp-dhat/
H A Ddh_main.c954 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify)
/external/valgrind/tsan/
H A Dts_valgrind.cc1235 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) {
/external/valgrind/main/cachegrind/
H A Dcg_main.c1063 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify)
/external/valgrind/main/callgrind/
H A Dmain.c1034 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify)
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c2275 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) {
/external/valgrind/main/helgrind/
H A Dhg_main.c4468 if (d->mFx == Ifx_Read || d->mFx == Ifx_Modify) {

Completed in 829 milliseconds