Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.cc673 __ 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()
Dtest-assembler-aarch64.cc7781 __ 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 …]
Dtest-utils-aarch64.h100 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump()
102 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes); in RegisterDump()
Dtest-api-aarch64.cc704 GenericOperand mem(MemOperand(sp, 8), kXRegSizeInBytes); in TEST()
/third_party/vixl/src/aarch64/
Doperands-aarch64.cc441 if (mem_op_size_ > kXRegSizeInBytes) { in GenericOperand()
Dinstructions-aarch64.h65 const unsigned kXRegSizeInBytes = kXRegSize / 8; variable
Dinstructions-aarch64.cc852 VIXL_STATIC_ASSERT(kXRegSizeInBytes == kDRegSizeInBytes); in CalcLSPairDataSize()
Dsimulator-aarch64.cc1084 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()
Dmacro-assembler-aarch64.cc2436 MemOperand tos(sp, -2 * static_cast<int>(kXRegSizeInBytes), PreIndex); in Emit()
2461 MemOperand tos(sp, 2 * kXRegSizeInBytes, PostIndex); in Emit()
Dassembler-aarch64.h213 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()
Dsimulator-aarch64.h1386 (sizeof(T) == kXRegSizeInBytes));
/third_party/vixl/benchmarks/aarch64/
Dbench-utils.cc136 __ Sub(sp, x29, 2 * kXRegSizeInBytes); // Drop the scratch space. in GenerateEpilogue()