Home | History | Annotate | Download | only in mips

Lines Matching refs:bc1t

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