Lines Matching defs:srcL

765 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR)
771 i->Min.Alu.srcL = srcL;
776 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL,
784 i->Min.Shft.srcL = srcL;
799 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR,
807 i->Min.Cmp.srcL = srcL;
814 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL,
823 i->Min.Mul.srcL = srcL;
829 MIPSInstr *MIPSInstr_Msub(Bool syned, HReg srcL, HReg srcR)
836 i->Min.Macc.srcL = srcL;
842 MIPSInstr *MIPSInstr_Madd(Bool syned, HReg srcL, HReg srcR)
849 i->Min.Macc.srcL = srcL;
855 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR)
861 i->Min.Div.srcL = srcL;
1072 MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR)
1078 i->Min.FpBinary.srcL = srcL;
1107 MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR)
1113 i->Min.FpCompare.srcL = srcL;
1186 HReg r_srcL = i->Min.Alu.srcL;
1199 HReg r_srcL = i->Min.Shft.srcL;
1222 ppHRegMIPS(i->Min.Cmp.srcL, mode64);
1235 ppHRegMIPS(i->Min.Mul.srcL, mode64);
1244 ppHRegMIPS(i->Min.Mul.srcL, mode64);
1273 ppHRegMIPS(i->Min.Macc.srcL, mode64);
1283 ppHRegMIPS(i->Min.Div.srcL, mode64);
1443 ppHRegMIPS(i->Min.FpBinary.srcL, mode64);
1465 ppHRegMIPS(i->Min.FpCompare.srcL, mode64);
1577 addHRegUse(u, HRmRead, i->Min.Alu.srcL);
1582 addHRegUse(u, HRmRead, i->Min.Shft.srcL);
1587 addHRegUse(u, HRmRead, i->Min.Cmp.srcL);
1597 addHRegUse(u, HRmRead, i->Min.Mul.srcL);
1621 addHRegUse(u, HRmRead, i->Min.Macc.srcL);
1627 addHRegUse(u, HRmRead, i->Min.Div.srcL);
1740 addHRegUse(u, HRmRead, i->Min.FpBinary.srcL);
1755 addHRegUse(u, HRmRead, i->Min.FpCompare.srcL);
1796 mapReg(m, &i->Min.Alu.srcL);
1801 mapReg(m, &i->Min.Shft.srcL);
1806 mapReg(m, &i->Min.Cmp.srcL);
1816 mapReg(m, &i->Min.Mul.srcL);
1828 mapReg(m, &i->Min.Macc.srcL);
1832 mapReg(m, &i->Min.Div.srcL);
1894 mapReg(m, &i->Min.FpBinary.srcL);
1909 mapReg(m, &i->Min.FpCompare.srcL);
1957 if (!sameHReg(i->Min.Alu.srcR->Mrh.Reg.reg, i->Min.Alu.srcL))
1959 *src = i->Min.Alu.srcL;
2527 UInt r_srcL = iregNo(i->Min.Alu.srcL, mode64);
2636 UInt r_srcL = iregNo(i->Min.Shft.srcL, mode64);
2754 UInt r_srcL = iregNo(i->Min.Cmp.srcL, mode64);
2801 UInt r_srcL = iregNo(i->Min.Mul.srcL, mode64);
2832 UInt r_srcL = iregNo(i->Min.Macc.srcL, mode64);
2872 UInt r_srcL = iregNo(i->Min.Div.srcL, mode64);
3449 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64);
3456 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64);
3463 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64);
3470 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64);
3477 UInt fr_srcL = dregNo(i->Min.FpBinary.srcL);
3484 UInt fr_srcL = dregNo(i->Min.FpBinary.srcL);
3491 UInt fr_srcL = dregNo(i->Min.FpBinary.srcL);
3498 UInt fr_srcL = dregNo(i->Min.FpBinary.srcL);
3686 UInt fr_srcL = dregNo(i->Min.FpCompare.srcL);