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

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c14558 IRTemp dataLo = newTemp(Ity_I32); local
14583 assign( dataLo, getIReg(4,R_EBX) );
14590 mkexpr(dataHi), mkexpr(dataLo)
H A Dguest_amd64_toIR.c20133 IRTemp dataLo = newTemp(elemTy); local
20180 assign( dataLo, sz==4 ? getIReg32(R_RBX) : getIReg64(R_RBX) );
20187 mkexpr(dataHi), mkexpr(dataLo)
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h2044 If .addr contains the same value as .expdLo, then .dataLo is
2048 Types: .expdLo, .dataLo and .oldLo must all have the same type.
2063 .dataHi:.dataLo is written there, else there is no write. In
2067 Types: .expdHi, .expdLo, .dataHi, .dataLo, .oldHi, .oldLo must
2089 then the CAS succeeded, .dataLo (resp. .dataHi:.dataLo) is now
2108 IRExpr* dataLo; member in struct:__anon27945
2117 IRExpr* dataHi, IRExpr* dataLo );

Completed in 221 milliseconds