Lines Matching refs:AvBin32Fx4
1130 i->Pin.AvBin32Fx4.op = op; in PPCInstr_AvBin32Fx4()
1131 i->Pin.AvBin32Fx4.dst = dst; in PPCInstr_AvBin32Fx4()
1132 i->Pin.AvBin32Fx4.srcL = srcL; in PPCInstr_AvBin32Fx4()
1133 i->Pin.AvBin32Fx4.srcR = srcR; in PPCInstr_AvBin32Fx4()
1632 vex_printf("%s ", showPPCAvFpOp(i->Pin.AvBin32Fx4.op)); in ppPPCInstr()
1633 ppHRegPPC(i->Pin.AvBin32Fx4.dst); in ppPPCInstr()
1635 ppHRegPPC(i->Pin.AvBin32Fx4.srcL); in ppPPCInstr()
1637 ppHRegPPC(i->Pin.AvBin32Fx4.srcR); in ppPPCInstr()
1943 addHRegUse(u, HRmWrite, i->Pin.AvBin32Fx4.dst); in getRegUsage_PPCInstr()
1944 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcL); in getRegUsage_PPCInstr()
1945 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcR); in getRegUsage_PPCInstr()
1946 if (i->Pin.AvBin32Fx4.op == Pavfp_MULF) in getRegUsage_PPCInstr()
2141 mapReg(m, &i->Pin.AvBin32Fx4.dst); in mapRegs_PPCInstr()
2142 mapReg(m, &i->Pin.AvBin32Fx4.srcL); in mapRegs_PPCInstr()
2143 mapReg(m, &i->Pin.AvBin32Fx4.srcR); in mapRegs_PPCInstr()
3798 UInt v_dst = vregNo(i->Pin.AvBin32Fx4.dst); in emit_PPCInstr()
3799 UInt v_srcL = vregNo(i->Pin.AvBin32Fx4.srcL); in emit_PPCInstr()
3800 UInt v_srcR = vregNo(i->Pin.AvBin32Fx4.srcR); in emit_PPCInstr()
3801 switch (i->Pin.AvBin32Fx4.op) { in emit_PPCInstr()