Home | History | Annotate | Download | only in mips

Lines Matching refs:bal

674   void bal(int16_t offset);
675 void bal(Label* L) { bal(branch_offset(L, false)>>2); }