Searched refs:GenPCRelativeJumpAndLink (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 169 inline void GenPCRelativeJumpAndLink(Register rd, int64_t offset);
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 221 inline void GenPCRelativeJumpAndLink(Register rd, int64_t imm32) { in GenPCRelativeJumpAndLink() function in v8::internal::AbortReason::TurboAssembler
|
H A D | macro-assembler-riscv64.cc | 3332 GenPCRelativeJumpAndLink(t6, code_target_index); in Call() 3478 GenPCRelativeJumpAndLink(t6, imm64); in BranchAndLinkLong()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 1608 void GenPCRelativeJumpAndLink(Register t, int32_t imm32,
|
H A D | macro-assembler-mips.cc | 3889 GenPCRelativeJumpAndLink(t8, code_target_index, in CallRecordWriteStub() 4041 GenPCRelativeJumpAndLink(t8, imm32, RelocInfo::NO_INFO, bdslot); in CallRecordWriteStub()
|
H A D | assembler-mips.cc | 3816 void Assembler::GenPCRelativeJumpAndLink(Register t, int32_t imm32, in GenPCRelativeJumpAndLink() function in v8::internal::Assembler
|
Completed in 33 milliseconds