Home | History | Annotate | Download | only in mips

Lines Matching refs:branch_offset

555   int32_t branch_offset(Label* L, bool jump_elimination_allowed);
557 int32_t o = branch_offset(L, jump_elimination_allowed);
673 void b(Label* L) { b(branch_offset(L, false)>>2); }
675 void bal(Label* L) { bal(branch_offset(L, false)>>2); }
679 beq(rs, rt, branch_offset(L, false) >> 2);
689 bne(rs, rt, branch_offset(L, false)>>2);
852 void bc1f(Label* L, uint16_t cc = 0) { bc1f(branch_offset(L, false)>>2, cc); }
854 void bc1t(Label* L, uint16_t cc = 0) { bc1t(branch_offset(L, false)>>2, cc); }