Home | History | Annotate | Download | only in a64

Lines Matching full:bottom_0

1672   const CPURegister& bottom_0 = registers.PopLowestIndex();
1674 if (bottom_0.IsValid() && bottom_1.IsValid()) {
1675 Stp(bottom_0, bottom_1, MemOperand(StackPointer(), -size, PreIndex));
1676 } else if (bottom_0.IsValid()) {
1677 Str(bottom_0, MemOperand(StackPointer(), -size, PreIndex));
1704 const CPURegister& bottom_0 = registers.PopLowestIndex();
1720 if (bottom_0.IsValid() && bottom_1.IsValid()) {
1721 Ldp(bottom_0, bottom_1, MemOperand(StackPointer(), size, PostIndex));
1722 } else if (bottom_0.IsValid()) {
1723 Ldr(bottom_0, MemOperand(StackPointer(), size, PostIndex));