Home | History | Annotate | Download | only in priv

Lines Matching refs:AvBin32Fx4

1072    i->Pin.AvBin32Fx4.op   = op;
1073 i->Pin.AvBin32Fx4.dst = dst;
1074 i->Pin.AvBin32Fx4.srcL = srcL;
1075 i->Pin.AvBin32Fx4.srcR = srcR;
1554 vex_printf("%s ", showPPCAvFpOp(i->Pin.AvBin32Fx4.op));
1555 ppHRegPPC(i->Pin.AvBin32Fx4.dst);
1557 ppHRegPPC(i->Pin.AvBin32Fx4.srcL);
1559 ppHRegPPC(i->Pin.AvBin32Fx4.srcR);
1865 addHRegUse(u, HRmWrite, i->Pin.AvBin32Fx4.dst);
1866 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcL);
1867 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcR);
1868 if (i->Pin.AvBin32Fx4.op == Pavfp_MULF)
2063 mapReg(m, &i->Pin.AvBin32Fx4.dst);
2064 mapReg(m, &i->Pin.AvBin32Fx4.srcL);
2065 mapReg(m, &i->Pin.AvBin32Fx4.srcR);
3679 UInt v_dst = vregNo(i->Pin.AvBin32Fx4.dst);
3680 UInt v_srcL = vregNo(i->Pin.AvBin32Fx4.srcL);
3681 UInt v_srcR = vregNo(i->Pin.AvBin32Fx4.srcR);
3682 switch (i->Pin.AvBin32Fx4.op) {