Home | History | Annotate | Download | only in mips

Lines Matching full:bc1t

959   void bc1t(int16_t offset, uint16_t cc = 0);
960 inline void bc1t(Label* L, uint16_t cc = 0) {
961 bc1t(shifted_branch_offset(L), cc);