Lines Matching refs:AvBin32x4
1295 i->Pin.AvBin32x4.op = op; in PPCInstr_AvBin32x4()
1296 i->Pin.AvBin32x4.dst = dst; in PPCInstr_AvBin32x4()
1297 i->Pin.AvBin32x4.srcL = srcL; in PPCInstr_AvBin32x4()
1298 i->Pin.AvBin32x4.srcR = srcR; in PPCInstr_AvBin32x4()
1894 vex_printf("%s(w) ", showPPCAvOp(i->Pin.AvBin32x4.op)); in ppPPCInstr()
1895 ppHRegPPC(i->Pin.AvBin32x4.dst); in ppPPCInstr()
1897 ppHRegPPC(i->Pin.AvBin32x4.srcL); in ppPPCInstr()
1899 ppHRegPPC(i->Pin.AvBin32x4.srcR); in ppPPCInstr()
2446 addHRegUse(u, HRmWrite, i->Pin.AvBin32x4.dst); in getRegUsage_PPCInstr()
2447 addHRegUse(u, HRmRead, i->Pin.AvBin32x4.srcL); in getRegUsage_PPCInstr()
2448 addHRegUse(u, HRmRead, i->Pin.AvBin32x4.srcR); in getRegUsage_PPCInstr()
2783 mapReg(m, &i->Pin.AvBin32x4.dst); in mapRegs_PPCInstr()
2784 mapReg(m, &i->Pin.AvBin32x4.srcL); in mapRegs_PPCInstr()
2785 mapReg(m, &i->Pin.AvBin32x4.srcR); in mapRegs_PPCInstr()
4976 UInt v_dst = vregEnc(i->Pin.AvBin32x4.dst); in emit_PPCInstr()
4977 UInt v_srcL = vregEnc(i->Pin.AvBin32x4.srcL); in emit_PPCInstr()
4978 UInt v_srcR = vregEnc(i->Pin.AvBin32x4.srcR); in emit_PPCInstr()
4980 switch (i->Pin.AvBin32x4.op) { in emit_PPCInstr()