Home
last modified time | relevance | path

Searched refs:dst_masked (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c19130 IRTemp dst_masked = newTemp(Ity_V128); in math_MPSADBW_128() local
19132 assign(dst_masked, binop(Iop_AndV128, mkexpr(dst_vec), mkexpr(dst_maskV))); in math_MPSADBW_128()
19142 assign( dHi, unop(Iop_V128HIto64, mkexpr(dst_masked)) ); in math_MPSADBW_128()
19143 assign( dLo, unop(Iop_V128to64, mkexpr(dst_masked)) ); in math_MPSADBW_128()