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/
Dsimulator-arm64.h818 BranchAndLink = 2, enumerator
849 case BranchAndLink: in CheckBTypeForPAuth()
872 if (btype() == BranchAndLink) { in CheckBTypeForBti()
Dsimulator-arm64.cc1721 return BranchAndLink; in GetBTypeFromInstruction()
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.cc3074 void TurboAssembler::BranchAndLink(int32_t offset) { in BranchAndLink() function in v8::internal::TurboAssembler
3078 void TurboAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in BranchAndLink() function in v8::internal::TurboAssembler
3085 void TurboAssembler::BranchAndLink(Label* L) { in BranchAndLink() function in v8::internal::TurboAssembler
3101 void TurboAssembler::BranchAndLink(Label* L, Condition cond, Register rs, in BranchAndLink() function in v8::internal::TurboAssembler
3533 void TurboAssembler::Call(Label* target) { BranchAndLink(target); } in Call()
Dmacro-assembler-riscv64.h149 DECLARE_BRANCH_PROTOTYPES(BranchAndLink)
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc3885 void TurboAssembler::BranchAndLink(int32_t offset, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
3889 void TurboAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in CallRecordWriteStub() function in v8::internal::TurboAssembler
3896 void TurboAssembler::BranchAndLink(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
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()
Dmacro-assembler-mips64.h166 DECLARE_BRANCH_PROTOTYPES(BranchAndLink) in DECLARE_BRANCH_PROTOTYPES() argument
/third_party/node/deps/v8/src/codegen/mips/
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()
Dmacro-assembler-mips.h145 DECLARE_BRANCH_PROTOTYPES(BranchAndLink) in DECLARE_BRANCH_PROTOTYPES() argument
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc1278 __ BranchAndLink(to, cond, rs, rt); in SafeCall() local
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc1316 __ BranchAndLink(to, cond, rs, rt); in SafeCall() local
/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc1278 __ BranchAndLink(to, cond, rs, rt); in SafeCall() local
/third_party/vixl/src/aarch64/
Dconstants-aarch64.h478 BranchAndLink = 2, enumerator
Dsimulator-aarch64.cc3614 return BranchAndLink; in Simulator()
6512 case BranchAndLink: in Simulator()
6608 if (PcIsInGuardedPage() && (ReadBType() == BranchAndLink)) { in Simulator()