Lines Matching refs:Shft
727 i->Pin.Shft.op = op; in PPCInstr_Shft()
728 i->Pin.Shft.sz32 = sz32; in PPCInstr_Shft()
729 i->Pin.Shft.dst = dst; in PPCInstr_Shft()
730 i->Pin.Shft.srcL = srcL; in PPCInstr_Shft()
731 i->Pin.Shft.srcR = srcR; in PPCInstr_Shft()
1491 HReg r_srcL = i->Pin.Shft.srcL; in ppPPCInstr()
1492 PPCRH* rh_srcR = i->Pin.Shft.srcR; in ppPPCInstr()
1493 vex_printf("%s ", showPPCShftOp(i->Pin.Shft.op, in ppPPCInstr()
1495 i->Pin.Shft.sz32)); in ppPPCInstr()
1496 ppHRegPPC(i->Pin.Shft.dst); in ppPPCInstr()
2239 addHRegUse(u, HRmRead, i->Pin.Shft.srcL); in getRegUsage_PPCInstr()
2240 addRegUsage_PPCRH(u, i->Pin.Shft.srcR); in getRegUsage_PPCInstr()
2241 addHRegUse(u, HRmWrite, i->Pin.Shft.dst); in getRegUsage_PPCInstr()
2645 mapReg(m, &i->Pin.Shft.dst); in mapRegs_PPCInstr()
2646 mapReg(m, &i->Pin.Shft.srcL); in mapRegs_PPCInstr()
2647 mapRegs_PPCRH(m, i->Pin.Shft.srcR); in mapRegs_PPCInstr()
3828 PPCRH* srcR = i->Pin.Shft.srcR; in emit_PPCInstr()
3829 Bool sz32 = i->Pin.Shft.sz32; in emit_PPCInstr()
3831 UInt r_dst = iregEnc(i->Pin.Shft.dst, mode64); in emit_PPCInstr()
3832 UInt r_srcL = iregEnc(i->Pin.Shft.srcL, mode64); in emit_PPCInstr()
3838 switch (i->Pin.Shft.op) { in emit_PPCInstr()