/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 1075 BranchLong(L, PROTECT); in CallRecordWriteStub() 1086 BranchLong(L, PROTECT); in CallRecordWriteStub() 2862 BranchLong(target, bd); in CallRecordWriteStub() 2875 BranchLong(target, bd); in CallRecordWriteStub() 2895 BranchLong(target, bd); in CallRecordWriteStub() 3381 BranchLong(L, bdslot); in CallRecordWriteStub() 3385 BranchLong(L, bdslot); in CallRecordWriteStub() 3400 BranchLong(L, bdslot); in CallRecordWriteStub() 3403 BranchLong(L, bdslot); in CallRecordWriteStub() 3412 BranchLong( in CallRecordWriteStub() 4503 void TurboAssembler::BranchLong(Label* L, BranchDelaySlot bdslot) { CallRecordWriteStub() function in v8::internal::TurboAssembler 4527 void TurboAssembler::BranchLong(int32_t offset, BranchDelaySlot bdslot) { CallRecordWriteStub() function in v8::internal::TurboAssembler [all...] |
H A D | macro-assembler-mips64.h | 200 void BranchLong(int32_t offset, BranchDelaySlot bdslot = PROTECT); 948 void BranchLong(Label* L, BranchDelaySlot bdslot);
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 934 BranchLong(L, PROTECT); in CallRecordWriteStub() 945 BranchLong(L, PROTECT); in CallRecordWriteStub() 2211 BranchLong(target, bd); in CallRecordWriteStub() 2224 BranchLong(target, bd); in CallRecordWriteStub() 2244 BranchLong(target, bd); in CallRecordWriteStub() 2742 BranchLong(L, bdslot); in CallRecordWriteStub() 2746 BranchLong(L, bdslot); in CallRecordWriteStub() 2761 BranchLong(L, bdslot); in CallRecordWriteStub() 2764 BranchLong(L, bdslot); in CallRecordWriteStub() 2773 BranchLong( in CallRecordWriteStub() 4009 void TurboAssembler::BranchLong(Label* L, BranchDelaySlot bdslot) { CallRecordWriteStub() function in v8::internal::TurboAssembler 4022 void TurboAssembler::BranchLong(int32_t offset, BranchDelaySlot bdslot) { CallRecordWriteStub() function in v8::internal::TurboAssembler [all...] |
H A D | macro-assembler-mips.h | 179 void BranchLong(int32_t offset, BranchDelaySlot bdslot = PROTECT); 844 void BranchLong(Label* L, BranchDelaySlot bdslot);
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 2364 BranchLong(target); in BranchTrueF() 2377 BranchLong(target); in BranchFalseF() 2821 BranchLong(L); in Branch() 2825 BranchLong(L); in Branch() 2840 BranchLong(L); in Branch() 2843 BranchLong(L); in Branch() 2853 BranchLong(L); in Branch() 2856 BranchLong(L); in Branch() 3464 void TurboAssembler::BranchLong(Label* L) { in BranchLong() function in v8::TurboAssembler
|
H A D | macro-assembler-riscv64.h | 154 void BranchLong(Label* L);
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-assembler-riscv64-inl.h | 469 __ BranchLong(labels[i]); in Switch()
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 383 patching_assembler.BranchLong(imm32); in PatchPrepareStackFrame() 416 BranchLong(imm32); in PatchPrepareStackFrame()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 370 patching_assembler.BranchLong(imm32); in PatchPrepareStackFrame() 403 BranchLong(imm32); in PatchPrepareStackFrame()
|