Home | History | Annotate | Download | only in mips64

Lines Matching full:bc1f

1012   void bc1f(int16_t offset, uint16_t cc = 0);
1013 inline void bc1f(Label* L, uint16_t cc = 0) {
1014 bc1f(shifted_branch_offset(L), cc);