Home | History | Annotate | Download | only in priv

Lines Matching defs:res1

18682          IRTemp res1 = newTemp(Ity_F32);
18730 assign(res1, binop(Iop_RoundF32toInt, mkexpr(rm), mkexpr(src1)) );
18735 putXMMRegLane32F( gregOfRexRM(pfx, modrm), 1, mkexpr(res1) );
18750 IRTemp res1 = newTemp(Ity_F64);
18788 assign(res1, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src1)) );
18791 putXMMRegLane64F( gregOfRexRM(pfx, modrm), 1, mkexpr(res1) );