Home | History | Annotate | Download | only in priv

Lines Matching defs:vY

27536    IRTemp vY      = newTemp(vty);
27614 assign( vY, ty == Ity_F64
27617 assign( vY, vty == Ity_V256 ? getYMMReg(rE) : getXMMReg(rE) );
27630 assign(vY, loadLE(vty, mkexpr(addr)));
27642 /* vX/vY/vZ now in 132 order. If it is different order, swap the
27648 vZ = vY;
27649 vY = tem;
27659 y[0] = mkexpr(vY);
27670 assign(tem, unop(ops[i / 2 + j], mkexpr(vY)));
27683 y[i] = unop(ops[i + j], mkexpr(vY));