Lines Matching refs:StoreC
1001 i->Min.StoreC.sz = sz; in MIPSInstr_StoreC()
1002 i->Min.StoreC.src = src; in MIPSInstr_StoreC()
1003 i->Min.StoreC.dst = dst; in MIPSInstr_StoreC()
1426 ppHRegMIPS(i->Min.StoreC.src, mode64); in ppMIPSInstr()
1428 ppMIPSAMode(i->Min.StoreC.dst, mode64); in ppMIPSInstr()
1716 addHRegUse(u, HRmWrite, i->Min.StoreC.src); in getRegUsage_MIPSInstr()
1717 addHRegUse(u, HRmRead, i->Min.StoreC.src); in getRegUsage_MIPSInstr()
1718 addRegUsage_MIPSAMode(u, i->Min.StoreC.dst); in getRegUsage_MIPSInstr()
1874 mapReg(m, &i->Min.StoreC.src); in mapRegs_MIPSInstr()
1875 mapRegs_MIPSAMode(m, i->Min.StoreC.dst); in mapRegs_MIPSInstr()
3301 MIPSAMode *am_addr = i->Min.StoreC.dst; in emit_MIPSInstr()
3302 UInt r_src = iregNo(i->Min.StoreC.src, mode64); in emit_MIPSInstr()
3306 if (i->Min.StoreC.sz == 4) in emit_MIPSInstr()