Home | History | Annotate | Download | only in mips64

Lines Matching refs:bal

595   void bal(int16_t offset);
596 inline void bal(Label* L) { bal(shifted_branch_offset(L)); }