Home | History | Annotate | Download | only in mips

Lines Matching refs:getRegInfo

85 static RegisterInfo *getRegInfo(CompilationUnit *cUnit, int reg)
109 RegisterInfo *info1 = getRegInfo(cUnit, reg1);
110 RegisterInfo *info2 = getRegInfo(cUnit, reg2);
128 RegisterInfo *info = getRegInfo(cUnit, reg);
505 RegisterInfo *p = getRegInfo(cUnit, reg);
535 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
551 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
562 RegisterInfo *infoLo = getRegInfo(cUnit, rl.lowReg);
563 RegisterInfo *infoHi = getRegInfo(cUnit, rl.highReg);
599 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
611 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
691 RegisterInfo *info = getRegInfo(cUnit, reg);
706 RegisterInfo *infoLo = getRegInfo(cUnit, lowReg);
707 RegisterInfo *infoHi = getRegInfo(cUnit, highReg);
715 RegisterInfo *info = getRegInfo(cUnit, reg);
721 RegisterInfo *info = getRegInfo(cUnit, reg);
727 RegisterInfo *info = getRegInfo(cUnit, reg);
733 RegisterInfo *newInfo = getRegInfo(cUnit, newReg);
734 RegisterInfo *oldInfo = getRegInfo(cUnit, oldReg);