Home | History | Annotate | Download | only in mips

Lines Matching full:bc1f

955   void bc1f(int16_t offset, uint16_t cc = 0);
956 inline void bc1f(Label* L, uint16_t cc = 0) {
957 bc1f(shifted_branch_offset(L), cc);