Home | History | Annotate | Download | only in quick

Lines Matching refs:s_reg

257       int s_reg;
274 * is the low half by looking at the s_reg names. The high s_reg will equal low_sreg + 1.
277 * will be true and partner==self. s_reg refers to the low-order word of the Dalvik
278 * value, and the s_reg of the high word is implied (s_reg + 1).
283 * meaning. If is_temp==true and live==true, wide_value, partner, dirty, s_reg, def_start
285 * the Dalvik value[s] described by s_reg/s_reg+1.
311 * desired s_reg. This gets a little complicated when dealing with aliased registers. All
363 void MarkLive(int s_reg) {
365 s_reg_ = s_reg;
729 bool LiveOut(int s_reg);
739 void ClobberSReg(int s_reg);
741 int SRegToPMap(int s_reg);
742 void RecordCorePromotion(RegStorage reg, int s_reg);
743 RegStorage AllocPreservedCoreReg(int s_reg);
744 void RecordFpPromotion(RegStorage reg, int s_reg);
745 RegStorage AllocPreservedFpReg(int s_reg);
746 virtual RegStorage AllocPreservedSingle(int s_reg);
747 s_reg);
758 RegStorage AllocLiveReg(int s_reg, int reg_class, bool wide);
759 RegStorage FindLiveReg(GrowableArray<RegisterInfo*> &regs, int s_reg);
768 void NullifyRange(RegStorage reg, int s_reg);
814 int SRegOffset(int s_reg);