Home | History | Annotate | Download | only in mips

Lines Matching full:bnezc

680   void bnezc(Register rt, int32_t offset);
681 inline void bnezc(Register rt, Label* L) {
682 bnezc(rt, shifted_branch_offset21(L));