Home | History | Annotate | Download | only in mips64

Lines Matching defs:bal

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