Searched refs:BranchShortCheck (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 2764 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()
|
D | macro-assembler-mips.h | 871 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 3261 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()
|
D | macro-assembler-mips64.h | 883 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
|