Lines Matching defs:CVT
9550 DIP("cvt%sps2pi %s,%s\n", r2zero ? "t" : "",
9560 DIP("cvt%sps2pi %s,%s\n", r2zero ? "t" : "",
9611 DIP("cvt%sss2si %s,%s\n", r2zero ? "t" : "",
9618 DIP("cvt%sss2si %s,%s\n", r2zero ? "t" : "",
10637 # define CVT(_t) binop( Iop_F64toF32, \
10641 putXMMRegLane32F( gregOfRexRM(pfx,modrm), 3, CVT(t3) );
10642 putXMMRegLane32F( gregOfRexRM(pfx,modrm), 2, CVT(t2) );
10643 putXMMRegLane32F( gregOfRexRM(pfx,modrm), 1, CVT(t1) );
10644 putXMMRegLane32F( gregOfRexRM(pfx,modrm), 0, CVT(t0) );
10646 # undef CVT
10668 DIP("cvt%spd2dq %s,%s\n", r2zero ? "t" : "",
10675 DIP("cvt%spd2dq %s,%s\n", r2zero ? "t" : "",
10693 # define CVT(_t) binop( Iop_F64toI32S, \
10699 putXMMRegLane32( gregOfRexRM(pfx,modrm), 1, CVT(t1) );
10700 putXMMRegLane32( gregOfRexRM(pfx,modrm), 0, CVT(t0) );
10702 # undef CVT
10726 DIP("cvt%spd2pi %s,%s\n", r2zero ? "t" : "",
10736 DIP("cvt%spf2pi %s,%s\n", r2zero ? "t" : "",
10792 # define CVT(_t) binop( Iop_F64toF32, \
10798 putXMMRegLane32F( gregOfRexRM(pfx,modrm), 1, CVT(t1) );
10799 putXMMRegLane32F( gregOfRexRM(pfx,modrm), 0, CVT(t0) );
10801 # undef CVT
10882 # define CVT(_t) \
10888 putXMMRegLane32( gregOfRexRM(pfx,modrm), 3, CVT(t3) );
10889 putXMMRegLane32( gregOfRexRM(pfx,modrm), 2, CVT(t2) );
10890 putXMMRegLane32( gregOfRexRM(pfx,modrm), 1, CVT(t1) );
10891 putXMMRegLane32( gregOfRexRM(pfx,modrm), 0, CVT(t0) );
10893 # undef CVT
10954 DIP("cvt%ssd2si %s,%s\n", r2zero ? "t" : "",
10961 DIP("cvt%ssd2si %s,%s\n", r2zero ? "t" : "",