Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c19125 IRTemp dst_maskV = newTemp(Ity_V128); in math_MPSADBW_128() local
19127 assign(dst_maskV, mkV128( dst_mask[ (imm8 >> 2) & 1 ] )); in math_MPSADBW_128()
19132 assign(dst_masked, binop(Iop_AndV128, mkexpr(dst_vec), mkexpr(dst_maskV))); in math_MPSADBW_128()