Home
last modified time | relevance | path

Searched refs:BranchAndLinkShortHelper (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h936 void BranchAndLinkShortHelper(int16_t offset, Label* L,
942 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
H A Dmacro-assembler-mips64.cc3935 void TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in CallRecordWriteStub() function in v8::internal::TurboAssembler
3958 BranchAndLinkShortHelper(offset, nullptr, bdslot); in CallRecordWriteStub()
3966 BranchAndLinkShortHelper(0, L, bdslot); in CallRecordWriteStub()
4112 bool TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in CallRecordWriteStub() function in v8::internal::TurboAssembler
4214 return BranchAndLinkShortHelper(offset, nullptr, cond, rs, rt, bdslot); in CallRecordWriteStub()
4221 return BranchAndLinkShortHelper(0, L, cond, rs, rt, bdslot); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h887 void BranchAndLinkShortHelper(int16_t offset, Label* L,
893 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
H A Dmacro-assembler-mips.cc3292 void TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in CallRecordWriteStub() function in v8::internal::TurboAssembler
3315 BranchAndLinkShortHelper(offset, nullptr, bdslot); in CallRecordWriteStub()
3323 BranchAndLinkShortHelper(0, L, bdslot); in CallRecordWriteStub()
3469 bool TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in CallRecordWriteStub() function in v8::internal::TurboAssembler
3571 return BranchAndLinkShortHelper(offset, nullptr, cond, rs, rt, bdslot); in CallRecordWriteStub()
3578 return BranchAndLinkShortHelper(0, L, cond, rs, rt, bdslot); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h1014 void BranchAndLinkShortHelper(int32_t offset, Label* L);
1017 bool BranchAndLinkShortHelper(int32_t offset, Label* L, Condition cond,
H A Dmacro-assembler-riscv64.cc3124 void TurboAssembler::BranchAndLinkShortHelper(int32_t offset, Label* L) { in BranchAndLinkShortHelper() function in v8::TurboAssembler
3132 BranchAndLinkShortHelper(offset, nullptr); in BranchAndLinkShort()
3136 BranchAndLinkShortHelper(0, L); in BranchAndLinkShort()
3142 bool TurboAssembler::BranchAndLinkShortHelper(int32_t offset, Label* L, in BranchAndLinkShortHelper() function in v8::TurboAssembler
3172 return BranchAndLinkShortHelper(offset, nullptr, cond, rs, rt); in BranchAndLinkShortCheck()
3175 return BranchAndLinkShortHelper(0, L, cond, rs, rt); in BranchAndLinkShortCheck()

Completed in 30 milliseconds