Home | History | Annotate | Download | only in mips

Lines Matching full:bgezc

641   void bgezc(Register rt, int16_t offset);
642 void bgezc(Register rt, Label* L) {
643 bgezc(rt, branch_offset_compact(L, false)>>2);