Searched defs:bottom_1 (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc1652 const CPURegister& bottom_1 = registers.PopLowestIndex(); local
1653 if (bottom_0.IsValid() && bottom_1.IsValid()) {
1654 Stp(bottom_0, bottom_1, MemOperand(StackPointer(), -size, PreIndex));
1684 const CPURegister& bottom_1 = registers.PopLowestIndex(); local
1699 if (bottom_0.IsValid() && bottom_1.IsValid()) {
1700 Ldp(bottom_0, bottom_1, MemOperand(StackPointer(), size, PostIndex));

Completed in 46 milliseconds