Lines Matching refs:dst

3260   uint64_t dst[5] = {0, 0, 0, 0, 0};
3262 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
3283 ASSERT_EQUAL_64(0x76543210, dst[0]);
3285 ASSERT_EQUAL_64(0xfedcba9800000000, dst[1]);
3287 ASSERT_EQUAL_64(0x0123456789abcdef, dst[2]);
3289 ASSERT_EQUAL_64(0x3200, dst[3]);
3291 ASSERT_EQUAL_64(0x765400, dst[4]);
3302 uint32_t dst[8192];
3304 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
3306 memset(dst, 0xaa, 8192 * sizeof(dst[0]));
3320 __ Str(w0, MemOperand(x23, 8191 * sizeof(dst[0])));
3322 __ Str(w1, MemOperand(x25, 4096 * sizeof(dst[0]), PostIndex));
3324 __ Str(w2, MemOperand(x27, 6144 * sizeof(dst[0]), PreIndex));
3331 ASSERT_EQUAL_32(8191, dst[8191]);
3335 ASSERT_EQUAL_32(0, dst[0]);
3337 ASSERT_EQUAL_64(dst_base + 4096 * sizeof(dst[0]), x25);
3339 ASSERT_EQUAL_32(6144, dst[6144]);
3341 ASSERT_EQUAL_64(dst_base + 6144 * sizeof(dst[0]), x27);
3350 uint64_t dst[6] = {0, 0, 0, 0, 0, 0};
3352 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
3381 ASSERT_EQUAL_64(0xfedcba9800000000, dst[1]);
3383 ASSERT_EQUAL_64(0x0123456789abcdef, dst[2]);
3385 ASSERT_EQUAL_64(0x0123456700000000, dst[4]);
3387 ASSERT_EQUAL_64(0x3200, dst[3]);
3389 ASSERT_EQUAL_64(0x987600, dst[5]);
3408 uint64_t dst[6] = {0, 0, 0, 0, 0, 0};
3410 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
3439 ASSERT_EQUAL_64(0xfedcba9800000000, dst[1]);
3441 ASSERT_EQUAL_64(0x0123456789abcdef, dst[2]);
3443 ASSERT_EQUAL_64(0x0123456789abcdef, dst[4]);
3445 ASSERT_EQUAL_64(0x3200, dst[3]);
3447 ASSERT_EQUAL_64(0x987600, dst[5]);
3548 uint32_t dst[4] = {0, 0, 0, 0};
3550 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
3556 __ Mov(x19, dst_base + 3 * sizeof(dst[0]));
3557 __ Mov(x20, dst_base + 4 * sizeof(dst[0]));
3583 ASSERT_EQUAL_32(1, dst[0]);
3584 ASSERT_EQUAL_32(2, dst[1]);
3585 ASSERT_EQUAL_32(3, dst[2]);
3586 ASSERT_EQUAL_32(3, dst[3]);
3669 uint64_t dst[7] = {0, 0, 0, 0, 0, 0, 0};
3671 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
3695 ASSERT_EQUAL_64(0x0011223344556677, dst[0]);
3698 ASSERT_EQUAL_64(0xccddeeff00112233, dst[1]);
3700 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[2]);
3702 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[3]);
3705 ASSERT_EQUAL_64(0xbbaa99888899aabb, dst[4]);
3707 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[5]);
3709 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[6]);
3724 uint64_t dst[7] = {0, 0, 0, 0, 0, 0, 0};
3726 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
3753 ASSERT_EQUAL_64(0x0011223344556677, dst[0]);
3756 ASSERT_EQUAL_64(0xccddeeff00112233, dst[1]);
3758 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[2]);
3760 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[3]);
3763 ASSERT_EQUAL_64(0xbbaa99888899aabb, dst[4]);
3765 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[5]);
3767 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[6]);
3783 uint64_t dst[16] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
3785 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
3818 ASSERT_EQUAL_64(0x0011223344556677, dst[0]);
3821 ASSERT_EQUAL_64(0xccddeeff00112233, dst[1]);
3823 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[2]);
3825 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[3]);
3828 ASSERT_EQUAL_64(0xbbaa99888899aabb, dst[4]);
3830 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[5]);
3832 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[6]);
3837 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[8]);
3838 ASSERT_EQUAL_64(0x7766554433221100, dst[9]);
3839 ASSERT_EQUAL_64(0x0011223344556677, dst[10]);
3840 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[11]);
3841 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[12]);
3842 ASSERT_EQUAL_64(0x7766554433221100, dst[13]);
3843 ASSERT_EQUAL_64(0x0011223344556677, dst[14]);
3844 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[15]);
3859 uint64_t dst[5] = {0, 0, 0, 0, 0};
3861 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
3888 ASSERT_EQUAL_64(0xccddeeff00112233, dst[0]);
3889 ASSERT_EQUAL_64(0x0000000000112233, dst[1]);
3894 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[2]);
3895 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[3]);
3896 ASSERT_EQUAL_64(0x0011223344556677, dst[4]);
3914 uint64_t dst[5] = {0, 0, 0, 0, 0};
3916 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
3951 ASSERT_EQUAL_64(0xccddeeff00112233, dst[0]);
3952 ASSERT_EQUAL_64(0x0000000000112233, dst[1]);
3957 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[2]);
3958 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[3]);
3959 ASSERT_EQUAL_64(0x0011223344556677, dst[4]);
3978 uint64_t dst[5] = {0, 0, 0, 0, 0};
3980 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
4007 ASSERT_EQUAL_64(0x4455667700112233, dst[0]);
4008 ASSERT_EQUAL_64(0x0000000000112233, dst[1]);
4013 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[2]);
4014 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[3]);
4015 ASSERT_EQUAL_64(0x0011223344556677, dst[4]);
4034 uint64_t dst[5] = {0, 0, 0, 0, 0};
4036 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
4071 ASSERT_EQUAL_64(0x4455667700112233, dst[0]);
4072 ASSERT_EQUAL_64(0x0000000000112233, dst[1]);
4077 ASSERT_EQUAL_64(0xffeeddccbbaa9988, dst[2]);
4078 ASSERT_EQUAL_64(0x8899aabbccddeeff, dst[3]);
4079 ASSERT_EQUAL_64(0x0011223344556677, dst[4]);
4115 int64_t dst[5] = {0, 0, 0, 0, 0};
4117 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
4139 ASSERT_EQUAL_64(0x00006789abcd0000, dst[0]);
4141 ASSERT_EQUAL_64(0xcdef012345678900, dst[1]);
4142 ASSERT_EQUAL_64(0x000000ab, dst[2]);
4144 ASSERT_EQUAL_64(0x00abcdef01000000, dst[3]);
4146 ASSERT_EQUAL_64(0x0100000000000000, dst[4]);
4159 int64_t dst[5] = {0, 0, 0, 0, 0};
4161 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst);
4186 ASSERT_EQUAL_64(0x89456789ababcdef, dst[0]);
4187 ASSERT_EQUAL_64(0x67abcdef01234567, dst[1]);
4188 ASSERT_EQUAL_64(0x6789abcdef012345, dst[2]);
4189 ASSERT_EQUAL_64(0x0089abcdef012345, dst[3]);
11261 uint64_t dst[] = {0x0000000000000000, 0x0000000000000000};
11264 uint64_t* dst_aligned = AlignUp(dst, kAtomicAccessGranule);
11477 uint64_t dst[] = {0x0000000000000000, 0x0000000000000000};
11480 uint64_t* dst_aligned = AlignUp(dst, kAtomicAccessGranule);
11659 unsigned char dst[kMaxDataLength];
11660 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst);
11664 memset(dst, 0, kMaxDataLength);
11845 VIXL_CHECK(src[k] == dst[k]);
11870 unsigned char dst[kMaxDataLength];
11871 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst);
11876 dst[k] = 0;
12016 VIXL_CHECK(src[k] == dst[k]);
12041 unsigned char dst[kMaxDataLength];
12042 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst);
12047 dst[k] = 0;
12182 VIXL_CHECK(src[k] == dst[k]);
12207 unsigned char dst[kMaxDataLength];
12208 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst);
12218 dst[k] = 0;
12304 VIXL_CHECK(src[k] == dst[k]);
14120 uint8_t dst[16];
14121 memset(dst, 0x55, ArrayLength(dst));
14122 uintptr_t dst_addr = reinterpret_cast<uintptr_t>(dst);
14130 // Set 13 bytes dst[1] onwards to 0xaa.
14140 // Set dst[15] to zero using the masm helper.
14145 // Load dst for comparison.
14165 uint8_t dst[16] = {0x55};
14166 uintptr_t dst_addr = reinterpret_cast<uintptr_t>(dst);
14255 __ Add(x3, x0, 8); // dst = &buf[8]
14265 __ Add(x6, x0, 4); // dst = &buf[4]
14306 __ Mov(x3, x0); // dst = &buf[0]
14312 __ Mov(x6, x0); // dst = &buf[0]
14318 __ Mov(x8, x0); // dst = &buf[0]
14363 __ Add(x3, x0, 8); // dst = &buf[8]
14371 __ Add(x6, x0, 4); // dst = &buf[4]
14416 __ Mov(x3, x0); // dst = &buf[0]
14422 __ Mov(x6, x0); // dst = &buf[0]
14428 __ Mov(x8, x0); // dst = &buf[0]