Home | History | Annotate | Download | only in priv

Lines Matching refs:srcL

768 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR)
774 i->Min.Alu.srcL = srcL;
779 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL,
787 i->Min.Shft.srcL = srcL;
802 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR,
810 i->Min.Cmp.srcL = srcL;
817 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL,
826 i->Min.Mul.srcL = srcL;
832 MIPSInstr *MIPSInstr_Msub(Bool syned, HReg srcL, HReg srcR)
839 i->Min.Macc.srcL = srcL;
845 MIPSInstr *MIPSInstr_Madd(Bool syned, HReg srcL, HReg srcR)
852 i->Min.Macc.srcL = srcL;
858 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR)
864 i->Min.Div.srcL = srcL;
1075 MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR)
1081 i->Min.FpBinary.srcL = srcL;
1110 MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR)
1116 i->Min.FpCompare.srcL = srcL;
1189 HReg r_srcL = i->Min.Alu.srcL;
1202 HReg r_srcL = i->Min.Shft.srcL;
1225 ppHRegMIPS(i->Min.Cmp.srcL, mode64);
1238 ppHRegMIPS(i->Min.Mul.srcL, mode64);
1247 ppHRegMIPS(i->Min.Mul.srcL, mode64);
1276 ppHRegMIPS(i->Min.Macc.srcL, mode64);
1286 ppHRegMIPS(i->Min.Div.srcL, mode64);
1446 ppHRegMIPS(i->Min.FpBinary.srcL, mode64);
1468 ppHRegMIPS(i->Min.FpCompare.srcL, mode64);
1580 addHRegUse(u, HRmRead, i->Min.Alu.srcL);
1585 addHRegUse(u, HRmRead, i->Min.Shft.srcL);
1590 addHRegUse(u, HRmRead, i->Min.Cmp.srcL);
1600 addHRegUse(u, HRmRead, i->Min.Mul.srcL);
1624 addHRegUse(u, HRmRead, i->Min.Macc.srcL);
1630 addHRegUse(u, HRmRead, i->Min.Div.srcL);
1743 addHRegUse(u, HRmRead, i->Min.FpBinary.srcL);
1758 addHRegUse(u, HRmRead, i->Min.FpCompare.srcL);
1799 mapReg(m, &i->Min.Alu.srcL);
1804 mapReg(m, &i->Min.Shft.srcL);
1809 mapReg(m, &i->Min.Cmp.srcL);
1819 mapReg(m, &i->Min.Mul.srcL);
1831 mapReg(m, &i->Min.Macc.srcL);
1835 mapReg(m, &i->Min.Div.srcL);
1897 mapReg(m, &i->Min.FpBinary.srcL);
1912 mapReg(m, &i->Min.FpCompare.srcL);
1960 if (!sameHReg(i->Min.Alu.srcR->Mrh.Reg.reg, i->Min.Alu.srcL))
1962 *src = i->Min.Alu.srcL;
2530 UInt r_srcL = iregNo(i->Min.Alu.srcL, mode64);
2643 UInt r_srcL = iregNo(i->Min.Shft.srcL, mode64);
2761 UInt r_srcL = iregNo(i->Min.Cmp.srcL, mode64);
2808 UInt r_srcL = iregNo(i->Min.Mul.srcL, mode64);
2839 UInt r_srcL = iregNo(i->Min.Macc.srcL, mode64);
2879 UInt r_srcL = iregNo(i->Min.Div.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 = fregNo(i->Min.FpBinary.srcL, mode64);
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);
3505 UInt fr_srcL = dregNo(i->Min.FpBinary.srcL);
3693 UInt fr_srcL = dregNo(i->Min.FpCompare.srcL);