Lines Matching refs:kXRegSizeInBytes

2907     for (unsigned j = 0; j < size_in_bytes / kXRegSizeInBytes; j++) {
2910 off += kXRegSizeInBytes;
3121 __ Ldr(x14, MemOperand(reg, off + static_cast<int>(kXRegSizeInBytes)));
8185 __ PeekCPURegList(list_2, 2 * kXRegSizeInBytes);
8187 __ PeekWRegList(w16.GetBit() | w17.GetBit(), 3 * kXRegSizeInBytes);
9190 __ Claim(2 * kXRegSizeInBytes);
9198 __ Claim(2 * kXRegSizeInBytes);
9204 __ Claim(2 * kXRegSizeInBytes);
9210 __ Claim(2 * kXRegSizeInBytes);
9214 __ Claim(2 * kXRegSizeInBytes);
9218 __ Claim(2 * kXRegSizeInBytes);
9223 __ Drop(12 * kXRegSizeInBytes);
9761 uint64_t* xp = AlignUp(xp_data + 1, kXRegSizeInBytes * 2) - 1;
9862 uint64_t* xp = AlignUp(xp_data + 1, kXRegSizeInBytes * 2) - 1;
9952 uint64_t* data_aligned = AlignUp(data, kXRegSizeInBytes * 2);
10056 uint64_t* data_aligned = AlignUp(data, kXRegSizeInBytes * 2);
10140 uint64_t* data_aligned = AlignUp(data, kXRegSizeInBytes * 2);
10588 alignas(kXRegSizeInBytes * 2) uint64_t data1[] = {0x7766554433221100,
10592 alignas(kXRegSizeInBytes * 2) uint64_t data2[] = {0x7766554433221100,
10596 alignas(kXRegSizeInBytes * 2) uint64_t data3[] = {0x7766554433221100,
10600 alignas(kXRegSizeInBytes * 2) uint64_t data4[] = {0x7766554433221100,
10604 alignas(kXRegSizeInBytes * 2) uint64_t data5[] = {0x7766554433221100,
10608 alignas(kXRegSizeInBytes * 2) uint64_t data6[] = {0x7766554433221100,
10612 alignas(kXRegSizeInBytes * 2) uint64_t data7[] = {0x7766554433221100,
10616 alignas(kXRegSizeInBytes * 2) uint64_t data8[] = {0x7766554433221100,
10745 uint64_t data0[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10746 uint64_t data1[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10747 uint64_t data2[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10748 uint64_t data3[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10749 uint64_t data4[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10750 uint64_t data5[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10811 uint64_t data0[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10812 uint64_t data1[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10813 uint64_t data2[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10814 uint64_t data3[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10815 uint64_t data4[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10816 uint64_t data5[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
11076 uint64_t* data0_aligned = AlignUp(data0, kXRegSizeInBytes * 2);
11077 uint64_t* data1_aligned = AlignUp(data1, kXRegSizeInBytes * 2);
11078 uint64_t* data2_aligned = AlignUp(data2, kXRegSizeInBytes * 2);
11079 uint64_t* data3_aligned = AlignUp(data3, kXRegSizeInBytes * 2);
11108 __attribute__((aligned(kXRegSizeInBytes * 2))) = {0x0123456789abcdef,
11154 __attribute__((aligned(kXRegSizeInBytes * 2))) = {0x0123456789abcdef,
11213 uint64_t data[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {0x0, 0x0};
11391 if (i <= (kAtomicAccessGranule - kXRegSizeInBytes)) {
11422 if (i <= (kAtomicAccessGranule - (kXRegSizeInBytes * 2))) {
11563 if (i > (kAtomicAccessGranule - kXRegSizeInBytes)) {
11596 if (i > (kAtomicAccessGranule - (kXRegSizeInBytes * 2))) {
11687 offset += 2 * kXRegSizeInBytes;
11722 offset += kXRegSizeInBytes;
11780 offset += kXRegSizeInBytes;
11886 int preindex = 62 * kXRegSizeInBytes;
11905 preindex = 2 * kXRegSizeInBytes;
11945 preindex = kXRegSizeInBytes;
12053 int postindex = 2 * kXRegSizeInBytes;
12106 postindex = kXRegSizeInBytes;
12233 data_length += kXRegSizeInBytes;
14900 __ Peek(x10, base - limit - kXRegSizeInBytes - 1);
14968 __ Ldr(x10, MemOperand(x0, -static_cast<int64_t>(kXRegSizeInBytes) + 1));
14987 __ Str(x10, MemOperand(x0, -static_cast<int64_t>(kXRegSizeInBytes) + 1));