Searched refs:bottom_1 (Results 1 – 1 of 1) sorted by relevance
1652 const CPURegister& bottom_1 = registers.PopLowestIndex(); in PushCPURegList() local1653 if (bottom_0.IsValid() && bottom_1.IsValid()) { in PushCPURegList()1654 Stp(bottom_0, bottom_1, MemOperand(StackPointer(), -size, PreIndex)); in PushCPURegList()1684 const CPURegister& bottom_1 = registers.PopLowestIndex(); in PopCPURegList() local1699 if (bottom_0.IsValid() && bottom_1.IsValid()) { in PopCPURegList()1700 Ldp(bottom_0, bottom_1, MemOperand(StackPointer(), size, PostIndex)); in PopCPURegList()