Searched refs:GenPCRelativeJump (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 168 inline void GenPCRelativeJump(Register rd, int64_t offset);
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 213 inline void GenPCRelativeJump(Register rd, int64_t imm32) { in GenPCRelativeJump() function in v8::internal::AbortReason::TurboAssembler
|
H A D | macro-assembler-riscv64.cc | 3253 GenPCRelativeJump(t6, code_target_index); in Jump() 3469 GenPCRelativeJump(t6, imm64); in BranchLong()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 3679 GenPCRelativeJump(t8, t9, 0, RelocInfo::NO_INFO, in CheckTrampolinePool() 3794 void Assembler::GenPCRelativeJump(Register tf, Register ts, int32_t imm32, in GenPCRelativeJump() function in v8::internal::Assembler
|
H A D | macro-assembler-mips.cc | 3750 GenPCRelativeJump(t8, t9, code_target_index, in CallRecordWriteStub() 4018 GenPCRelativeJump(t8, t9, imm32, RelocInfo::NO_INFO, bdslot); in CallRecordWriteStub() 4028 GenPCRelativeJump(t8, t9, offset, RelocInfo::NO_INFO, bdslot); in CallRecordWriteStub()
|
H A D | assembler-mips.h | 1606 void GenPCRelativeJump(Register tf, Register ts, int32_t imm32,
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 354 patching_assembler.GenPCRelativeJump(kScratchReg, imm32); in PatchPrepareStackFrame() 387 GenPCRelativeJump(kScratchReg, imm32); in PatchPrepareStackFrame()
|
Completed in 39 milliseconds