Home | History | Annotate | Download | only in arm

Lines Matching defs:bl

830   void bl(int branch_offset, Condition cond = al);
840 void bl(Label* L, Condition cond = al) { bl(branch_offset(L, false), cond); }
841 void bl(Condition cond, Label* L) { bl(branch_offset(L, false), cond); }