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

/external/valgrind/main/VEX/priv/
H A Dir_defs.c1355 if (cas->dataHi) {
1356 ppIRExpr(cas->dataHi);
1919 IRExpr* dataHi, IRExpr* dataLo ) {
1927 cas->dataHi = dataHi;
2262 cas->dataHi==NULL ? NULL : deepCopyIRExpr(cas->dataHi),
3556 && (cas->dataHi ? isIRAtom(cas->dataHi) : True)
3778 if (cas->dataHi)
1916 mkIRCAS( IRTemp oldHi, IRTemp oldLo, IREndness end, IRExpr* addr, IRExpr* expdHi, IRExpr* expdLo, IRExpr* dataHi, IRExpr* dataLo ) argument
[all...]
H A Dguest_x86_toIR.c14741 IRTemp dataHi = newTemp(Ity_I32); local
14766 assign( dataHi, getIReg(4,R_ECX) );
14774 mkexpr(dataHi), mkexpr(dataLo)
H A Dguest_amd64_toIR.c21654 IRTemp dataHi = newTemp(elemTy); local
21709 assign( dataHi, sz==4 ? getIReg32(R_RCX) : getIReg64(R_RCX) );
21717 mkexpr(dataHi), mkexpr(dataLo)
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h2312 .oldHi must be IRTemp_INVALID, and .expdHi and .dataHi must
2323 .dataHi:.dataLo is written there, else there is no write. In
2327 Types: .expdHi, .expdLo, .dataHi, .dataLo, .oldHi, .oldLo must
2349 then the CAS succeeded, .dataLo (resp. .dataHi:.dataLo) is now
2367 IRExpr* dataHi; /* new value for *addr */ member in struct:__anon32303
2377 IRExpr* dataHi, IRExpr* dataLo );

Completed in 151 milliseconds