Home | History | Annotate | Download | only in mips64

Lines Matching refs:beqzalc

677   void beqzalc(Register rt, int16_t offset);
678 inline void beqzalc(Register rt, Label* L) {
679 beqzalc(rt, shifted_branch_offset(L));