Home | History | Annotate | Download | only in mips64

Lines Matching full:bnezc

684   void bnezc(Register rt, int32_t offset);
685 inline void bnezc(Register rt, Label* L) {
686 bnezc(rt, shifted_branch_offset21(L));