Home | History | Annotate | Download | only in priv

Lines Matching refs:res0

15450       IRTemp res0 = newTemp(Ity_F64);
15488 assign(res0, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src0)) );
15491 putXMMRegLane64F( gregOfRexRM(pfx, modrm), 0, mkexpr(res0) );
15507 IRTemp res0 = newTemp(Ity_F32);
15555 assign(res0, binop(Iop_RoundF32toInt, mkexpr(rm), mkexpr(src0)) );
15560 putXMMRegLane32F( gregOfRexRM(pfx, modrm), 0, mkexpr(res0) );