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

/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c14749 IRTemp dataLo = newTemp(Ity_I32); local
14774 assign( dataLo, getIReg(4,R_EBX) );
14781 mkexpr(dataHi), mkexpr(dataLo)
H A Dguest_amd64_toIR.c22162 IRTemp dataLo = newTemp(elemTy); local
22217 assign( dataLo, sz==4 ? getIReg32(R_RBX) : getIReg64(R_RBX) );
22224 mkexpr(dataHi), mkexpr(dataLo)
[all...]
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h2460 If .addr contains the same value as .expdLo, then .dataLo is
2464 Types: .expdLo, .dataLo and .oldLo must all have the same type.
2479 .dataHi:.dataLo is written there, else there is no write. In
2483 Types: .expdHi, .expdLo, .dataHi, .dataLo, .oldHi, .oldLo must
2505 then the CAS succeeded, .dataLo (resp. .dataHi:.dataLo) is now
2524 IRExpr* dataLo; member in struct:__anon19228
2533 IRExpr* dataHi, IRExpr* dataLo );

Completed in 637 milliseconds