Home | History | Annotate | Download | only in mips

Lines Matching refs:bc1eqz

964   void bc1eqz(int16_t offset, FPURegister ft);
965 inline void bc1eqz(Label* L, FPURegister ft) {
966 bc1eqz(shifted_branch_offset(L), ft);