Home
last modified time | relevance | path

Searched refs:bottom_1 (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc2043 const CPURegister& bottom_1 = registers.PopLowestIndex(); in PushCPURegList() local
2044 if (bottom_0.IsValid() && bottom_1.IsValid()) { in PushCPURegList()
2045 Stp(bottom_0, bottom_1, MemOperand(StackPointer(), -size, PreIndex)); in PushCPURegList()
2075 const CPURegister& bottom_1 = registers.PopLowestIndex(); in PopCPURegList() local
2090 if (bottom_0.IsValid() && bottom_1.IsValid()) { in PopCPURegList()
2091 Ldp(bottom_0, bottom_1, MemOperand(StackPointer(), size, PostIndex)); in PopCPURegList()