Home | History | Annotate | Download | only in mips

Lines Matching refs:bc1f

729   void bc1f(int16_t offset, uint16_t cc = 0);
730 void bc1f(Label* L, uint16_t cc = 0) { bc1f(branch_offset(L, false)>>2, cc); }