Searched refs:kInstructionSize (Results 26 - 39 of 39) sorted by relevance

12

/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h164 return size_ + kInstructionSize;
170 return GetSize() + kInstructionSize;
268 static const int kVeneerCodeSize = 1 * kInstructionSize;
272 static const int kPoolNonVeneerCodeSize = 1 * kInstructionSize;
512 : EmissionCheckScope(masm, kInstructionSize) {}
524 static const size_t kTypicalMacroInstructionMaxSize = 8 * kInstructionSize;
2131 // lr - kInstructionSize is the address of the offending instruction.
3244 : ExactAssemblyScope(masm, count * kInstructionSize, size_policy) {} argument
3441 ExactAssemblyScope scope(this, kInstructionSize);
H A Dassembler-aarch64.h3339 VIXL_STATIC_ASSERT(sizeof(instruction) == kInstructionSize);
H A Dassembler-aarch64.cc62 VIXL_ASSERT(offset % kInstructionSize == 0);
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc2171 DCHECK((padding_size % kInstructionSize) == 0);
2173 masm(), padding_size / kInstructionSize); local
2177 padding_size -= kInstructionSize;
/external/v8/src/arm64/
H A Dsimulator-arm64.h314 DCHECK(IsAligned(reinterpret_cast<uintptr_t>(pc_), kInstructionSize));
H A Dmacro-assembler-arm64.cc2000 return kInstructionSize;
2006 return kInstructionSize;
4354 { InstructionAccurateScope scope(this, kPrintfLength / kInstructionSize);
4463 kNoCodeAgeSequenceLength / kInstructionSize);
4472 kNoCodeAgeSequenceLength / kInstructionSize);
H A Dconstants-arm64.h30 const unsigned kInstructionSize = 4; member in namespace:v8::internal
H A Dmacro-assembler-arm64.h2036 size_(count * kInstructionSize)
H A Dsimulator-arm64.cc1105 Instruction* end = start->InstructionAtOffset(count * kInstructionSize);
3723 pc_ = pc_->InstructionAtOffset(RoundUp(size, kInstructionSize));
H A Dcode-stubs-arm64.cc2686 Assembler::kCallSizeWithRelocation + (2 * kInstructionSize);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc449 __ ldr_pcrel(ip0, (3 * kInstructionSize) >> kLoadLiteralScaleLog2);
2820 Address branch_address = pc - 3 * kInstructionSize;
2828 6 * kInstructionSize));
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc1010 DCHECK((padding_size % kInstructionSize) == 0);
1012 masm(), padding_size / kInstructionSize); local
1016 padding_size -= kInstructionSize;
/external/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc2502 kInstructionSize * inputs_imm1_length *
H A Dtest-disasm-aarch64.cc128 instruction += kInstructionSize; \

Completed in 711 milliseconds

12