Searched refs:BranchAndLinkShortHelper (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 875 void BranchAndLinkShortHelper(int16_t offset, Label* L, 881 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
|
D | macro-assembler-mips.cc | 3328 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/ |
D | macro-assembler-mips64.h | 887 void BranchAndLinkShortHelper(int16_t offset, Label* L, 893 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
|
D | macro-assembler-mips64.cc | 3829 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()
|