Searched refs:kXRegSizeInBytes (Results 1 – 11 of 11) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-utils-aarch64.cc | 469 __ Add(tmp, sp, 4 * kXRegSizeInBytes); in Dump() 471 __ Add(tmp_w, wsp, 4 * kXRegSizeInBytes); in Dump() 479 MemOperand(dump, i * kXRegSizeInBytes)); in Dump() 548 __ Str(dump_base, MemOperand(dump2, dump_base.GetCode() * kXRegSizeInBytes)); in Dump() 549 __ Str(dump, MemOperand(dump2, dump.GetCode() * kXRegSizeInBytes)); in Dump() 550 __ Str(tmp, MemOperand(dump2, tmp.GetCode() * kXRegSizeInBytes)); in Dump() 554 MemOperand(dump2, dump2_base.GetCode() * kXRegSizeInBytes)); in Dump() 555 __ Ldr(dump2, MemOperand(dump2, dump2.GetCode() * kXRegSizeInBytes)); in Dump()
|
D | test-utils-aarch64.h | 69 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump() 71 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes); in RegisterDump()
|
D | test-assembler-aarch64.cc | 15597 __ PeekCPURegList(list_2, 2 * kXRegSizeInBytes); in TEST() 15599 __ PeekWRegList(w16.GetBit() | w17.GetBit(), 3 * kXRegSizeInBytes); in TEST() 16602 __ Claim(2 * kXRegSizeInBytes); in TEST() 16610 __ Claim(2 * kXRegSizeInBytes); in TEST() 16616 __ Claim(2 * kXRegSizeInBytes); in TEST() 16622 __ Claim(2 * kXRegSizeInBytes); in TEST() 16626 __ Claim(2 * kXRegSizeInBytes); in TEST() 16630 __ Claim(2 * kXRegSizeInBytes); in TEST() 16635 __ Drop(12 * kXRegSizeInBytes); in TEST() 17798 uint64_t* xp = AlignUp(xp_data + 1, kXRegSizeInBytes * 2) - 1; in TEST() [all …]
|
D | test-api-aarch64.cc | 275 GenericOperand mem(MemOperand(sp, 8), kXRegSizeInBytes); in TEST()
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 246 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
|
D | operands-aarch64.cc | 508 if (mem_op_size_ > kXRegSizeInBytes) { in GenericOperand()
|
D | instructions-aarch64.h | 65 const unsigned kXRegSizeInBytes = kXRegSize / 8; variable
|
D | assembler-aarch64.h | 196 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes); in GetSize() 198 VIXL_ASSERT((size_ == kXRegSizeInBytes) || (size_ == kWRegSizeInBytes) || in GetSize() 221 VIXL_ASSERT(size_ == kXRegSizeInBytes); in GetRawValue64() 298 VIXL_STATIC_ASSERT(sizeof(value) <= kXRegSizeInBytes); in RawLiteral() 344 VIXL_STATIC_ASSERT(sizeof(T) <= kXRegSizeInBytes); in RewriteValueInCode()
|
D | simulator-aarch64.cc | 545 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in GetPrintRegisterFormatForSize() 673 unsigned padding_chars = (kXRegSizeInBytes - size_in_bytes) * 2; in PrintRegisterRawHelper() 678 case kXRegSizeInBytes: in PrintRegisterRawHelper() 700 VIXL_ASSERT(padding_chars < (kXRegSizeInBytes * 2)); in PrintRegisterRawHelper() 707 bits &= kXRegMask >> ((kXRegSizeInBytes - size_in_bytes) * 8); in PrintRegisterRawHelper() 708 VIXL_STATIC_ASSERT(sizeof(bits) == kXRegSizeInBytes); in PrintRegisterRawHelper()
|
D | simulator-aarch64.h | 170 typedef SimRegisterBase<kXRegSizeInBytes> SimRegister; // r0-r31 862 (sizeof(T) == kXRegSizeInBytes)); 1529 int size_in_bytes = kXRegSizeInBytes);
|
D | macro-assembler-aarch64.cc | 2305 MemOperand tos(sp, -2 * static_cast<int>(kXRegSizeInBytes), PreIndex); in PushCalleeSavedRegisters() 2330 MemOperand tos(sp, 2 * kXRegSizeInBytes, PostIndex); in PopCalleeSavedRegisters()
|