Searched refs:kXRegSizeInBytes (Results 1 - 12 of 12) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-utils-aarch64.cc | 674 __ Add(tmp, sp, 4 * kXRegSizeInBytes); in Dump() 676 __ Add(tmp.W(), wsp, 4 * kXRegSizeInBytes); in Dump() 680 DumpRegisters<Register>(masm, dump_base, x_offset, kXRegSizeInBytes); in Dump() 724 __ Str(x, MemOperand(dump2_base, x_offset + (code * kXRegSizeInBytes))); in Dump() 731 x_offset + (dump2_base.GetCode() * kXRegSizeInBytes))); in Dump() 993 for (unsigned i = 0; i < p_stack_space; i += kXRegSizeInBytes * 2) { in ComputeMachineStateHash() 1005 for (unsigned i = 0; i < p_stack_space; i += kXRegSizeInBytes * 2) { in ComputeMachineStateHash()
|
H A 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()
|
H A D | test-assembler-aarch64.cc | 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); [all...] |
H A D | test-api-aarch64.cc | 704 GenericOperand mem(MemOperand(sp, 8), kXRegSizeInBytes); in TEST() local
|
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-utils.cc | 137 __ Sub(sp, x29, 2 * kXRegSizeInBytes); // Drop the scratch space. in GenerateEpilogue()
|
/third_party/vixl/src/aarch64/ |
H A D | operands-aarch64.cc | 441 if (mem_op_size_ > kXRegSizeInBytes) { in GenericOperand()
|
H A D | instructions-aarch64.cc | 853 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
|
H A D | instructions-aarch64.h | 65 const unsigned kXRegSizeInBytes = kXRegSize / 8; member
|
H A D | simulator-aarch64.cc | 1193 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in Simulator() 1757 VIXL_ASSERT((reg_size_in_bytes == kXRegSizeInBytes) || in Simulator() 2080 kXRegSizeInBytes); in Simulator() 4302 extend_to_size = kXRegSizeInBytes; in Simulator() 4314 extend_to_size = kXRegSizeInBytes; in Simulator() 4318 extend_to_size = kXRegSizeInBytes; in Simulator() 4322 extend_to_size = kXRegSizeInBytes; in Simulator() 4521 unsigned result_size = sign_extend ? kXRegSizeInBytes : element_size; in Simulator() 4826 reg_size = kXRegSizeInBytes; in Simulator() 4842 reg_size = kXRegSizeInBytes; in Simulator() [all...] |
H A D | assembler-aarch64.h | 214 VIXL_STATIC_ASSERT(kDRegSizeInBytes == kXRegSizeInBytes); in GetSize() 216 VIXL_ASSERT((size_ == kXRegSizeInBytes) || (size_ == kWRegSizeInBytes) || in GetSize() 239 VIXL_ASSERT(size_ == kXRegSizeInBytes); in GetRawValue64() 316 VIXL_STATIC_ASSERT(sizeof(value) <= kXRegSizeInBytes); in Literal() 362 VIXL_STATIC_ASSERT(sizeof(T) <= kXRegSizeInBytes); in RewriteValueInCode()
|
H A D | macro-assembler-aarch64.cc | 2503 MemOperand tos(sp, -2 * static_cast<int>(kXRegSizeInBytes), PreIndex); in Emit() 2528 MemOperand tos(sp, 2 * kXRegSizeInBytes, PostIndex); in Emit()
|
H A D | simulator-aarch64.h | 1627 (sizeof(T) == kXRegSizeInBytes)); 2673 // accesses by specifying kXRegSizeInBytes.
|
Completed in 50 milliseconds