Home
last modified time | relevance | path

Searched refs:BranchAndLinkShortHelper (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dmacro-assembler-mips.h1767 void BranchAndLinkShortHelper(int16_t offset, Label* L,
1773 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
Dmacro-assembler-mips.cc3356 void MacroAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in BranchAndLinkShortHelper() function in v8::internal::MacroAssembler
3382 BranchAndLinkShortHelper(offset, nullptr, bdslot); in BranchAndLinkShort()
3391 BranchAndLinkShortHelper(0, L, bdslot); in BranchAndLinkShort()
3553 bool MacroAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in BranchAndLinkShortHelper() function in v8::internal::MacroAssembler
3657 return BranchAndLinkShortHelper(offset, nullptr, cond, rs, rt, bdslot); in BranchAndLinkShortCheck()
3664 return BranchAndLinkShortHelper(0, L, cond, rs, rt, bdslot); in BranchAndLinkShortCheck()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1907 void BranchAndLinkShortHelper(int16_t offset, Label* L,
1913 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
Dmacro-assembler-mips64.cc3544 void MacroAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in BranchAndLinkShortHelper() function in v8::internal::MacroAssembler
3570 BranchAndLinkShortHelper(offset, nullptr, bdslot); in BranchAndLinkShort()
3579 BranchAndLinkShortHelper(0, L, bdslot); in BranchAndLinkShort()
3741 bool MacroAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in BranchAndLinkShortHelper() function in v8::internal::MacroAssembler
3845 return BranchAndLinkShortHelper(offset, nullptr, cond, rs, rt, bdslot); in BranchAndLinkShortCheck()
3852 return BranchAndLinkShortHelper(0, L, cond, rs, rt, bdslot); in BranchAndLinkShortCheck()