Lines Matching refs:AvBin32Fx4
1316 i->Pin.AvBin32Fx4.op = op; in PPCInstr_AvBin32Fx4()
1317 i->Pin.AvBin32Fx4.dst = dst; in PPCInstr_AvBin32Fx4()
1318 i->Pin.AvBin32Fx4.srcL = srcL; in PPCInstr_AvBin32Fx4()
1319 i->Pin.AvBin32Fx4.srcR = srcR; in PPCInstr_AvBin32Fx4()
1910 vex_printf("%s ", showPPCAvFpOp(i->Pin.AvBin32Fx4.op)); in ppPPCInstr()
1911 ppHRegPPC(i->Pin.AvBin32Fx4.dst); in ppPPCInstr()
1913 ppHRegPPC(i->Pin.AvBin32Fx4.srcL); in ppPPCInstr()
1915 ppHRegPPC(i->Pin.AvBin32Fx4.srcR); in ppPPCInstr()
2456 addHRegUse(u, HRmWrite, i->Pin.AvBin32Fx4.dst); in getRegUsage_PPCInstr()
2457 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcL); in getRegUsage_PPCInstr()
2458 addHRegUse(u, HRmRead, i->Pin.AvBin32Fx4.srcR); in getRegUsage_PPCInstr()
2459 if (i->Pin.AvBin32Fx4.op == Pavfp_MULF) in getRegUsage_PPCInstr()
2793 mapReg(m, &i->Pin.AvBin32Fx4.dst); in mapRegs_PPCInstr()
2794 mapReg(m, &i->Pin.AvBin32Fx4.srcL); in mapRegs_PPCInstr()
2795 mapReg(m, &i->Pin.AvBin32Fx4.srcR); in mapRegs_PPCInstr()
5124 UInt v_dst = vregEnc(i->Pin.AvBin32Fx4.dst); in emit_PPCInstr()
5125 UInt v_srcL = vregEnc(i->Pin.AvBin32Fx4.srcL); in emit_PPCInstr()
5126 UInt v_srcR = vregEnc(i->Pin.AvBin32Fx4.srcR); in emit_PPCInstr()
5127 switch (i->Pin.AvBin32Fx4.op) { in emit_PPCInstr()