Home | History | Annotate | Download | only in aarch64

Lines Matching refs:label_4

1690   Label label_1, label_2, label_3, label_4;
1708 __ Bl(&label_4);
1711 __ Bind(&label_4);
1768 Label label_1, label_2, label_3, label_4;
1788 __ Adr(x2, &label_4); // Simple forward reference.
1789 __ Br(x2); // label_4
1798 __ Bind(&label_4);