Home | History | Annotate | Download | only in mips64

Lines Matching full:bnvc

708   void bnvc(Register rs, Register rt, int16_t offset);
709 inline void bnvc(Register rs, Register rt, Label* L) {
710 bnvc(rs, rt, shifted_branch_offset(L));