Searched refs:label_1 (Results 1 - 2 of 2) sorted by relevance
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 663 Label label_1, label_2, label_3, label_4; in TEST() local 681 __ adr(r2, &label_1); // Multiple forward references to the same label. in TEST() 682 __ adr(r3, &label_1); in TEST() 683 __ adr(r4, &label_1); in TEST() 694 __ bx(r2); // label_1, label_3 in TEST() 707 __ bind(&label_1); in TEST() 738 Location label_0, label_1, label_2, label_3; in TEST() local 744 __ adr(Wide, r1, &label_1); in TEST() 750 __ bind(&label_1); in TEST()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 1951 Label label_1, label_2, label_3, label_4; in TEST() local 1958 __ B(&label_1); in TEST() 1959 __ B(&label_1); in TEST() 1960 __ B(&label_1); // Multiple branches to the same label. in TEST() 1965 __ Bind(&label_1); in TEST() 1989 Label label_1, label_2, label_3; in TEST() local 1995 __ B(&label_1); in TEST() 2010 // label_1 and label_2 branch respectively forward and backward. Branches to in TEST() 2012 masm.BindToOffset(&label_1, offset_1); in TEST() 2029 Label label_1, label_ in TEST() local 2076 Label label_1, label_2, label_3; TEST() local [all...] |
Completed in 8 milliseconds