Home | History | Annotate | Download | only in priv

Lines Matching refs:AvBin16x8

1285    i->Pin.AvBin16x8.op   = op;
1286 i->Pin.AvBin16x8.dst = dst;
1287 i->Pin.AvBin16x8.srcL = srcL;
1288 i->Pin.AvBin16x8.srcR = srcR;
1886 vex_printf("%s(h) ", showPPCAvOp(i->Pin.AvBin16x8.op));
1887 ppHRegPPC(i->Pin.AvBin16x8.dst);
1889 ppHRegPPC(i->Pin.AvBin16x8.srcL);
1891 ppHRegPPC(i->Pin.AvBin16x8.srcR);
2441 addHRegUse(u, HRmWrite, i->Pin.AvBin16x8.dst);
2442 addHRegUse(u, HRmRead, i->Pin.AvBin16x8.srcL);
2443 addHRegUse(u, HRmRead, i->Pin.AvBin16x8.srcR);
2778 mapReg(m, &i->Pin.AvBin16x8.dst);
2779 mapReg(m, &i->Pin.AvBin16x8.srcL);
2780 mapReg(m, &i->Pin.AvBin16x8.srcR);
4922 UInt v_dst = vregEnc(i->Pin.AvBin16x8.dst);
4923 UInt v_srcL = vregEnc(i->Pin.AvBin16x8.srcL);
4924 UInt v_srcR = vregEnc(i->Pin.AvBin16x8.srcR);
4926 switch (i->Pin.AvBin16x8.op) {