Home | History | Annotate | Download | only in priv

Lines Matching refs:AvBin32Fx4

1414    i->Pin.AvBin32Fx4.op   = op;
1415 i->Pin.AvBin32Fx4.dst = dst;
1416 i->Pin.AvBin32Fx4.srcL = srcL;
1417 i->Pin.AvBin32Fx4.srcR = srcR;
2037 vex_printf("%s ", showPPCAvFpOp(i->Pin.AvBin32Fx4.op));
2038 ppHRegPPC(i->Pin.AvBin32Fx4.dst);
2040 ppHRegPPC(i->Pin.AvBin32Fx4.srcL);
2042 ppHRegPPC(i->Pin.AvBin32Fx4.srcR);
2600 addHRegUse(u, HRmWrite, i->Pin.AvBin32Fx4.dst);
2601 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcL);
2602 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcR);
2603 if (i->Pin.AvBin32Fx4.op == Pavfp_MULF)
2954 mapReg(m, &i->Pin.AvBin32Fx4.dst);
2955 mapReg(m, &i->Pin.AvBin32Fx4.srcL);
2956 mapReg(m, &i->Pin.AvBin32Fx4.srcR);
5676 UInt v_dst = vregEnc(i->Pin.AvBin32Fx4.dst);
5677 UInt v_srcL = vregEnc(i->Pin.AvBin32Fx4.srcL);
5678 UInt v_srcR = vregEnc(i->Pin.AvBin32Fx4.srcR);
5679 switch (i->Pin.AvBin32Fx4.op) {