Home | History | Annotate | Download | only in mips

Lines Matching full:bgeuc

607   void bgeuc(Register rs, Register rt, int16_t offset);
608 inline void bgeuc(Register rs, Register rt, Label* L) {
609 bgeuc(rs, rt, shifted_branch_offset(L));