Home
last modified time | relevance | path

Searched refs:label_1 (Results 1 – 2 of 2) sorted by relevance

/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc673 Label label_1, label_2, label_3, label_4; in TEST() local
691 __ adr(r2, &label_1); // Multiple forward references to the same label. in TEST()
692 __ adr(r3, &label_1); in TEST()
693 __ adr(r4, &label_1); in TEST()
717 __ bind(&label_1); in TEST()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc1690 Label label_1, label_2, label_3, label_4; in TEST() local
1697 __ B(&label_1); in TEST()
1698 __ B(&label_1); in TEST()
1699 __ B(&label_1); // Multiple branches to the same label. in TEST()
1704 __ Bind(&label_1); in TEST()
1728 Label label_1, label_2, label_3; in TEST() local
1734 __ B(&label_1); in TEST()
1751 masm.BindToOffset(&label_1, offset_1); in TEST()
1768 Label label_1, label_2, label_3, label_4; in TEST() local
1774 __ Adr(x2, &label_1); // Multiple forward references to the same label. in TEST()
[all …]