Home | History | Annotate | Download | only in priv

Lines Matching full:f64hi

9797       IRTemp f64hi  = newTemp(Ity_F64);
9806 assign(f64hi, getXMMRegLane64F(eregOfRM(modrm), 1));
9813 assign(f64hi, loadLE(Ity_F64, binop( Iop_Add32,
9831 binop( Iop_F64toI32S, mkexpr(rmode), mkexpr(f64hi) ),