Home | History | Annotate | Download | only in mips

Lines Matching refs:bnvc

701   void bnvc(Register rs, Register rt, int16_t offset);
702 inline void bnvc(Register rs, Register rt, Label* L) {
703 bnvc(rs, rt, shifted_branch_offset(L));