Lines Matching refs:Shft
784 i->Min.Shft.op = op; in MIPSInstr_Shft()
785 i->Min.Shft.sz32 = sz32; in MIPSInstr_Shft()
786 i->Min.Shft.dst = dst; in MIPSInstr_Shft()
787 i->Min.Shft.srcL = srcL; in MIPSInstr_Shft()
788 i->Min.Shft.srcR = srcR; in MIPSInstr_Shft()
1202 HReg r_srcL = i->Min.Shft.srcL; in ppMIPSInstr()
1203 MIPSRH *rh_srcR = i->Min.Shft.srcR; in ppMIPSInstr()
1204 vex_printf("%s ", showMIPSShftOp(i->Min.Shft.op, in ppMIPSInstr()
1206 i->Min.Shft.sz32)); in ppMIPSInstr()
1207 ppHRegMIPS(i->Min.Shft.dst, mode64); in ppMIPSInstr()
1585 addHRegUse(u, HRmRead, i->Min.Shft.srcL); in getRegUsage_MIPSInstr()
1586 addRegUsage_MIPSRH(u, i->Min.Shft.srcR); in getRegUsage_MIPSInstr()
1587 addHRegUse(u, HRmWrite, i->Min.Shft.dst); in getRegUsage_MIPSInstr()
1804 mapReg(m, &i->Min.Shft.srcL); in mapRegs_MIPSInstr()
1805 mapRegs_MIPSRH(m, i->Min.Shft.srcR); in mapRegs_MIPSInstr()
1806 mapReg(m, &i->Min.Shft.dst); in mapRegs_MIPSInstr()
2639 MIPSRH *srcR = i->Min.Shft.srcR; in emit_MIPSInstr()
2640 Bool sz32 = i->Min.Shft.sz32; in emit_MIPSInstr()
2642 UInt r_dst = iregNo(i->Min.Shft.dst, mode64); in emit_MIPSInstr()
2643 UInt r_srcL = iregNo(i->Min.Shft.srcL, mode64); in emit_MIPSInstr()
2648 switch (i->Min.Shft.op) { in emit_MIPSInstr()