Home | History | Annotate | Download | only in arm

Lines Matching defs:bl

770   void bl(int branch_offset, Condition cond = al);
780 void bl(Label* L, Condition cond = al) { bl(branch_offset(L, false), cond); }
781 void bl(Condition cond, Label* L) { bl(branch_offset(L, false), cond); }