Home | History | Annotate | Download | only in aarch32

Lines Matching refs:src2

5448   const uint32_t src2[4] = {0x11111111, 0x22222222, 0x33333333, 0x44444444};
5457 __ Mov(r10, reinterpret_cast<uintptr_t>(src2) - sizeof(src2[0]));
5475 ASSERT_EQUAL_32(reinterpret_cast<uintptr_t>(src2 + 1), r10);