Home | History | Annotate | Download | only in mips

Lines Matching defs:bal

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