Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.h884 bool BranchAndLinkShortCheck(int32_t offset, Label* L, Condition cond,
Dmacro-assembler-mips.cc3284 bool is_near = BranchAndLinkShortCheck(offset, nullptr, cond, rs, rt, bdslot); in BranchAndLink()
3308 if (!BranchAndLinkShortCheck(0, L, cond, rs, rt, bdslot)) { in BranchAndLink()
3323 BranchAndLinkShortCheck(0, L, cond, rs, rt, bdslot); in BranchAndLink()
3598 bool TurboAssembler::BranchAndLinkShortCheck(int32_t offset, Label* L, in BranchAndLinkShortCheck() function in v8::internal::TurboAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.h896 bool BranchAndLinkShortCheck(int32_t offset, Label* L, Condition cond,
Dmacro-assembler-mips64.cc3785 bool is_near = BranchAndLinkShortCheck(offset, nullptr, cond, rs, rt, bdslot); in BranchAndLink()
3809 if (!BranchAndLinkShortCheck(0, L, cond, rs, rt, bdslot)) { in BranchAndLink()
3824 BranchAndLinkShortCheck(0, L, cond, rs, rt, bdslot); in BranchAndLink()
4099 bool TurboAssembler::BranchAndLinkShortCheck(int32_t offset, Label* L, in BranchAndLinkShortCheck() function in v8::internal::TurboAssembler