Home | History | Annotate | Download | only in priv

Lines Matching refs:res0

17385          IRTemp res0 = newTemp(Ity_F32);
17433 assign(res0, binop(Iop_RoundF32toInt, mkexpr(rm), mkexpr(src0)) );
17438 putXMMRegLane32F( gregOfRexRM(pfx, modrm), 0, mkexpr(res0) );
17453 IRTemp res0 = newTemp(Ity_F64);
17491 assign(res0, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src0)) );
17494 putXMMRegLane64F( gregOfRexRM(pfx, modrm), 0, mkexpr(res0) );