Home | History | Annotate | Download | only in mips

Lines Matching refs:beqzalc

673   void beqzalc(Register rt, int16_t offset);
674 inline void beqzalc(Register rt, Label* L) {
675 beqzalc(rt, shifted_branch_offset(L));