Searched defs:dataHi (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dir_defs.c1054 if (cas->dataHi) {
1055 ppIRExpr(cas->dataHi);
1528 IRExpr* dataHi, IRExpr* dataLo ) {
1536 cas->dataHi = dataHi;
1802 cas->dataHi==NULL ? NULL : deepCopyIRExpr(cas->dataHi),
2667 && (cas->dataHi ? isIRAtom(cas->dataHi) : True)
2860 if (cas->dataHi)
1525 mkIRCAS( IRTemp oldHi, IRTemp oldLo, IREndness end, IRExpr* addr, IRExpr* expdHi, IRExpr* expdLo, IRExpr* dataHi, IRExpr* dataLo ) argument
[all...]
H A Dguest_amd64_toIR.c17949 IRTemp dataHi = newTemp(elemTy); local
17996 assign( dataHi, sz==4 ? getIReg32(R_RCX) : getIReg64(R_RCX) );
18004 mkexpr(dataHi), mkexpr(dataLo)
H A Dguest_x86_toIR.c14458 IRTemp dataHi = newTemp(Ity_I32); local
14483 assign( dataHi, getIReg(4,R_ECX) );
14491 mkexpr(dataHi), mkexpr(dataLo)
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1716 .oldHi must be IRTemp_INVALID, and .expdHi and .dataHi must
1727 .dataHi:.dataLo is written there, else there is no write. In
1731 Types: .expdHi, .expdLo, .dataHi, .dataLo, .oldHi, .oldLo must
1753 then the CAS succeeded, .dataLo (resp. .dataHi:.dataLo) is now
1771 IRExpr* dataHi; /* new value for *addr */ member in struct:__anon10755
1781 IRExpr* dataHi, IRExpr* dataLo );

Completed in 148 milliseconds