Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc2105 const CPURegister& bottom_0 = registers.PopLowestIndex(); in PushCPURegList() local
2107 if (bottom_0.IsValid() && bottom_1.IsValid()) { in PushCPURegList()
2108 Stp(bottom_0, bottom_1, MemOperand(StackPointer(), -size, PreIndex)); in PushCPURegList()
2109 } else if (bottom_0.IsValid()) { in PushCPURegList()
2110 Str(bottom_0, MemOperand(StackPointer(), -size, PreIndex)); in PushCPURegList()
2137 const CPURegister& bottom_0 = registers.PopLowestIndex(); in PopCPURegList() local
2153 if (bottom_0.IsValid() && bottom_1.IsValid()) { in PopCPURegList()
2154 Ldp(bottom_0, bottom_1, MemOperand(StackPointer(), size, PostIndex)); in PopCPURegList()
2155 } else if (bottom_0.IsValid()) { in PopCPURegList()
2156 Ldr(bottom_0, MemOperand(StackPointer(), size, PostIndex)); in PopCPURegList()