Lines Matching refs:LoadL
970 i->Min.LoadL.sz = sz; in MIPSInstr_LoadL()
971 i->Min.LoadL.src = src; in MIPSInstr_LoadL()
972 i->Min.LoadL.dst = dst; in MIPSInstr_LoadL()
1370 ppHRegMIPS(i->Min.LoadL.dst, mode64); in ppMIPSInstr()
1372 ppMIPSAMode(i->Min.LoadL.src, mode64); in ppMIPSInstr()
1706 addRegUsage_MIPSAMode(u, i->Min.LoadL.src); in getRegUsage_MIPSInstr()
1707 addHRegUse(u, HRmWrite, i->Min.LoadL.dst); in getRegUsage_MIPSInstr()
1864 mapRegs_MIPSAMode(m, i->Min.LoadL.src); in mapRegs_MIPSInstr()
1865 mapReg(m, &i->Min.LoadL.dst); in mapRegs_MIPSInstr()
3289 MIPSAMode *am_addr = i->Min.LoadL.src; in emit_MIPSInstr()
3292 UInt r_dst = iregNo(i->Min.LoadL.dst, mode64); in emit_MIPSInstr()
3294 if (i->Min.LoadL.sz == 4) in emit_MIPSInstr()