Searched refs:srcI64 (Results 1 - 1 of 1) sorted by last modified time

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c16784 IRTemp srcI64 = newTemp(Ity_I64); local
16790 /* Compute both srcI64 -- the value to expand -- and srcVec -- same
16797 assign( srcI64, unop(Iop_V128to64, mkexpr(srcVec)) );
16802 assign( srcI64, loadLE(Ity_I64, mkexpr(addr)) );
16803 assign( srcVec, unop( Iop_64UtoV128, mkexpr(srcI64)) );
16814 unop( Iop_64HIto32, mkexpr(srcI64) ) ),
16816 unop( Iop_64to32, mkexpr(srcI64) ) ) );
16835 /* Compute both srcI64 -- the value to expand -- and srcVec -- same
[all...]

Completed in 140 milliseconds