Home
last modified time | relevance | path

Searched refs:BranchAndLink (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h818 BranchAndLink = 2, enumerator
849 case BranchAndLink: in CheckBTypeForPAuth()
872 if (btype() == BranchAndLink) { in CheckBTypeForBti()
H A Dsimulator-arm64.cc1721 return BranchAndLink;
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc3885 void TurboAssembler::BranchAndLink(int32_t offset, BranchDelaySlot bdslot) { in CallRecordWriteStub()
3889 void TurboAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in CallRecordWriteStub()
3896 void TurboAssembler::BranchAndLink(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub()
3912 void TurboAssembler::BranchAndLink(Label* L, Condition cond, Register rs, in CallRecordWriteStub() function in v8::internal::TurboAssembler
4669 void TurboAssembler::Call(Label* target) { BranchAndLink(target); } in CallRecordWriteStub()
H A Dmacro-assembler-mips64.h166 DECLARE_BRANCH_PROTOTYPES(BranchAndLink)
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc3242 void TurboAssembler::BranchAndLink(int32_t offset, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
3246 void TurboAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in CallRecordWriteStub() function in v8::internal::TurboAssembler
3253 void TurboAssembler::BranchAndLink(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
3269 void TurboAssembler::BranchAndLink(Label* L, Condition cond, Register rs, in CallRecordWriteStub() function in v8::internal::TurboAssembler
4145 void TurboAssembler::Call(Label* target) { BranchAndLink(target); } in CallRecordWriteStub()
H A Dmacro-assembler-mips.h145 DECLARE_BRANCH_PROTOTYPES(BranchAndLink)
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc3074 void TurboAssembler::BranchAndLink(int32_t offset) { in BranchAndLink() function in v8::TurboAssembler
3078 void TurboAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in BranchAndLink() function in v8::TurboAssembler
3085 void TurboAssembler::BranchAndLink(Label* L) { in BranchAndLink() function in v8::TurboAssembler
3101 void TurboAssembler::BranchAndLink(Label* L, Condition cond, Register rs, in BranchAndLink() function in v8::TurboAssembler
3533 void TurboAssembler::Call(Label* target) { BranchAndLink(target); } in Call()
H A Dmacro-assembler-riscv64.h149 DECLARE_BRANCH_PROTOTYPES(BranchAndLink)
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc1316 __ BranchAndLink(to, cond, rs, rt);
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc1278 __ BranchAndLink(to, cond, rs, rt);
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc1278 __ BranchAndLink(to, cond, rs, rt);
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc3748 return BranchAndLink; in Simulator()
6799 if (PcIsInGuardedPage() && (ReadBType() == BranchAndLink)) { in Simulator()
6828 case BranchAndLink: in Simulator()
H A Dconstants-aarch64.h478 BranchAndLink = 2, enumerator

Completed in 104 milliseconds