Home | History | Annotate | Download | only in mips

Lines Matching defs:bc1f

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