Lines Matching refs:dst1
2212 const CPURegister& dst1,
2218 VIXL_ASSERT(!AreAliased(dst0, dst1, dst2, dst3));
2219 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3));
2222 int count = 1 + dst1.IsValid() + dst2.IsValid() + dst3.IsValid();
2226 PopHelper(count, size, dst0, dst1, dst2, dst3);
2278 const CPURegister& dst1 = registers.PopLowestIndex();
2279 if (dst1.IsValid()) {
2280 Ldp(dst0, dst1, MemOperand(StackPointer(), offset));
2367 const CPURegister& dst1,
2376 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3));
2383 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone());
2388 ldp(dst0, dst1, MemOperand(StackPointer(), 2 * size, PostIndex));
2393 ldp(dst0, dst1, MemOperand(StackPointer(), 3 * size, PostIndex));
2401 ldp(dst0, dst1, MemOperand(StackPointer(), 4 * size, PostIndex));
2590 const CPURegister& dst1 = registers.PopLowestIndex();
2592 Stp(dst0, dst1, loc);
2595 Ldp(dst0, dst1, loc);