/external/v8/src/mips/ |
D | macro-assembler-mips.h | 1604 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,
|
D | macro-assembler-mips.cc | 2352 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/ |
D | macro-assembler-mips64.h | 1666 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,
|
D | macro-assembler-mips64.cc | 2404 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
|