Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.cc3301 void MacroAssembler::BranchAndLink(int32_t offset, BranchDelaySlot bdslot) { in BranchAndLink() function in v8::internal::MacroAssembler
3306 void MacroAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in BranchAndLink() function in v8::internal::MacroAssembler
3314 void MacroAssembler::BranchAndLink(Label* L, BranchDelaySlot bdslot) { in BranchAndLink() function in v8::internal::MacroAssembler
3331 void MacroAssembler::BranchAndLink(Label* L, Condition cond, Register rs, in BranchAndLink() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3489 void MacroAssembler::BranchAndLink(int32_t offset, BranchDelaySlot bdslot) { in BranchAndLink() function in v8::internal::MacroAssembler
3494 void MacroAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in BranchAndLink() function in v8::internal::MacroAssembler
3502 void MacroAssembler::BranchAndLink(Label* L, BranchDelaySlot bdslot) { in BranchAndLink() function in v8::internal::MacroAssembler
3519 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.cc1256 __ BranchAndLink(to, cond, rs, rt); in SafeCall() local
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc1219 __ BranchAndLink(to, cond, rs, rt); in SafeCall() local
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc322 __ BranchAndLink(&needs_frame, USE_DELAY_SLOT); in GenerateJumpTable() local
325 __ BranchAndLink(&call_deopt_entry, USE_DELAY_SLOT); in GenerateJumpTable() local
335 __ BranchAndLink(&needs_frame); in GenerateJumpTable() local
337 __ BranchAndLink(&call_deopt_entry); in GenerateJumpTable() local