• Home
  • Raw
  • Download

Lines Matching refs:kXRegSizeInBytes

7781   __ PeekCPURegList(list_2, 2 * kXRegSizeInBytes);  in TEST()
7783 __ PeekWRegList(w16.GetBit() | w17.GetBit(), 3 * kXRegSizeInBytes); in TEST()
8786 __ Claim(2 * kXRegSizeInBytes); in TEST()
8794 __ Claim(2 * kXRegSizeInBytes); in TEST()
8800 __ Claim(2 * kXRegSizeInBytes); in TEST()
8806 __ Claim(2 * kXRegSizeInBytes); in TEST()
8810 __ Claim(2 * kXRegSizeInBytes); in TEST()
8814 __ Claim(2 * kXRegSizeInBytes); in TEST()
8819 __ Drop(12 * kXRegSizeInBytes); in TEST()
9357 uint64_t* xp = AlignUp(xp_data + 1, kXRegSizeInBytes * 2) - 1; in TEST()
9458 uint64_t* xp = AlignUp(xp_data + 1, kXRegSizeInBytes * 2) - 1; in TEST()
9548 uint64_t* data_aligned = AlignUp(data, kXRegSizeInBytes * 2); in TEST()
9652 uint64_t* data_aligned = AlignUp(data, kXRegSizeInBytes * 2); in TEST()
9736 uint64_t* data_aligned = AlignUp(data, kXRegSizeInBytes * 2); in TEST()
10184 alignas(kXRegSizeInBytes * 2) uint64_t data1[] = {0x7766554433221100, in TEST()
10188 alignas(kXRegSizeInBytes * 2) uint64_t data2[] = {0x7766554433221100, in TEST()
10192 alignas(kXRegSizeInBytes * 2) uint64_t data3[] = {0x7766554433221100, in TEST()
10196 alignas(kXRegSizeInBytes * 2) uint64_t data4[] = {0x7766554433221100, in TEST()
10200 alignas(kXRegSizeInBytes * 2) uint64_t data5[] = {0x7766554433221100, in TEST()
10204 alignas(kXRegSizeInBytes * 2) uint64_t data6[] = {0x7766554433221100, in TEST()
10208 alignas(kXRegSizeInBytes * 2) uint64_t data7[] = {0x7766554433221100, in TEST()
10212 alignas(kXRegSizeInBytes * 2) uint64_t data8[] = {0x7766554433221100, in TEST()
10341 uint64_t data0[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryWHelper()
10342 uint64_t data1[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryWHelper()
10343 uint64_t data2[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryWHelper()
10344 uint64_t data3[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryWHelper()
10345 uint64_t data4[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryWHelper()
10346 uint64_t data5[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryWHelper()
10407 uint64_t data0[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryXHelper()
10408 uint64_t data1[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryXHelper()
10409 uint64_t data2[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryXHelper()
10410 uint64_t data3[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryXHelper()
10411 uint64_t data4[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryXHelper()
10412 uint64_t data5[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; in AtomicMemoryXHelper()
10672 uint64_t* data0_aligned = AlignUp(data0, kXRegSizeInBytes * 2); in TEST()
10673 uint64_t* data1_aligned = AlignUp(data1, kXRegSizeInBytes * 2); in TEST()
10674 uint64_t* data2_aligned = AlignUp(data2, kXRegSizeInBytes * 2); in TEST()
10675 uint64_t* data3_aligned = AlignUp(data3, kXRegSizeInBytes * 2); in TEST()
10704 __attribute__((aligned(kXRegSizeInBytes * 2))) = {0x0123456789abcdef, in TEST()
10750 __attribute__((aligned(kXRegSizeInBytes * 2))) = {0x0123456789abcdef, in TEST()
10809 uint64_t data[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {0x0, 0x0}; in TEST()
10987 if (i <= (kAtomicAccessGranule - kXRegSizeInBytes)) { in TEST()
11018 if (i <= (kAtomicAccessGranule - (kXRegSizeInBytes * 2))) { in TEST()
11159 if (i > (kAtomicAccessGranule - kXRegSizeInBytes)) { in TEST()
11192 if (i > (kAtomicAccessGranule - (kXRegSizeInBytes * 2))) { in TEST()
11283 offset += 2 * kXRegSizeInBytes; in TEST()
11318 offset += kXRegSizeInBytes; in TEST()
11376 offset += kXRegSizeInBytes; in TEST()
11482 int preindex = 62 * kXRegSizeInBytes; in TEST()
11501 preindex = 2 * kXRegSizeInBytes; in TEST()
11541 preindex = kXRegSizeInBytes; in TEST()
11649 int postindex = 2 * kXRegSizeInBytes; in TEST()
11702 postindex = kXRegSizeInBytes; in TEST()
11829 data_length += kXRegSizeInBytes; in TEST()
13593 __ Peek(x10, base - limit - kXRegSizeInBytes - 1); in TEST()
13661 __ Ldr(x10, MemOperand(x0, -static_cast<int64_t>(kXRegSizeInBytes) + 1)); in TEST()
13680 __ Str(x10, MemOperand(x0, -static_cast<int64_t>(kXRegSizeInBytes) + 1)); in TEST()