Lines Matching defs:label
1529 Label* label);
1557 Label label;
1559 (masm.*test_branch)(x0, 2, &label);
1571 // Finally, bind the label.
1572 __ Bind(&label);
1948 TEST(label) {
1960 __ B(&label_1); // Multiple branches to the same label.
2011 // label 3 include both forward and backward branches.
2035 __ Adr(x2, &label_1); // Multiple forward references to the same label.
2053 __ Adr(x2, &label_3); // Multiple reverse references to the same label.
2098 // Multiple forward references to the same label.
2113 // Multiple reverse references to the same label.
2144 // The test label is always bound on page 0. Adrp instructions are generated
2200 // Every adrp instruction pointed to the same label (`test`), so they should
7504 __ Adr(lr, &done); // Make Ret return to done label.
13225 // b.eq label
13226 // b.eq label
13230 // cbz x0, label
13231 // cbz x0, label
13233 // tbz x0, 0 label