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