Home
last modified time | relevance | path

Searched refs:kLongBranchPCOffset (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc845 return pos + Assembler::kLongBranchPCOffset + imm32; in target_at()
857 return pos + Assembler::kLongBranchPCOffset + imm32; in target_at()
944 int32_t imm = target_pos - (pos + Assembler::kLongBranchPCOffset); in target_at_put()
960 int32_t imm = target_pos - (pos + Assembler::kLongBranchPCOffset); in target_at_put()
962 if (is_int16(imm + Assembler::kLongBranchPCOffset - in target_at_put()
1434 static_cast<int64_t>(pc_offset() + kLongBranchPCOffset))); in branch_long_offset()
1435 int32_t offset = target_pos - (pc_offset() + kLongBranchPCOffset); in branch_long_offset()
3800 nal(); // Relative place of nal instruction determines kLongBranchPCOffset. in GenPCRelativeJump()
3825 nal(); // Relative place of nal instruction determines kLongBranchPCOffset. in GenPCRelativeJumpAndLink()
H A Dassembler-mips.h293 static constexpr int kLongBranchPCOffset = 3 * kInstrSize; variable
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc735 return pos + Assembler::kLongBranchPCOffset + imm32; in target_at()
749 return pos + Assembler::kLongBranchPCOffset + imm32; in target_at()
827 int32_t imm = target_pos - (pos + Assembler::kLongBranchPCOffset); in target_at_put()
829 if (is_int16(imm + Assembler::kLongBranchPCOffset - in target_at_put()
897 int32_t imm = target_pos - (pos + Assembler::kLongBranchPCOffset); in target_at_put()
1379 int64_t offset = target_pos - (pc_offset() + kLongBranchPCOffset); in branch_long_offset()
H A Dassembler-mips64.h295 static constexpr int kLongBranchPCOffset = 3 * kInstrSize; variable
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h306 static constexpr int kLongBranchPCOffset = 3 * kInstrSize; variable

Completed in 31 milliseconds