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.cc2042 const CPURegister& bottom_0 = 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()
2046 } else if (bottom_0.IsValid()) { in PushCPURegList()
2047 Str(bottom_0, MemOperand(StackPointer(), -size, PreIndex)); in PushCPURegList()
2074 const CPURegister& bottom_0 = 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()
2092 } else if (bottom_0.IsValid()) { in PopCPURegList()
2093 Ldr(bottom_0, MemOperand(StackPointer(), size, PostIndex)); in PopCPURegList()