Home | History | Annotate | Download | only in priv

Lines Matching refs:srcL

1118 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR)
1124 i->Min.Alu.srcL = srcL;
1129 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL,
1137 i->Min.Shft.srcL = srcL;
1152 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR,
1160 i->Min.Cmp.srcL = srcL;
1167 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL,
1176 i->Min.Mul.srcL = srcL;
1182 MIPSInstr *MIPSInstr_Msub(Bool syned, HReg srcL, HReg srcR)
1189 i->Min.Macc.srcL = srcL;
1195 MIPSInstr *MIPSInstr_Madd(Bool syned, HReg srcL, HReg srcR)
1202 i->Min.Macc.srcL = srcL;
1208 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR)
1214 i->Min.Div.srcL = srcL;
1401 MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR)
1407 i->Min.FpBinary.srcL = srcL;
1423 MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL, HReg srcR,
1430 i->Min.FpCompare.srcL = srcL;
1442 i->Min.MovCond.srcL = argL;
1495 HReg r_srcL = i->Min.Alu.srcL;
1508 HReg r_srcL = i->Min.Shft.srcL;
1531 ppHRegMIPS(i->Min.Cmp.srcL, mode64);
1544 ppHRegMIPS(i->Min.Mul.srcL, mode64);
1553 ppHRegMIPS(i->Min.Mul.srcL, mode64);
1582 ppHRegMIPS(i->Min.Macc.srcL, mode64);
1592 ppHRegMIPS(i->Min.Div.srcL, mode64);
1697 ppHRegMIPS(i->Min.FpBinary.srcL, mode64);
1709 ppHRegMIPS(i->Min.FpCompare.srcL, mode64);
1815 addHRegUse(u, HRmRead, i->Min.Alu.srcL);
1820 addHRegUse(u, HRmRead, i->Min.Shft.srcL);
1825 addHRegUse(u, HRmRead, i->Min.Cmp.srcL);
1835 addHRegUse(u, HRmRead, i->Min.Mul.srcL);
1859 addHRegUse(u, HRmRead, i->Min.Macc.srcL);
1865 addHRegUse(u, HRmRead, i->Min.Div.srcL);
1980 addHRegUse(u, HRmRead, i->Min.FpBinary.srcL);
1989 addHRegUse(u, HRmRead, i->Min.FpCompare.srcL);
1996 addHRegUse(u, HRmRead, i->Min.MovCond.srcL);
2029 mapReg(m, &i->Min.Alu.srcL);
2034 mapReg(m, &i->Min.Shft.srcL);
2039 mapReg(m, &i->Min.Cmp.srcL);
2049 mapReg(m, &i->Min.Mul.srcL);
2061 mapReg(m, &i->Min.Macc.srcL);
2065 mapReg(m, &i->Min.Div.srcL);
2133 mapReg(m, &i->Min.FpBinary.srcL);
2142 mapReg(m, &i->Min.FpCompare.srcL);
2155 mapReg(m, &i->Min.MovCond.srcL);
2190 if (i->Min.Alu.srcR->Mrh.Reg.reg != i->Min.Alu.srcL)
2192 *src = i->Min.Alu.srcL;
2713 UInt srcL = iregNo(i->Min.MovCond.srcL, mode64);
2715 p = mkMoveReg(p, dst, srcL);
2741 UInt r_srcL = iregNo(i->Min.Alu.srcL, mode64);
2831 UInt r_srcL = iregNo(i->Min.Shft.srcL, mode64);
2943 UInt r_srcL = iregNo(i->Min.Cmp.srcL, mode64);
3008 UInt r_srcL = iregNo(i->Min.Mul.srcL, mode64);
3040 UInt r_srcL = iregNo(i->Min.Macc.srcL, mode64);
3080 UInt r_srcL = iregNo(i->Min.Div.srcL, mode64);
3647 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64);
3654 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64);
3661 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64);
3668 UInt fr_srcL = fregNo(i->Min.FpBinary.srcL, mode64);
3675 UInt fr_srcL = dregNo(i->Min.FpBinary.srcL);
3682 UInt fr_srcL = dregNo(i->Min.FpBinary.srcL);
3689 UInt fr_srcL = dregNo(i->Min.FpBinary.srcL);
3696 UInt fr_srcL = dregNo(i->Min.FpBinary.srcL);
3804 UInt fr_srcL = dregNo(i->Min.FpCompare.srcL);