Home
last modified time | relevance | path

Searched refs:kInstrSizeLog2 (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc257 int offset = static_cast<int>(DistanceTo(target) >> kInstrSizeLog2); in SetBranchImmTarget()
291 DCHECK(is_int32(DistanceTo(target) >> kInstrSizeLog2)); in SetUnresolvedInternalReferenceImmTarget()
293 static_cast<int32_t>(DistanceTo(target) >> kInstrSizeLog2); in SetUnresolvedInternalReferenceImmTarget()
H A Dinstructions-arm64.h328 return (1 << (ImmBranchRangeBitwidth(branch_type) + kInstrSizeLog2)) / 2 - in ImmBranchRange()
H A Dassembler-arm64-inl.h499 GetEmbeddedObject(instr->ImmPCOffset() >> kInstrSizeLog2)); in code_target_object_handle_at()
849 return offset >> kInstrSizeLog2; in LinkAndGetInstructionOffsetTo()
H A Dconstants-arm64.h34 constexpr uint8_t kInstrSizeLog2 = 2; member
H A Dassembler-arm64.cc3557 offset >>= kInstrSizeLog2; in dcptr() local
4021 int inst_size = static_cast<int>(kInstrSizeLog2); in IsImmLLiteral()
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h419 constexpr uint8_t kInstrSizeLog2 = 2; member
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h707 constexpr uint8_t kInstrSizeLog2 = 2;
H A Dmacro-assembler-loong64.h1070 alsl_d(scratch, index, scratch, kInstrSizeLog2); in GenerateSwitchTable()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h347 patching_assembler.b((pc_offset() - offset) >> kInstrSizeLog2); in PatchPrepareStackFrame()
381 b((func_start_offset - pc_offset()) >> kInstrSizeLog2); in PatchPrepareStackFrame()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1273 constexpr uint8_t kInstrSizeLog2 = 2;
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1224 constexpr uint8_t kInstrSizeLog2 = 2;
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h1330 constexpr uint8_t kInstrSizeLog2 = 2;
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc708 __ pcaddi(t7, offset >> kInstrSizeLog2); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h2926 constexpr uint8_t kInstrSizeLog2 = 2; member

Completed in 46 milliseconds