Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc1651 const CPURegister& bottom_0 = registers.PopLowestIndex(); in PushCPURegList() local
1653 if (bottom_0.IsValid() && bottom_1.IsValid()) { in PushCPURegList()
1654 Stp(bottom_0, bottom_1, MemOperand(StackPointer(), -size, PreIndex)); in PushCPURegList()
1655 } else if (bottom_0.IsValid()) { in PushCPURegList()
1656 Str(bottom_0, MemOperand(StackPointer(), -size, PreIndex)); in PushCPURegList()
1683 const CPURegister& bottom_0 = registers.PopLowestIndex(); in PopCPURegList() local
1699 if (bottom_0.IsValid() && bottom_1.IsValid()) { in PopCPURegList()
1700 Ldp(bottom_0, bottom_1, MemOperand(StackPointer(), size, PostIndex)); in PopCPURegList()
1701 } else if (bottom_0.IsValid()) { in PopCPURegList()
1702 Ldr(bottom_0, MemOperand(StackPointer(), size, PostIndex)); in PopCPURegList()