Searched refs:MovCond (Results 1 – 2 of 2) sorted by relevance
1441 i->Min.MovCond.dst = dst; in MIPSInstr_MovCond()1442 i->Min.MovCond.srcL = argL; in MIPSInstr_MovCond()1443 i->Min.MovCond.srcR = argR; in MIPSInstr_MovCond()1444 i->Min.MovCond.condR = condR; in MIPSInstr_MovCond()1445 i->Min.MovCond.cond = cond; in MIPSInstr_MovCond()1759 if (i->Min.MovCond.cond == MIPScc_MI) { in ppMIPSInstr()1993 if (i->Min.MovCond.srcR->tag == Mrh_Reg) { in getRegUsage_MIPSInstr()1994 addHRegUse(u, HRmRead, i->Min.MovCond.srcR->Mrh.Reg.reg); in getRegUsage_MIPSInstr()1996 addHRegUse(u, HRmRead, i->Min.MovCond.srcL); in getRegUsage_MIPSInstr()1997 addHRegUse(u, HRmRead, i->Min.MovCond.condR); in getRegUsage_MIPSInstr()[all …]
609 } MovCond; member