Home | History | Annotate | Download | only in mips64

Lines Matching refs:bc1nez

961   void bc1nez(int16_t offset, FPURegister ft);
962 void bc1nez(Label* L, FPURegister ft) {
963 bc1nez(branch_offset(L, false)>>2, ft);