Home
last modified time | relevance | path

Searched refs:label_3 (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
679 __ adr(r1, &label_3); in TEST()
694 __ bx(r2); // label_1, label_3 in TEST()
696 __ bind(&label_3); in TEST()
697 __ adr(r2, &label_3); // Self-reference (offset 0). in TEST()
708 __ adr(r2, &label_3); // Multiple reverse references to the same label. in TEST()
709 __ adr(r3, &label_3); in TEST()
710 __ adr(r4, &label_3); in TEST()
738 Location label_0, label_1, label_2, label_3; in TEST() local
746 __ adr(Wide, r3, &label_3); in TEST()
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc1951 Label label_1, label_2, label_3, label_4; in TEST() local
1963 __ B(&label_3); // Forward branch. in TEST()
1968 __ Bind(&label_3); in TEST()
1989 Label label_1, label_2, label_3; in TEST() local
1998 __ B(&label_3); in TEST()
2007 __ Tbz(x0, 3, &label_3); in TEST()
2014 masm.BindToOffset(&label_3, offset_3); in TEST()
2029 Label label_1, label_2, label_3, label_4; in TEST() local
2033 __ Adr(x1, &label_3); // Set to zero to indicate success. in TEST()
2044 __ Br(x2); // label_1, label_3 in TEST()
2076 Label label_1, label_2, label_3; TEST() local
[all...]

Completed in 8 milliseconds