Lines Matching refs:bdslot

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
1851 BranchShort(L, cond, rs, rt, bdslot); in Branch()
1857 Jr(L, bdslot); in Branch()
1860 Jr(L, bdslot); in Branch()
1869 Jr(L, bdslot); in Branch()
1872 Jr(L, bdslot); in Branch()
1875 BranchShort(L, cond, rs, rt, bdslot); in Branch()
1885 BranchDelaySlot bdslot) { in Branch() argument
1887 Branch(L, cond, rs, Operand(at), bdslot); in Branch()
1891 void MacroAssembler::BranchShort(int16_t offset, BranchDelaySlot bdslot) { in BranchShort() argument
1895 if (bdslot == PROTECT) in BranchShort()
1902 BranchDelaySlot bdslot) { in BranchShort() argument
2116 if (bdslot == PROTECT) in BranchShort()
2121 void MacroAssembler::BranchShort(Label* L, BranchDelaySlot bdslot) { in BranchShort() argument
2128 if (bdslot == PROTECT) in BranchShort()
2135 BranchDelaySlot bdslot) { in BranchShort() argument
2398 if (bdslot == PROTECT) in BranchShort()
2403 void MacroAssembler::BranchAndLink(int16_t offset, BranchDelaySlot bdslot) { in BranchAndLink() argument
2404 BranchAndLinkShort(offset, bdslot); in BranchAndLink()
2410 BranchDelaySlot bdslot) { in BranchAndLink() argument
2411 BranchAndLinkShort(offset, cond, rs, rt, bdslot); in BranchAndLink()
2415 void MacroAssembler::BranchAndLink(Label* L, BranchDelaySlot bdslot) { in BranchAndLink() argument
2418 BranchAndLinkShort(L, bdslot); in BranchAndLink()
2420 Jalr(L, bdslot); in BranchAndLink()
2424 Jalr(L, bdslot); in BranchAndLink()
2426 BranchAndLinkShort(L, bdslot); in BranchAndLink()
2434 BranchDelaySlot bdslot) { in BranchAndLink() argument
2437 BranchAndLinkShort(L, cond, rs, rt, bdslot); in BranchAndLink()
2442 Jalr(L, bdslot); in BranchAndLink()
2450 Jalr(L, bdslot); in BranchAndLink()
2453 BranchAndLinkShort(L, cond, rs, rt, bdslot); in BranchAndLink()
2463 BranchDelaySlot bdslot) { in BranchAndLinkShort() argument
2467 if (bdslot == PROTECT) in BranchAndLinkShort()
2474 BranchDelaySlot bdslot) { in BranchAndLinkShort() argument
2568 if (bdslot == PROTECT) in BranchAndLinkShort()
2573 void MacroAssembler::BranchAndLinkShort(Label* L, BranchDelaySlot bdslot) { in BranchAndLinkShort() argument
2577 if (bdslot == PROTECT) in BranchAndLinkShort()
2584 BranchDelaySlot bdslot) { in BranchAndLinkShort() argument
2694 if (bdslot == PROTECT) in BranchAndLinkShort()
2878 void MacroAssembler::J(Label* L, BranchDelaySlot bdslot) { in J() argument
2891 if (bdslot == PROTECT) in J()
2896 void MacroAssembler::Jr(Label* L, BranchDelaySlot bdslot) { in Jr() argument
2910 if (bdslot == PROTECT) in Jr()
2915 void MacroAssembler::Jalr(Label* L, BranchDelaySlot bdslot) { in Jalr() argument
2929 if (bdslot == PROTECT) in Jalr()