Home | History | Annotate | Download | only in priv

Lines Matching refs:v_dst

1998       vex_printf("if (v_dst != v_src) { ");
4813 UInt v_dst = vregEnc(i->Pin.AvUnary.dst);
4837 p = mkFormVX( p, 4, v_dst, v_src, v_src, opc2, endness_host );
4840 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2, endness_host );
4847 UInt v_dst = vregEnc(i->Pin.AvBinary.dst);
4852 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1036, endness_host ); // vslo
4853 p = mkFormVX( p, 4, v_dst, v_dst, v_srcR, 452, endness_host ); // vsl
4857 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1100, endness_host ); // vsro
4858 p = mkFormVX( p, 4, v_dst, v_dst, v_srcR, 708, endness_host ); // vsr
4869 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host );
4874 UInt v_dst = vregEnc(i->Pin.AvBin8x16.dst);
4917 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host );
4922 UInt v_dst = vregEnc(i->Pin.AvBin16x8.dst);
4971 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host );
4976 UInt v_dst = vregEnc(i->Pin.AvBin32x4.dst);
5030 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host );
5035 UInt v_dst = vregEnc(i->Pin.AvBin64x2.dst);
5062 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host );
5066 UInt v_dst = vregEnc(i->Pin.AvCipherV128Unary.dst);
5074 p = mkFormVX( p, 4, v_dst, v_src, 0, opc2, endness_host );
5078 UInt v_dst = vregEnc(i->Pin.AvCipherV128Binary.dst);
5090 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, opc2, endness_host );
5094 UInt v_dst = vregEnc(i->Pin.AvHashV128Binary.dst);
5104 p = mkFormVX( p, 4, v_dst, v_src, s_field->Pri.Imm, opc2, endness_host );
5108 UInt v_dst = vregEnc(i->Pin.AvBCDV128Trinary.dst);
5119 p = mkFormVXR( p, 4, v_dst, v_src1, v_src2,
5124 UInt v_dst = vregEnc(i->Pin.AvBin32Fx4.dst);
5130 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 10, endness_host ); // vaddfp
5133 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 74, endness_host ); // vsubfp
5136 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1034, endness_host ); // vmaxfp
5139 p = mkFormVX( p, 4, v_dst, v_srcL, v_srcR, 1098, endness_host ); // vminfp
5160 p = mkFormVA( p, 4, v_dst, v_srcL, vB, v_srcR, 46, endness_host );
5164 p = mkFormVXR( p, 4, v_dst, v_srcL, v_srcR, 0, 198, endness_host);
5167 p = mkFormVXR( p, 4, v_dst, v_srcL, v_srcR, 0, 710, endness_host );
5170 p = mkFormVXR( p, 4, v_dst, v_srcL, v_srcR, 0, 454, endness_host );
5180 UInt v_dst = vregEnc(i->Pin.AvUn32Fx4.dst);
5197 p = mkFormVX( p, 4, v_dst, 0, v_src, opc2, endness_host );
5202 UInt v_dst = vregEnc(i->Pin.AvPerm.dst);
5206 p = mkFormVA( p, 4, v_dst, v_srcL, v_srcR, v_ctl, 43, endness_host );
5212 UInt v_dst = vregEnc(i->Pin.AvSel.dst);
5215 p = mkFormVA( p, 4, v_dst, v_srcL, v_srcR, v_ctl, 42, endness_host );
5220 UInt v_dst = vregEnc(i->Pin.AvSh.dst);
5236 p = mkFormVXI( p, 31, v_dst, r_idx, r_base, 6, endness_host );
5239 p = mkFormVXI( p, 31, v_dst, r_idx, r_base, 38, endness_host );
5245 UInt v_dst = vregEnc(i->Pin.AvShlDbl.dst);
5249 p = mkFormVA( p, 4, v_dst, v_srcL, v_srcR, shift, 44, endness_host );
5254 UInt v_dst = vregEnc(i->Pin.AvShlDbl.dst);
5266 p = mkFormVX( p, 4, v_dst, (UInt)simm5, 0, opc2, endness_host );
5274 p = mkFormVX( p, 4, v_dst, lowest_lane, v_src, opc2, endness_host );
5280 UInt v_dst = vregEnc(i->Pin.AvCMov.dst);
5284 if (v_dst == v_src) goto done;
5295 p = mkFormVX( p, 4, v_dst, v_src, v_src, 1156, endness_host );