Home | History | Annotate | Download | only in mips64

Lines Matching refs:bal

607   void bal(int16_t offset);
608 inline void bal(Label* L) { bal(shifted_branch_offset(L)); }