Searched refs:bdslot (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 1817 void MacroAssembler::Branch(int16_t offset, BranchDelaySlot bdslot) { in Branch() argument 1818 BranchShort(offset, bdslot); in Branch() 1824 BranchDelaySlot bdslot) { in Branch() argument 1825 BranchShort(offset, cond, rs, rt, bdslot); in Branch() 1829 void MacroAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch() argument 1832 BranchShort(L, bdslot); in Branch() 1834 Jr(L, bdslot); in Branch() 1838 Jr(L, bdslot); in Branch() 1840 BranchShort(L, bdslot); in Branch() 1848 BranchDelaySlot bdslot) { in Branch() argument [all …]
|
D | macro-assembler-mips64.h | 218 BranchDelaySlot bdslot = PROTECT); 1666 void BranchAndLinkShort(int16_t offset, BranchDelaySlot bdslot = PROTECT); 1669 BranchDelaySlot bdslot = PROTECT); 1670 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT); 1673 BranchDelaySlot bdslot = PROTECT); 1674 void J(Label* L, BranchDelaySlot bdslot); 1675 void Jr(Label* L, BranchDelaySlot bdslot); 1676 void Jalr(Label* L, BranchDelaySlot bdslot);
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 1765 void MacroAssembler::Branch(int16_t offset, BranchDelaySlot bdslot) { in Branch() argument 1766 BranchShort(offset, bdslot); in Branch() 1772 BranchDelaySlot bdslot) { in Branch() argument 1773 BranchShort(offset, cond, rs, rt, bdslot); in Branch() 1777 void MacroAssembler::Branch(Label* L, BranchDelaySlot bdslot) { in Branch() argument 1780 BranchShort(L, bdslot); in Branch() 1782 Jr(L, bdslot); in Branch() 1786 Jr(L, bdslot); in Branch() 1788 BranchShort(L, bdslot); in Branch() 1796 BranchDelaySlot bdslot) { in Branch() argument [all …]
|
D | macro-assembler-mips.h | 197 BranchDelaySlot bdslot = PROTECT); 1604 void BranchAndLinkShort(int16_t offset, BranchDelaySlot bdslot = PROTECT); 1607 BranchDelaySlot bdslot = PROTECT); 1608 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT); 1611 BranchDelaySlot bdslot = PROTECT); 1612 void J(Label* L, BranchDelaySlot bdslot); 1613 void Jr(Label* L, BranchDelaySlot bdslot); 1614 void Jalr(Label* L, BranchDelaySlot bdslot);
|