Searched defs:bdslot (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/mips/
H A Dmacro-assembler-mips.cc1765 void MacroAssembler::Branch(int16_t offset, BranchDelaySlot bdslot) {
1766 BranchShort(offset, bdslot);
1772 BranchDelaySlot bdslot) {
1773 BranchShort(offset, cond, rs, rt, bdslot);
1777 void MacroAssembler::Branch(Label* L, BranchDelaySlot bdslot) {
1780 BranchShort(L, bdslot);
1782 Jr(L, bdslot);
1786 Jr(L, bdslot);
1788 BranchShort(L, bdslot);
1796 BranchDelaySlot bdslot) {
3005 Jalr(Label* L, BranchDelaySlot bdslot) argument
[all...]

Completed in 231 milliseconds