Home | History | Annotate | Download | only in mips

Lines Matching full:bltzalc

652   void bltzalc(Register rt, int16_t offset);
653 inline void bltzalc(Register rt, Label* L) {
654 bltzalc(rt, shifted_branch_offset(L));