Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.h875 void BranchAndLinkShortHelper(int16_t offset, Label* L,
881 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
Dmacro-assembler-mips.cc3328 void TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in BranchAndLinkShortHelper() function in v8::internal::TurboAssembler
3352 BranchAndLinkShortHelper(offset, nullptr, bdslot); in BranchAndLinkShort()
3360 BranchAndLinkShortHelper(0, L, bdslot); in BranchAndLinkShort()
3507 bool TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in BranchAndLinkShortHelper() function in v8::internal::TurboAssembler
3610 return BranchAndLinkShortHelper(offset, nullptr, cond, rs, rt, bdslot); in BranchAndLinkShortCheck()
3617 return BranchAndLinkShortHelper(0, L, cond, rs, rt, bdslot); in BranchAndLinkShortCheck()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h887 void BranchAndLinkShortHelper(int16_t offset, Label* L,
893 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
Dmacro-assembler-mips64.cc3829 void TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in BranchAndLinkShortHelper() function in v8::internal::TurboAssembler
3853 BranchAndLinkShortHelper(offset, nullptr, bdslot); in BranchAndLinkShort()
3861 BranchAndLinkShortHelper(0, L, bdslot); in BranchAndLinkShort()
4008 bool TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in BranchAndLinkShortHelper() function in v8::internal::TurboAssembler
4111 return BranchAndLinkShortHelper(offset, nullptr, cond, rs, rt, bdslot); in BranchAndLinkShortCheck()
4118 return BranchAndLinkShortHelper(0, L, cond, rs, rt, bdslot); in BranchAndLinkShortCheck()