Lines Matching refs:dst0
118 const CPURegister& dst0 = registers.PopLowestIndex(); in SpillRegisters() local
119 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters()
120 cfi_.RelOffset(DWARFReg(dst0), offset); in SpillRegisters()
124 const CPURegister& dst0 = registers.PopLowestIndex(); in SpillRegisters() local
126 ___ Stp(dst0, dst1, MemOperand(sp, offset)); in SpillRegisters()
127 cfi_.RelOffset(DWARFReg(dst0), offset); in SpillRegisters()
132 const CPURegister& dst0 = registers.PopLowestIndex(); in SpillRegisters() local
133 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters()
134 cfi_.RelOffset(DWARFReg(dst0), offset); in SpillRegisters()
144 const CPURegister& dst0 = registers.PopLowestIndex(); in UnspillRegisters() local
145 ___ Ldr(dst0, MemOperand(sp, offset)); in UnspillRegisters()
146 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()
150 const CPURegister& dst0 = registers.PopLowestIndex(); in UnspillRegisters() local
152 ___ Ldp(dst0, dst1, MemOperand(sp, offset)); in UnspillRegisters()
153 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()
158 const CPURegister& dst0 = registers.PopLowestIndex(); in UnspillRegisters() local
159 ___ Ldr(dst0, MemOperand(sp, offset)); in UnspillRegisters()
160 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()