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

/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc1996 const CPURegister& bottom_1 = registers.PopLowestIndex(); local
1997 if (bottom_0.IsValid() && bottom_1.IsValid()) {
1998 Stp(bottom_0, bottom_1, MemOperand(StackPointer(), -size, PreIndex));
2028 const CPURegister& bottom_1 = registers.PopLowestIndex(); local
2043 if (bottom_0.IsValid() && bottom_1.IsValid()) {
2044 Ldp(bottom_0, bottom_1, MemOperand(StackPointer(), size, PostIndex));

Completed in 79 milliseconds