Home | History | Annotate | Download | only in mips64

Lines Matching full:bc1t

1016   void bc1t(int16_t offset, uint16_t cc = 0);
1017 inline void bc1t(Label* L, uint16_t cc = 0) {
1018 bc1t(shifted_branch_offset(L), cc);