Searched defs:label_3 (Results 1 - 2 of 2) sorted by relevance

/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc663 Label label_1, label_2, label_3, label_4; local
679 __ adr(r1, &label_3);
694 __ bx(r2); // label_1, label_3
696 __ bind(&label_3);
697 __ adr(r2, &label_3); // Self-reference (offset 0).
708 __ adr(r2, &label_3); // Multiple reverse references to the same label.
709 __ adr(r3, &label_3);
710 __ adr(r4, &label_3);
738 Location label_0, label_1, label_2, label_3; local
746 __ adr(Wide, r3, &label_3);
[all...]
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc1853 Label label_1, label_2, label_3, label_4; local
1865 __ B(&label_3); // Forward branch.
1870 __ Bind(&label_3);
1891 Label label_1, label_2, label_3; local
1900 __ B(&label_3);
1909 __ Tbz(x0, 3, &label_3);
1916 masm.BindToOffset(&label_3, offset_3);
1931 Label label_1, label_2, label_3, label_4; local
1935 __ Adr(x1, &label_3); // Set to zero to indicate success.
1946 __ Br(x2); // label_1, label_3
1978 Label label_1, label_2, label_3; local
[all...]

Completed in 95 milliseconds