Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.cc2764 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in Branch()
2788 if (!BranchShortCheck(0, L, cond, rs, rt, bdslot)) { in Branch()
3245 bool TurboAssembler::BranchShortCheck(int32_t offset, Label* L, Condition cond, in BranchShortCheck() function in v8::internal::TurboAssembler
3270 BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in BranchShort()
3275 BranchShortCheck(0, L, cond, rs, rt, bdslot); in BranchShort()
Dmacro-assembler-mips.h871 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3261 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in Branch()
3285 if (!BranchShortCheck(0, L, cond, rs, rt, bdslot)) { in Branch()
3745 bool TurboAssembler::BranchShortCheck(int32_t offset, Label* L, Condition cond, in BranchShortCheck() function in v8::internal::TurboAssembler
3771 BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in BranchShort()
3776 BranchShortCheck(0, L, cond, rs, rt, bdslot); in BranchShort()
Dmacro-assembler-mips64.h883 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,