Lines Matching refs:AvBin64x2
1305 i->Pin.AvBin64x2.op = op; in PPCInstr_AvBin64x2()
1306 i->Pin.AvBin64x2.dst = dst; in PPCInstr_AvBin64x2()
1307 i->Pin.AvBin64x2.srcL = srcL; in PPCInstr_AvBin64x2()
1308 i->Pin.AvBin64x2.srcR = srcR; in PPCInstr_AvBin64x2()
1902 vex_printf("%s(w) ", showPPCAvOp(i->Pin.AvBin64x2.op)); in ppPPCInstr()
1903 ppHRegPPC(i->Pin.AvBin64x2.dst); in ppPPCInstr()
1905 ppHRegPPC(i->Pin.AvBin64x2.srcL); in ppPPCInstr()
1907 ppHRegPPC(i->Pin.AvBin64x2.srcR); in ppPPCInstr()
2451 addHRegUse(u, HRmWrite, i->Pin.AvBin64x2.dst); in getRegUsage_PPCInstr()
2452 addHRegUse(u, HRmRead, i->Pin.AvBin64x2.srcL); in getRegUsage_PPCInstr()
2453 addHRegUse(u, HRmRead, i->Pin.AvBin64x2.srcR); in getRegUsage_PPCInstr()
2788 mapReg(m, &i->Pin.AvBin64x2.dst); in mapRegs_PPCInstr()
2789 mapReg(m, &i->Pin.AvBin64x2.srcL); in mapRegs_PPCInstr()
2790 mapReg(m, &i->Pin.AvBin64x2.srcR); in mapRegs_PPCInstr()
5035 UInt v_dst = vregEnc(i->Pin.AvBin64x2.dst); in emit_PPCInstr()
5036 UInt v_srcL = vregEnc(i->Pin.AvBin64x2.srcL); in emit_PPCInstr()
5037 UInt v_srcR = vregEnc(i->Pin.AvBin64x2.srcR); in emit_PPCInstr()
5039 switch (i->Pin.AvBin64x2.op) { in emit_PPCInstr()