Home | History | Annotate | Download | only in priv

Lines Matching refs:vScale

16161    IRTemp vScale    = newTemp(Ity_V128);
16170 assign( vScale, unop(Iop_Dup32x4, mkU32( float_to_bits(scale) )) );
16200 binop(Iop_Mul32Fx4, mkexpr(vB), mkexpr(vScale))) );
16207 binop(Iop_Mul32Fx4, mkexpr(vB), mkexpr(vScale))) );