Searched defs:dataLo (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c14742 IRTemp dataLo = newTemp(Ity_I32); local
14767 assign( dataLo, getIReg(4,R_EBX) );
14774 mkexpr(dataHi), mkexpr(dataLo)
H A Dguest_amd64_toIR.c21655 IRTemp dataLo = newTemp(elemTy); local
21710 assign( dataLo, sz==4 ? getIReg32(R_RBX) : getIReg64(R_RBX) );
21717 mkexpr(dataHi), mkexpr(dataLo)
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h2304 If .addr contains the same value as .expdLo, then .dataLo is
2308 Types: .expdLo, .dataLo and .oldLo must all have the same type.
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
2368 IRExpr* dataLo; member in struct:__anon32303
2377 IRExpr* dataHi, IRExpr* dataLo );

Completed in 1048 milliseconds