Searched refs:BranchAndLinkShort (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 877 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT); 878 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
|
D | macro-assembler-mips.cc | 3279 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/ |
D | macro-assembler-mips64.h | 889 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT); 890 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
|
D | macro-assembler-mips64.cc | 3780 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
|