Home | History | Annotate | Download | only in mips

Lines Matching full:bc1t

804   void bc1t(int16_t offset, uint16_t cc = 0);
805 void bc1t(Label* L, uint16_t cc = 0) { bc1t(branch_offset(L, false)>>2, cc); }