Home | History | Annotate | Download | only in mips64

Lines Matching full:bltzalc

656   void bltzalc(Register rt, int16_t offset);
657 inline void bltzalc(Register rt, Label* L) {
658 bltzalc(rt, shifted_branch_offset(L));