Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.h877 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT);
878 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
Dmacro-assembler-mips.cc3279 BranchAndLinkShort(offset, bdslot); in BranchAndLink()
3292 BranchAndLinkShort(L, bdslot); in BranchAndLink()
3300 BranchAndLinkShort(L, bdslot); in BranchAndLink()
3345 void TurboAssembler::BranchAndLinkShort(int32_t offset, in BranchAndLinkShort() function in v8::internal::TurboAssembler
3356 void TurboAssembler::BranchAndLinkShort(Label* L, BranchDelaySlot bdslot) { in BranchAndLinkShort() function in v8::internal::TurboAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.h889 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT);
890 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
Dmacro-assembler-mips64.cc3780 BranchAndLinkShort(offset, bdslot); in BranchAndLink()
3793 BranchAndLinkShort(L, bdslot); in BranchAndLink()
3801 BranchAndLinkShort(L, bdslot); in BranchAndLink()
3846 void TurboAssembler::BranchAndLinkShort(int32_t offset, in BranchAndLinkShort() function in v8::internal::TurboAssembler
3857 void TurboAssembler::BranchAndLinkShort(Label* L, BranchDelaySlot bdslot) { in BranchAndLinkShort() function in v8::internal::TurboAssembler