Home | History | Annotate | Download | only in priv

Lines Matching refs:AvBin32x4

1375    i->Pin.AvBin32x4.op   = op;
1376 i->Pin.AvBin32x4.dst = dst;
1377 i->Pin.AvBin32x4.srcL = srcL;
1378 i->Pin.AvBin32x4.srcR = srcR;
1960 vex_printf("%s(w) ", showPPCAvOp(i->Pin.AvBin32x4.op));
1961 ppHRegPPC(i->Pin.AvBin32x4.dst);
1963 ppHRegPPC(i->Pin.AvBin32x4.srcL);
1965 ppHRegPPC(i->Pin.AvBin32x4.srcR);
2488 addHRegUse(u, HRmWrite, i->Pin.AvBin32x4.dst);
2489 addHRegUse(u, HRmRead, i->Pin.AvBin32x4.srcL);
2490 addHRegUse(u, HRmRead, i->Pin.AvBin32x4.srcR);
2819 mapReg(m, &i->Pin.AvBin32x4.dst);
2820 mapReg(m, &i->Pin.AvBin32x4.srcL);
2821 mapReg(m, &i->Pin.AvBin32x4.srcR);
4926 UInt v_dst = vregNo(i->Pin.AvBin32x4.dst);
4927 UInt v_srcL = vregNo(i->Pin.AvBin32x4.srcL);
4928 UInt v_srcR = vregNo(i->Pin.AvBin32x4.srcR);
4930 switch (i->Pin.AvBin32x4.op) {