Lines Matching refs:bdslot

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
1799 BranchShort(L, cond, rs, rt, bdslot); in Branch()
1805 Jr(L, bdslot); in Branch()
1808 Jr(L, bdslot); in Branch()
1817 Jr(L, bdslot); in Branch()
1820 Jr(L, bdslot); in Branch()
1823 BranchShort(L, cond, rs, rt, bdslot); in Branch()
1833 BranchDelaySlot bdslot) { in Branch() argument
1835 Branch(L, cond, rs, Operand(at), bdslot); in Branch()
1839 void MacroAssembler::BranchShort(int16_t offset, BranchDelaySlot bdslot) { in BranchShort() argument
1843 if (bdslot == PROTECT) in BranchShort()
1850 BranchDelaySlot bdslot) { in BranchShort() argument
2064 if (bdslot == PROTECT) in BranchShort()
2069 void MacroAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort() argument
2076 if (bdslot == PROTECT) in BranchShort()
2083 BranchDelaySlot bdslot) { in BranchShort() argument
2346 if (bdslot == PROTECT) in BranchShort()
2351 void MacroAssembler::BranchAndLink(int16_t offset, BranchDelaySlot bdslot) { in BranchAndLink() argument
2352 BranchAndLinkShort(offset, bdslot); in BranchAndLink()
2358 BranchDelaySlot bdslot) { in BranchAndLink() argument
2359 BranchAndLinkShort(offset, cond, rs, rt, bdslot); in BranchAndLink()
2363 void MacroAssembler::BranchAndLink(Label* L, BranchDelaySlot bdslot) { in BranchAndLink() argument
2366 BranchAndLinkShort(L, bdslot); in BranchAndLink()
2368 Jalr(L, bdslot); in BranchAndLink()
2372 Jalr(L, bdslot); in BranchAndLink()
2374 BranchAndLinkShort(L, bdslot); in BranchAndLink()
2382 BranchDelaySlot bdslot) { in BranchAndLink() argument
2385 BranchAndLinkShort(L, cond, rs, rt, bdslot); in BranchAndLink()
2390 Jalr(L, bdslot); in BranchAndLink()
2398 Jalr(L, bdslot); in BranchAndLink()
2401 BranchAndLinkShort(L, cond, rs, rt, bdslot); in BranchAndLink()
2411 BranchDelaySlot bdslot) { in BranchAndLinkShort() argument
2415 if (bdslot == PROTECT) in BranchAndLinkShort()
2422 BranchDelaySlot bdslot) { in BranchAndLinkShort() argument
2581 if (bdslot == PROTECT) in BranchAndLinkShort()
2586 void MacroAssembler::BranchAndLinkShort(Label* L, BranchDelaySlot bdslot) { in BranchAndLinkShort() argument
2590 if (bdslot == PROTECT) in BranchAndLinkShort()
2597 BranchDelaySlot bdslot) { in BranchAndLinkShort() argument
2783 if (bdslot == PROTECT) in BranchAndLinkShort()
2967 void MacroAssembler::J(Label* L, BranchDelaySlot bdslot) { in J() argument
2980 if (bdslot == PROTECT) in J()
2985 void MacroAssembler::Jr(Label* L, BranchDelaySlot bdslot) { in Jr() argument
3000 if (bdslot == PROTECT) in Jr()
3005 void MacroAssembler::Jalr(Label* L, BranchDelaySlot bdslot) { in Jalr() argument
3020 if (bdslot == PROTECT) in Jalr()