Lines Matching refs:Shft
777 i->Pin.Shft.op = op; in PPCInstr_Shft()
778 i->Pin.Shft.sz32 = sz32; in PPCInstr_Shft()
779 i->Pin.Shft.dst = dst; in PPCInstr_Shft()
780 i->Pin.Shft.srcL = srcL; in PPCInstr_Shft()
781 i->Pin.Shft.srcR = srcR; in PPCInstr_Shft()
1480 HReg r_srcL = i->Pin.Shft.srcL; in ppPPCInstr()
1481 PPCRH* rh_srcR = i->Pin.Shft.srcR; in ppPPCInstr()
1482 vex_printf("%s ", showPPCShftOp(i->Pin.Shft.op, in ppPPCInstr()
1484 i->Pin.Shft.sz32)); in ppPPCInstr()
1485 ppHRegPPC(i->Pin.Shft.dst); in ppPPCInstr()
2152 addHRegUse(u, HRmRead, i->Pin.Shft.srcL); in getRegUsage_PPCInstr()
2153 addRegUsage_PPCRH(u, i->Pin.Shft.srcR); in getRegUsage_PPCInstr()
2154 addHRegUse(u, HRmWrite, i->Pin.Shft.dst); in getRegUsage_PPCInstr()
2527 mapReg(m, &i->Pin.Shft.dst); in mapRegs_PPCInstr()
2528 mapReg(m, &i->Pin.Shft.srcL); in mapRegs_PPCInstr()
2529 mapRegs_PPCRH(m, i->Pin.Shft.srcR); in mapRegs_PPCInstr()
3637 PPCRH* srcR = i->Pin.Shft.srcR; in emit_PPCInstr()
3638 Bool sz32 = i->Pin.Shft.sz32; in emit_PPCInstr()
3640 UInt r_dst = iregNo(i->Pin.Shft.dst, mode64); in emit_PPCInstr()
3641 UInt r_srcL = iregNo(i->Pin.Shft.srcL, mode64); in emit_PPCInstr()
3647 switch (i->Pin.Shft.op) { in emit_PPCInstr()