Home
last modified time | relevance | path

Searched defs:BranchAndLink (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/mips/
Dmacro-assembler-mips.cc2542 void MacroAssembler::BranchAndLink(int32_t offset, BranchDelaySlot bdslot) { in BranchAndLink() function in v8::internal::MacroAssembler
2547 void MacroAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in BranchAndLink() function in v8::internal::MacroAssembler
2555 void MacroAssembler::BranchAndLink(Label* L, BranchDelaySlot bdslot) { in BranchAndLink() function in v8::internal::MacroAssembler
2572 void MacroAssembler::BranchAndLink(Label* L, Condition cond, Register rs, in BranchAndLink() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc2932 void MacroAssembler::BranchAndLink(int32_t offset, BranchDelaySlot bdslot) { in BranchAndLink() function in v8::internal::MacroAssembler
2937 void MacroAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in BranchAndLink() function in v8::internal::MacroAssembler
2945 void MacroAssembler::BranchAndLink(Label* L, BranchDelaySlot bdslot) { in BranchAndLink() function in v8::internal::MacroAssembler
2962 void MacroAssembler::BranchAndLink(Label* L, Condition cond, Register rs, in BranchAndLink() function in v8::internal::MacroAssembler
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc1248 __ BranchAndLink(to, cond, rs, rt); in SafeCall() local
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc1208 __ BranchAndLink(to, cond, rs, rt); in SafeCall() local
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc311 __ BranchAndLink(&needs_frame, USE_DELAY_SLOT); in GenerateJumpTable() local
314 __ BranchAndLink(&call_deopt_entry, USE_DELAY_SLOT); in GenerateJumpTable() local
324 __ BranchAndLink(&needs_frame); in GenerateJumpTable() local
326 __ BranchAndLink(&call_deopt_entry); in GenerateJumpTable() local