Searched refs:BranchShortCheck (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 2710 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in Branch() 2737 if (!BranchShortCheck(0, L, cond, rs, rt, bdslot)) { in Branch() 3265 bool MacroAssembler::BranchShortCheck(int32_t offset, Label* L, Condition cond, in BranchShortCheck() function in v8::internal::MacroAssembler 3291 BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in BranchShort() 3297 BranchShortCheck(0, L, cond, rs, rt, bdslot); in BranchShort()
|
D | macro-assembler-mips.h | 1763 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 2896 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in Branch() 2923 if (!BranchShortCheck(0, L, cond, rs, rt, bdslot)) { in Branch() 3452 bool MacroAssembler::BranchShortCheck(int32_t offset, Label* L, Condition cond, in BranchShortCheck() function in v8::internal::MacroAssembler 3479 BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in BranchShort() 3485 BranchShortCheck(0, L, cond, rs, rt, bdslot); in BranchShort()
|
D | macro-assembler-mips64.h | 1903 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
|