Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.h1604 void BranchAndLinkShort(int16_t offset, BranchDelaySlot bdslot = PROTECT);
1605 void BranchAndLinkShort(int16_t offset, Condition cond, Register rs,
1608 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
1609 void BranchAndLinkShort(Label* L, Condition cond, Register rs,
Dmacro-assembler-mips.cc2352 BranchAndLinkShort(offset, bdslot); in BranchAndLink()
2359 BranchAndLinkShort(offset, cond, rs, rt, bdslot); in BranchAndLink()
2366 BranchAndLinkShort(L, bdslot); in BranchAndLink()
2374 BranchAndLinkShort(L, bdslot); in BranchAndLink()
2385 BranchAndLinkShort(L, cond, rs, rt, bdslot); in BranchAndLink()
2401 BranchAndLinkShort(L, cond, rs, rt, bdslot); in BranchAndLink()
2410 void MacroAssembler::BranchAndLinkShort(int16_t offset, in BranchAndLinkShort() function in v8::internal::MacroAssembler
2420 void MacroAssembler::BranchAndLinkShort(int16_t offset, Condition cond, in BranchAndLinkShort() function in v8::internal::MacroAssembler
2586 void MacroAssembler::BranchAndLinkShort(Label* L, BranchDelaySlot bdslot) { in BranchAndLinkShort() function in v8::internal::MacroAssembler
2595 void MacroAssembler::BranchAndLinkShort(Label* L, Condition cond, Register rs, in BranchAndLinkShort() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1666 void BranchAndLinkShort(int16_t offset, BranchDelaySlot bdslot = PROTECT);
1667 void BranchAndLinkShort(int16_t offset, Condition cond, Register rs,
1670 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
1671 void BranchAndLinkShort(Label* L, Condition cond, Register rs,
Dmacro-assembler-mips64.cc2404 BranchAndLinkShort(offset, bdslot); in BranchAndLink()
2411 BranchAndLinkShort(offset, cond, rs, rt, bdslot); in BranchAndLink()
2418 BranchAndLinkShort(L, bdslot); in BranchAndLink()
2426 BranchAndLinkShort(L, bdslot); in BranchAndLink()
2437 BranchAndLinkShort(L, cond, rs, rt, bdslot); in BranchAndLink()
2453 BranchAndLinkShort(L, cond, rs, rt, bdslot); in BranchAndLink()
2462 void MacroAssembler::BranchAndLinkShort(int16_t offset, in BranchAndLinkShort() function in v8::internal::MacroAssembler
2472 void MacroAssembler::BranchAndLinkShort(int16_t offset, Condition cond, in BranchAndLinkShort() function in v8::internal::MacroAssembler
2573 void MacroAssembler::BranchAndLinkShort(Label* L, BranchDelaySlot bdslot) { in BranchAndLinkShort() function in v8::internal::MacroAssembler
2582 void MacroAssembler::BranchAndLinkShort(Label* L, Condition cond, Register rs, in BranchAndLinkShort() function in v8::internal::MacroAssembler