Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.cc2710 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()
Dmacro-assembler-mips.h1763 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc2896 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()
Dmacro-assembler-mips64.h1903 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,