Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/mips/
Dmacro-assembler-mips.h1582 void BranchAndLinkShort(int16_t offset, BranchDelaySlot bdslot = PROTECT);
1583 void BranchAndLinkShort(int16_t offset, Condition cond, Register rs,
1586 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
1587 void BranchAndLinkShort(Label* L, Condition cond, Register rs,
Dmacro-assembler-mips.cc2187 BranchAndLinkShort(offset, bdslot); in BranchAndLink()
2194 BranchAndLinkShort(offset, cond, rs, rt, bdslot); in BranchAndLink()
2201 BranchAndLinkShort(L, bdslot); in BranchAndLink()
2209 BranchAndLinkShort(L, bdslot); in BranchAndLink()
2220 BranchAndLinkShort(L, cond, rs, rt, bdslot); in BranchAndLink()
2236 BranchAndLinkShort(L, cond, rs, rt, bdslot); in BranchAndLink()
2245 void MacroAssembler::BranchAndLinkShort(int16_t offset, in BranchAndLinkShort() function in v8::internal::MacroAssembler
2255 void MacroAssembler::BranchAndLinkShort(int16_t offset, Condition cond, in BranchAndLinkShort() function in v8::internal::MacroAssembler
2340 void MacroAssembler::BranchAndLinkShort(Label* L, BranchDelaySlot bdslot) { in BranchAndLinkShort() function in v8::internal::MacroAssembler
2349 void MacroAssembler::BranchAndLinkShort(Label* L, Condition cond, Register rs, in BranchAndLinkShort() function in v8::internal::MacroAssembler