Home | History | Annotate | Download | only in mips64

Lines Matching defs:bc1f

970   void bc1f(int16_t offset, uint16_t cc = 0);
971 void bc1f(Label* L, uint16_t cc = 0) {
972 bc1f(branch_offset(L, false)>>2, cc);