Home
last modified time | relevance | path

Searched refs:label_2 (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc1951 Label label_1, label_2, label_3, label_4; in TEST() local
1962 __ Bind(&label_2); in TEST()
1966 __ B(&label_2); // Backward branch. in TEST()
1986 TEST(label_2) { in TEST()
1989 Label label_1, label_2, label_3; in TEST() local
2001 __ B(&label_2); in TEST()
2010 // label_1 and label_2 branch respectively forward and backward. Branches to in TEST()
2013 masm.BindToOffset(&label_2, offset_2); in TEST()
2029 Label label_1, label_2, label_3, label_4; in TEST() local
2039 __ Bind(&label_2); in TEST()
2076 Label label_1, label_2, label_3; TEST() local
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc663 Label label_1, label_2, label_3, label_4; in TEST() local
685 __ bind(&label_2); in TEST()
711 __ adr(r5, &label_2); // Simple reverse reference. in TEST()
717 __ bx(r5); // label_2 in TEST()
738 Location label_0, label_1, label_2, label_3; in TEST() local
745 __ adr(Wide, r2, &label_2); in TEST()
752 __ bind(&label_2); in TEST()

Completed in 8 milliseconds