Home | History | Annotate | Download | only in priv

Lines Matching refs:vec0

15359                                   IRTemp vec0/*controlling mask*/,
15362 /* The tricky bit is to convert vec0 into a suitable mask, by
15369 assign(mask, binop(opSAR, mkexpr(vec0), mkexpr(sh)));
15382 IRTemp vec0/*controlling mask*/,
15385 /* The tricky bit is to convert vec0 into a suitable mask, by
15393 breakupV256toV128s( vec0, &vec0Hi, &vec0Lo );
16260 IRTemp vec0 = newTemp(Ity_V128);
16278 assign(vec0, getXMMReg(0));
16280 IRTemp res = math_PBLENDVB_128( vecE, vecG, vec0, gran, opSAR );