Searched refs:kXRegSizeInBytes (Results 1 – 12 of 12) sorted by relevance
/third_party/vixl/test/aarch64/ |
D | test-utils-aarch64.cc | 673 __ Add(tmp, sp, 4 * kXRegSizeInBytes); in Dump() 675 __ Add(tmp.W(), wsp, 4 * kXRegSizeInBytes); in Dump() 679 DumpRegisters<Register>(masm, dump_base, x_offset, kXRegSizeInBytes); in Dump() 723 __ Str(x, MemOperand(dump2_base, x_offset + (code * kXRegSizeInBytes))); in Dump() 730 x_offset + (dump2_base.GetCode() * kXRegSizeInBytes))); in Dump() 992 for (unsigned i = 0; i < p_stack_space; i += kXRegSizeInBytes * 2) { in ComputeMachineStateHash() 1004 for (unsigned i = 0; i < p_stack_space; i += kXRegSizeInBytes * 2) { in ComputeMachineStateHash()
|
D | test-assembler-aarch64.cc | 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() [all …]
|
D | test-utils-aarch64.h | 100 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump() 102 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes); in RegisterDump()
|
D | test-api-aarch64.cc | 704 GenericOperand mem(MemOperand(sp, 8), kXRegSizeInBytes); in TEST()
|
/third_party/vixl/src/aarch64/ |
D | operands-aarch64.cc | 441 if (mem_op_size_ > kXRegSizeInBytes) { in GenericOperand()
|
D | instructions-aarch64.h | 65 const unsigned kXRegSizeInBytes = kXRegSize / 8; variable
|
D | instructions-aarch64.cc | 852 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
|
D | simulator-aarch64.cc | 1084 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in Simulator() 1648 VIXL_ASSERT((reg_size_in_bytes == kXRegSizeInBytes) || in Simulator() 1947 kXRegSizeInBytes); in Simulator() 4146 extend_to_size = kXRegSizeInBytes; in Simulator() 4158 extend_to_size = kXRegSizeInBytes; in Simulator() 4162 extend_to_size = kXRegSizeInBytes; in Simulator() 4166 extend_to_size = kXRegSizeInBytes; in Simulator() 4365 unsigned result_size = sign_extend ? kXRegSizeInBytes : element_size; in Simulator() 4670 reg_size = kXRegSizeInBytes; in Simulator() 4686 reg_size = kXRegSizeInBytes; in Simulator()
|
D | macro-assembler-aarch64.cc | 2436 MemOperand tos(sp, -2 * static_cast<int>(kXRegSizeInBytes), PreIndex); in Emit() 2461 MemOperand tos(sp, 2 * kXRegSizeInBytes, PostIndex); in Emit()
|
D | assembler-aarch64.h | 213 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes); in GetSize() 215 VIXL_ASSERT((size_ == kXRegSizeInBytes) || (size_ == kWRegSizeInBytes) || in GetSize() 238 VIXL_ASSERT(size_ == kXRegSizeInBytes); in GetRawValue64() 315 VIXL_STATIC_ASSERT(sizeof(value) <= kXRegSizeInBytes); in RawLiteral() 361 VIXL_STATIC_ASSERT(sizeof(T) <= kXRegSizeInBytes); in RewriteValueInCode()
|
D | simulator-aarch64.h | 1386 (sizeof(T) == kXRegSizeInBytes));
|
/third_party/vixl/benchmarks/aarch64/ |
D | bench-utils.cc | 136 __ Sub(sp, x29, 2 * kXRegSizeInBytes); // Drop the scratch space. in GenerateEpilogue()
|