Lines Matching refs:Shft
1134 i->Min.Shft.op = op; in MIPSInstr_Shft()
1135 i->Min.Shft.sz32 = sz32; in MIPSInstr_Shft()
1136 i->Min.Shft.dst = dst; in MIPSInstr_Shft()
1137 i->Min.Shft.srcL = srcL; in MIPSInstr_Shft()
1138 i->Min.Shft.srcR = srcR; in MIPSInstr_Shft()
1508 HReg r_srcL = i->Min.Shft.srcL; in ppMIPSInstr()
1509 MIPSRH *rh_srcR = i->Min.Shft.srcR; in ppMIPSInstr()
1510 vex_printf("%s ", showMIPSShftOp(i->Min.Shft.op, in ppMIPSInstr()
1512 i->Min.Shft.sz32)); in ppMIPSInstr()
1513 ppHRegMIPS(i->Min.Shft.dst, mode64); in ppMIPSInstr()
1820 addHRegUse(u, HRmRead, i->Min.Shft.srcL); in getRegUsage_MIPSInstr()
1821 addRegUsage_MIPSRH(u, i->Min.Shft.srcR); in getRegUsage_MIPSInstr()
1822 addHRegUse(u, HRmWrite, i->Min.Shft.dst); in getRegUsage_MIPSInstr()
2034 mapReg(m, &i->Min.Shft.srcL); in mapRegs_MIPSInstr()
2035 mapRegs_MIPSRH(m, i->Min.Shft.srcR); in mapRegs_MIPSInstr()
2036 mapReg(m, &i->Min.Shft.dst); in mapRegs_MIPSInstr()
2827 MIPSRH *srcR = i->Min.Shft.srcR; in emit_MIPSInstr()
2828 Bool sz32 = i->Min.Shft.sz32; in emit_MIPSInstr()
2830 UInt r_dst = iregNo(i->Min.Shft.dst, mode64); in emit_MIPSInstr()
2831 UInt r_srcL = iregNo(i->Min.Shft.srcL, mode64); in emit_MIPSInstr()
2836 switch (i->Min.Shft.op) { in emit_MIPSInstr()