Home
last modified time | relevance | path

Searched refs:kXRegSizeInBytes (Results 1 - 12 of 12) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc674 __ 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 Dtest-utils-aarch64.h100 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump()
102 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes); in RegisterDump()
H A Dtest-assembler-aarch64.cc2907 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 Dtest-api-aarch64.cc704 GenericOperand mem(MemOperand(sp, 8), kXRegSizeInBytes); in TEST() local
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc137 __ Sub(sp, x29, 2 * kXRegSizeInBytes); // Drop the scratch space. in GenerateEpilogue()
/third_party/vixl/src/aarch64/
H A Doperands-aarch64.cc441 if (mem_op_size_ > kXRegSizeInBytes) { in GenericOperand()
H A Dinstructions-aarch64.cc853 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
H A Dinstructions-aarch64.h65 const unsigned kXRegSizeInBytes = kXRegSize / 8; member
H A Dsimulator-aarch64.cc1193 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 Dassembler-aarch64.h214 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 Dmacro-assembler-aarch64.cc2503 MemOperand tos(sp, -2 * static_cast<int>(kXRegSizeInBytes), PreIndex); in Emit()
2528 MemOperand tos(sp, 2 * kXRegSizeInBytes, PostIndex); in Emit()
H A Dsimulator-aarch64.h1627 (sizeof(T) == kXRegSizeInBytes));
2673 // accesses by specifying kXRegSizeInBytes.

Completed in 50 milliseconds