Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc663 Label label_1, label_2, label_3, label_4; in TEST() local
699 __ adr(r2, &label_4); // Simple forward reference. in TEST()
705 __ bx(r2); // label_4 in TEST()
719 __ bind(&label_4); in TEST()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc1951 Label label_1, label_2, label_3, label_4; in TEST() local
1969 __ Bl(&label_4); in TEST()
1972 __ Bind(&label_4); in TEST()
2029 Label label_1, label_2, label_3, label_4; in TEST() local
2049 __ Adr(x2, &label_4); // Simple forward reference. in TEST()
2050 __ Br(x2); // label_4 in TEST()
2059 __ Bind(&label_4); in TEST()

Completed in 17 milliseconds