Home | History | Annotate | Download | only in priv

Lines Matching refs:vec0

16133                                   IRTemp vec0/*controlling mask*/,
16136 /* The tricky bit is to convert vec0 into a suitable mask, by
16143 assign(mask, binop(opSAR, mkexpr(vec0), mkexpr(sh)));
16156 IRTemp vec0/*controlling mask*/,
16159 /* The tricky bit is to convert vec0 into a suitable mask, by
16167 breakupV256toV128s( vec0, &vec0Hi, &vec0Lo );
17375 IRTemp vec0 = newTemp(Ity_V128);
17393 assign(vec0, getXMMReg(0));
17395 IRTemp res = math_PBLENDVB_128( vecE, vecG, vec0, gran, opSAR );